summaryrefslogtreecommitdiff
path: root/tests/git-binary-diff
Commit message (Collapse)AuthorAgeFilesLines
* test-lib.sh: factorize require_* functionsQuentin Casasnovas2015-01-311-1/+1
| | | | | | | Since the code is identical when just checking if a utility is present on the system or not, we can factorize it. Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update copyright date year ranges to include 2011Jim Meyering2011-03-271-1/+1
| | | | | * bootstrap.conf (gnulib_modules): Add update-copyright. Run "make update-copyright".
* Some test suite fixes and improvementsAndreas Gruenbacher2010-05-041-1/+0
| | | | | | | | * tests/test-lib.sh: Flag tests with missing pre-requirements as SKIPped instead of PASSed. Do not use GNU diff extensions, but still require a diff that understands "-u". * tests: Do not unnecessarily require GNU diff in a lot of tests. Make the sed utility optional.
* Complain when fed git binary patchesAndreas Gruenbacher2010-04-231-0/+30
* src/common.h (enum diff): New enumeration GIT_BINARY_DIFF. * src/pch.c (intuit_diff_type): Recognize git binary patches. * src/patch.c (main): Complain when fed git binary patches. * tests/git-binary-diff: New test case. * tests/Makefile.am (TESTS): Add test case.