public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH] Document abipkgdiff --no-abignore
  2015-01-01  0:00 [PATCH] Document abipkgdiff --no-abignore Ondrej Oprala
@ 2015-01-01  0:00 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2015-01-01  0:00 UTC (permalink / raw)
  To: Ondrej Oprala; +Cc: libabigail

Hello,

Ondrej Oprala <ooprala@redhat.com> a écrit:

> 	* doc/manuals/abipkgdiff.rst: Mention the new option.
> 	* tools/abipkgdiff.cc: Likewise.

This is OK and I have applied the patch to master.

Thanks!

-- 
		Dodji

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Document abipkgdiff --no-abignore
@ 2015-01-01  0:00 Ondrej Oprala
  2015-01-01  0:00 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Ondrej Oprala @ 2015-01-01  0:00 UTC (permalink / raw)
  To: libabigail

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]

Hey Dodji,
  I forgot to document *something* last time, so if the wording's ok 
with you, I'd like to commit this.

Thanks,
  Ondrej

[-- Attachment #2: 0001-Document-abipkgdiff-s-option-no-abignore.patch --]
[-- Type: text/x-patch, Size: 1751 bytes --]

From add1f767140d3da3e992844722f367bca528a30f Mon Sep 17 00:00:00 2001
From: Ondrej Oprala <ooprala@redhat.com>
Date: Wed, 14 Oct 2015 17:34:11 +0200
Subject: [PATCH] Document abipkgdiff's option --no-abignore

	* doc/manuals/abipkgdiff.rst: Mention the new option.
	* tools/abipkgdiff.cc: Likewise.

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
---
 doc/manuals/abipkgdiff.rst | 5 +++++
 tools/abipkgdiff.cc        | 1 +
 2 files changed, 6 insertions(+)

diff --git a/doc/manuals/abipkgdiff.rst b/doc/manuals/abipkgdiff.rst
index 1520790..7b90d88 100644
--- a/doc/manuals/abipkgdiff.rst
+++ b/doc/manuals/abipkgdiff.rst
@@ -84,6 +84,11 @@ Options
     an informational value.  Removed binaries are, however, considered
     as an ABI change.
 
+  * ``--no-abignore``
+
+    Do not search the *package2* for the presence of suppression
+    files.
+
   * ``--suppressions | --suppr`` <*path-to-suppressions*>
 
     Use a :ref:`suppression specification <suppr_spec_label>` file
diff --git a/tools/abipkgdiff.cc b/tools/abipkgdiff.cc
index c8017fc..3bd5982 100644
--- a/tools/abipkgdiff.cc
+++ b/tools/abipkgdiff.cc
@@ -403,6 +403,7 @@ display_usage(const string& prog_name, ostream& out)
       << " --redundant                    display redundant changes\n"
       << " --no-added-syms                do not display added functions or variables\n"
       << " --no-added-binaries            do not display added binaries\n"
+      << " --no-abignore                  do not look for *.abignore files\n"
       << " --fail-no-dbg                  fail if no debug info was found\n"
       << " --verbose                      emit verbose progress messages\n"
       << " --help|-h                      display this help message\n";
-- 
2.4.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-10  8:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-01  0:00 [PATCH] Document abipkgdiff --no-abignore Ondrej Oprala
2015-01-01  0:00 ` Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).