[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.
[git] / t /
2005-06-26  Junio C Hamano[PATCH] Finish initial cut of git-pack-object/git-unpac...
2005-06-25  Junio C Hamano[PATCH] Fix oversimplified optimization for add_cache_e...
2005-06-25  Junio C Hamano[PATCH] Add more tests for read-tree --emu23.
2005-06-23  Jon Seymour[PATCH] A test case that demonstrates a problem with...
2005-06-22  Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-22  Junio C Hamano[PATCH] git-apply: tests for --stat and --summary.
2005-06-20  Jon Seymour[PATCH] Additional git-rev-list unit tests to demonstra...
2005-06-20  Junio C Hamano[PATCH] Rework -B output.
2005-06-20  Junio C Hamano[PATCH] Make -C less eager.
2005-06-14  Mark Allen[PATCH] Unset TZ in t5000
2005-06-13  Junio C Hamano[PATCH] read-tree: loosen too strict index requirements
2005-06-13  Junio C Hamano[PATCH] Finish making --emu23 equivalent to pure 2...
2005-06-13  Junio C Hamano[PATCH] read-tree: fix too strong index requirement...
2005-06-13  Junio C Hamano[PATCH] read-tree --emu23.
2005-06-13  Junio C Hamano[PATCH] Clean up read-tree two-way tests.
2005-06-08  Junio C Hamano[PATCH] Add read-tree -m 3-way merge tests.
2005-06-08  Junio C Hamano[PATCH] Tests: read-tree -m test updates.
2005-06-08  Jon Seymour[PATCH] three --merge-order bug fixes
2005-06-07  Junio C Hamano[PATCH] read-tree: save more user hassles during fast...
2005-06-06  Junio C Hamano[PATCH] 3-way merge tests for new "git-read-tree -m"?
2005-06-05  Linus Torvaldsdiff 'rename' format change.
2005-06-05  Junio C Hamano[PATCH] pull: gracefully recover from delta retrieval...
2005-06-03  Rene Scharfe[PATCH] git-tar-tree: do only basic tests in t/t5000...
2005-06-03  Rene Scharfe[PATCH] git-tar-tree: add a test case
2005-06-01  Junio C Hamano[PATCH] ls-tree: handle trailing slashes in the pathspe...
2005-05-31  Junio C Hamano[PATCH] diff: consolidate test helper script pieces.
2005-05-30  Junio C Hamano[PATCH] Add -B flag to diff-* brothers.
2005-05-30  Junio C Hamano[PATCH] diff-helper: Fix R/C score parsing under -z...
2005-05-29  Junio C Hamano[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"
2005-05-29  Junio C Hamano[PATCH] Move pathspec to the beginning of the diffcore...
2005-05-29  Junio C Hamano[PATCH] Fix the way diffcore-rename records unremoved...
2005-05-26  Rene Scharfe[PATCH] fix and testcase for git-commit-tree option
2005-05-26  Junio C Hamano[PATCH] Make ls-* output consistent with diff-* output...
2005-05-26  Jason McMullan[PATCH] ls-tree matching multiple paths
2005-05-26  Mark Allen[PATCH] Test case portability fix.
2005-05-25  Junio C Hamano[PATCH] Mode only changes from diff.
2005-05-25  Junio C Hamano[PATCH] Adjust show-files test for dotfiles.
2005-05-25  Junio C Hamano[PATCH] Allow symlinks in the leading path in checkout...
2005-05-24  Junio C Hamano[PATCH] Redo rename/copy detection logic.
2005-05-24  Junio C Hamano[PATCH] Fix diff-pruning logic which was running prune...
2005-05-23  Junio C Hamano[PATCH] diff-raw format update take #2.
2005-05-23  Junio C Hamano[PATCH] Rename/copy detection fix.
2005-05-23  Junio C Hamano[PATCH] Be careful with symlinks when detecting renames...
2005-05-22  Junio C Hamano[PATCH] The diff-raw format updates.
2005-05-21  Linus Torvaldst/t4003-diff-rename-1: use modern options to "diff"
2005-05-21  Junio C Hamano[PATCH] Diff overhaul, adding the other half of copy...
2005-05-21  Junio C Hamano[PATCH] Diff overhaul, adding half of copy detection.
2005-05-21  Daniel Barkalow[PATCH] Fix use of wc in t0000-basic
2005-05-20  Junio C Hamano[PATCH] Diff-files fix with more tests.
2005-05-20  Junio C Hamano[PATCH] Add tests for diff-tree
2005-05-20  Linus TorvaldsFix up previous commit
2005-05-20  Junio C Hamano[PATCH] diff overhaul
2005-05-19  Junio C Hamano[PATCH] Implement git-checkout-cache -u to update stat...
2005-05-19  Junio C Hamano[PATCH] Detect renames in diff family.
2005-05-19  Junio C Hamano[PATCH] A test case addition for strbuf regression
2005-05-18  Junio C Hamano[PATCH] Fix diff output take #4.
2005-05-15  Junio C Hamano[PATCH 4/4] Trivial test harness fixes.
2005-05-15  Junio C HamanoThe test of the basic diff functionality
2005-05-14  Junio C Hamano[PATCH] Add the merge test Linus called "test script...
2005-05-14  Petr BaudisFixed misnamed t/t2010-update-cache-badpath.sh
2005-05-14  Junio C Hamano[PATCH] Test GIT environment use.
2005-05-14  Petr BaudisRename some test scripts and describe the naming convention
2005-05-14  Junio C Hamano[PATCH 2/2] Test framework documentation.
2005-05-14  Junio C Hamano[PATCH 1/2] Test suite fixup.
2005-05-14  Petr BaudisTry to make test output look better
2005-05-14  Petr Baudist/Makefile: OPTS -> GIT_TEST_OPTS
2005-05-14  Petr Baudist/Makefile cleanup
2005-05-14  Petr BaudisFixed t0000-basic.sh and test-lib.sh permissions
2005-05-14  Junio C Hamano[PATCH 2/2] The core GIT tests: recent additions and...
2005-05-14  Junio C Hamano[PATCH 1/2] Test framework take two.