]> sourceware.org Git - libabigail.git/commit
Add --harmless option to abipkgdiff
authorDodji Seketeli <dodji@redhat.com>
Fri, 20 Jan 2017 10:00:37 +0000 (11:00 +0100)
committerDodji Seketeli <dodji@redhat.com>
Fri, 20 Jan 2017 10:04:27 +0000 (11:04 +0100)
commit499f5989070567276f2209c2694ee823cd627215
tree6ef86f3e612757e9eaed41bfc5b437c3fb2aa41d
parent2dcc6062f244eff71129bde53f4e8c9f903bd3a6
Add --harmless option to abipkgdiff

This option that is present for the abidiff tool was missing for
abipkgdiff.

* doc/manuals/abidiff.rst: Fix a typo.
* doc/manuals/abipkgdiff.rst: Document the --harmless option.
* tools/abipkgdiff.cc: Update copyright year.
(options::show_harmless_changes): Add new data member.
(options::options): Initialize the new data member.
(display_usage): Add a help string for the new --harmless option.
(parse_command_line): Parse the new --harmless option.
(set_diff_context_from_opts): Configure the diff context
accordingly, if the user provided the --harmless option.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
doc/manuals/abidiff.rst
doc/manuals/abipkgdiff.rst
tools/abipkgdiff.cc
This page took 0.032443 seconds and 5 git commands to generate.