diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-04 00:12:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-04 00:12:19 -0800 |
commit | b63bc0bc3152ca42ba1c9fa9bed73da061beeca2 (patch) | |
tree | 709ceb2c6c62fa58f4d694599374ef10ac305cfe /Makefile | |
parent | bash: offer to show (un)staged changes (diff) | |
parent | Merge branch 'maint-1.6.0' into maint (diff) | |
download | tgif-b63bc0bc3152ca42ba1c9fa9bed73da061beeca2.tar.xz |
Merge branch 'maint'
* maint:
User-manual: "git stash <comment>" form is long gone
add test-dump-cache-tree in Makefile
fix typo in Documentation
apply: fix access to an uninitialized mode variable, found by valgrind
Conflicts:
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1382,6 +1382,7 @@ TEST_PROGRAMS += test-chmtime$X TEST_PROGRAMS += test-ctype$X TEST_PROGRAMS += test-date$X TEST_PROGRAMS += test-delta$X +TEST_PROGRAMS += test-dump-cache-tree$X TEST_PROGRAMS += test-genrandom$X TEST_PROGRAMS += test-match-trees$X TEST_PROGRAMS += test-parse-options$X |