]> Dogcows Code - chaz/tar/commit
tar: fix --verify option, which broke in 1.24
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Nov 2010 08:07:53 +0000 (00:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Nov 2010 08:08:27 +0000 (00:08 -0800)
commit24214ca5d506f56dc0cb2a2e1312256472039475
treec09665d37cfcf0ddd601700e9537d5f54805f96c
parent777042e024d4bf7357ffd060ad05763d463fe441
tar: fix --verify option, which broke in 1.24

* NEWS: Document this.
* src/compare.c (verify_volume): Decode the header before invoking
diff_archive, as diff_archive no longer does this as of the
2010-06-28 commit.  Also, don't try to invoke diff_archive on a
zero block.
* tests/Makefile.am (TESTSUITE_AT): Add verify.at.
* tests/testsuite.at: Include verify.at.
* tests/verify.at: New file.
NEWS
src/compare.c
tests/Makefile.am
tests/testsuite.at
tests/verify.at [new file with mode: 0644]
This page took 0.018266 seconds and 4 git commands to generate.