aboutsummaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2005-10-09Also force LC_ALL in test scripts.Junio C Hamano1-1/+2
2005-10-07Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net1-0/+160
2005-10-02[PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen1-0/+69
2005-10-01More portability.Junio C Hamano3-19/+17
2005-10-01Add git-symbolic-refJunio C Hamano1-3/+3
2005-09-28Update the case table in t/t1000.Junio C Hamano1-31/+12
2005-09-27[PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen2-2/+3
2005-09-22Retire diff-helper.Junio C Hamano3-169/+0
2005-09-20Show modified files in git-ls-filesJunio C Hamano1-3/+38
2005-09-17Fix typo in test comment.Junio C Hamano1-1/+1
2005-09-10[PATCH] Add debugging help for case #16 to read-tree.cJunio C Hamano1-0/+16
2005-09-10[PATCH] Rewrite read-treeDaniel Barkalow1-422/+0
2005-09-09Retire support for old environment variables.Junio C Hamano2-216/+0
2005-09-08'build' scripts before installing.Junio C Hamano3-7/+7
2005-09-07[PATCH] Do not create bogus branch from flag to git branchAmos Waterland1-0/+27
2005-09-07Big tool rename.Junio C Hamano36-321/+321
2005-09-04Add copy/rename check for git-apply.Junio C Hamano1-0/+148
2005-08-28[PATCH] New git-apply test cases for scanning forwards and backwards.Robert Fitzsimons1-0/+101
2005-08-28[PATCH] New git-apply test cases for patches with mulitple fragments.Robert Fitzsimons1-0/+176
2005-08-20Create objects/info/ directory in init-db.Junio C Hamano1-3/+4
2005-08-17[PATCH] When copying or renaming, keep the mode, pleaseJohannes Schindelin1-0/+37
2005-08-13[PATCH] fix null TZ problems on os/xBrad Roberts2-3/+3
2005-08-11[PATCH] Trapping exit in tests, using return for errors: further fixes.Pavel Roskin1-3/+5
2005-08-11[PATCH] Trapping exit in tests, using return for errorsPavel Roskin7-28/+39
2005-08-11[PATCH] Need to set PAGER in testsPavel Roskin1-1/+2
2005-08-11[PATCH] Missing test_donePavel Roskin4-0/+7
2005-08-11String comparison of test is done with '=', not '=='.Junio C Hamano1-4/+4
2005-08-10[PATCH] Fix git-rev-parse's parent handlingJohannes Schindelin1-0/+33
2005-07-29Skip --merge-order test when built with NO_OPENSSLJunio C Hamano1-0/+7
2005-07-29Documentation and tests: ls-files exclude pattern.Junio C Hamano1-5/+18
2005-07-29[PATCH] support bc version 1.04Johannes Schindelin1-2/+6
2005-07-26Fix potential send-pack SIGSEGVLinus Torvalds1-0/+54
2005-07-26Adjust diff-raw tests to the status letter change.Junio C Hamano18-34/+34
2005-07-25git-ls-files: --exclude mechanism updates.Junio C Hamano1-0/+55
2005-07-22[PATCH] Test framework: prettyprint the failed command.Junio C Hamano1-1/+3
2005-07-22[PATCH] apply.c: handle incomplete lines correctly.Junio C Hamano1-0/+32
2005-07-07[PATCH] Prevent t6000 series from dropping useless sed.script in t/Junio C Hamano5-3/+11
2005-07-06[PATCH] Write sed script directly into temp file, rather than a variableJon Seymour4-33/+7
2005-07-06[PATCH] Add t/t6003 with some --topo-order testsJon Seymour1-0/+417
2005-07-06[PATCH] Add a t/t6001 test case for a --merge-order bugJon Seymour1-0/+20
2005-07-06[PATCH] Change the sed seperator in t/t6000-lib.sh.Jon Seymour1-1/+3
2005-07-06[PATCH] Introduce unit tests for git-rev-list --bisectJon Seymour1-0/+247
2005-07-06[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t60...Jon Seymour2-111/+106
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Jon Seymour1-15/+15
2005-06-29[PATCH] Remove unnecessary sort from t6001 testcaseJon Seymour1-8/+8
2005-06-29[PATCH] Fix broken t6001 test caseJon Seymour1-3/+3
2005-06-29[PATCH] Demonstrate broken t6001 test case functionJon Seymour1-3/+2
2005-06-29[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Jon Seymour1-6/+6
2005-06-29[PATCH] Test case that demonstrates problem with --merge-order ^ processingJon Seymour1-0/+5
2005-06-29[PATCH] Adjust t5300 test for unpack-objects changeJunio C Hamano1-2/+4
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano1-0/+38
2005-06-27Fix another test that broke with the recent git-init-db updateLinus Torvalds1-1/+0
2005-06-27[PATCH] replace sha1sum with sum in t/t1002Mark Allen1-15/+32
2005-06-27Fix up test that counted subdirectories in ".git/objects"Linus Torvalds1-3/+3
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano1-2/+46
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-79/+0
2005-06-26[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Junio C Hamano1-0/+85
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano1-5/+20
2005-06-25[PATCH] Add more tests for read-tree --emu23.Junio C Hamano2-14/+150
2005-06-22[PATCH] A test case that demonstrates a problem with merges with two roots.Jon Seymour1-0/+61
2005-06-22[PATCH] git-apply: tests for --stat and --summary.Junio C Hamano15-0/+2152
2005-06-19[PATCH] Additional git-rev-list unit tests to demonstrate problems that requi...Jon Seymour1-61/+375
2005-06-19[PATCH] Rework -B output.Junio C Hamano1-21/+15
2005-06-19[PATCH] Make -C less eager.Junio C Hamano4-4/+5
2005-06-14[PATCH] Unset TZ in t5000Mark Allen1-2/+3
2005-06-12[PATCH] read-tree: loosen too strict index requirementsJunio C Hamano1-0/+9
2005-06-12[PATCH] Finish making --emu23 equivalent to pure 2-way merge.Junio C Hamano2-16/+36
2005-06-12[PATCH] read-tree: fix too strong index requirement #5ALTJunio C Hamano2-13/+13
2005-06-12[PATCH] read-tree --emu23.Junio C Hamano1-0/+316
2005-06-12[PATCH] Clean up read-tree two-way tests.Junio C Hamano1-35/+42
2005-06-08[PATCH] Add read-tree -m 3-way merge tests.Junio C Hamano2-12/+366
2005-06-08[PATCH] Tests: read-tree -m test updates.Junio C Hamano2-32/+30
2005-06-08[PATCH] three --merge-order bug fixesJon Seymour1-0/+175
2005-06-07[PATCH] read-tree: save more user hassles during fast-forward.Junio C Hamano2-0/+588
2005-06-05[PATCH] 3-way merge tests for new "git-read-tree -m"?Junio C Hamano1-1/+18
2005-06-05diff 'rename' format change.Linus Torvalds5-10/+10
2005-06-05[PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano1-0/+79
2005-06-03[PATCH] git-tar-tree: do only basic tests in t/t5000-git-tar-tree.shRene Scharfe1-20/+7
2005-06-02[PATCH] git-tar-tree: add a test caseRene Scharfe1-0/+106
2005-05-31[PATCH] ls-tree: handle trailing slashes in the pathspec properly.Junio C Hamano2-5/+99
2005-05-31[PATCH] diff: consolidate test helper script pieces.Junio C Hamano6-83/+43
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-0/+207
2005-05-30[PATCH] diff-helper: Fix R/C score parsing under -z flag.Junio C Hamano3-8/+210
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano1-2/+1
2005-05-29[PATCH] Move pathspec to the beginning of the diffcore chain.Junio C Hamano1-11/+11
2005-05-29[PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano1-0/+103
2005-05-26[PATCH] fix and testcase for git-commit-tree optionRene Scharfe1-0/+45
2005-05-26[PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano3-92/+92
2005-05-26[PATCH] ls-tree matching multiple pathsJason McMullan1-0/+103
2005-05-25[PATCH] Test case portability fix.Mark Allen2-5/+3
2005-05-25[PATCH] Mode only changes from diff.Junio C Hamano1-0/+34
2005-05-25[PATCH] Adjust show-files test for dotfiles.Junio C Hamano1-3/+4
2005-05-24[PATCH] Allow symlinks in the leading path in checkout-cache --prefix=Junio C Hamano1-0/+95
2005-05-24[PATCH] Redo rename/copy detection logic.Junio C Hamano3-24/+24
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano1-4/+3
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano4-175/+276
2005-05-23[PATCH] Rename/copy detection fix.Junio C Hamano2-11/+97
2005-05-23[PATCH] Be careful with symlinks when detecting renames and copies.Junio C Hamano1-0/+66
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano3-116/+115
2005-05-21t/t4003-diff-rename-1: use modern options to "diff"Linus Torvalds1-3/+3
2005-05-21[PATCH] Diff overhaul, adding the other half of copy detection.Junio C Hamano1-1/+37
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano3-3/+96
2005-05-20[PATCH] Fix use of wc in t0000-basicDaniel Barkalow1-1/+1
2005-05-20[PATCH] Diff-files fix with more tests.Junio C Hamano1-0/+61
2005-05-20[PATCH] Add tests for diff-treeJunio C Hamano3-170/+332
2005-05-19Fix up previous commitLinus Torvalds5-0/+0
2005-05-19[PATCH] diff overhaulJunio C Hamano3-1/+9
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano1-0/+31
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano1-0/+60
2005-05-19[PATCH] A test case addition for strbuf regressionJunio C Hamano1-0/+9
2005-05-18[PATCH] Fix diff output take #4.Junio C Hamano1-2/+5
2005-05-16[PATCH 4/4] Trivial test harness fixes.Junio C Hamano1-2/+3
2005-05-15The test of the basic diff functionalityJunio C Hamano1-0/+50
2005-05-15[PATCH] Add the merge test Linus called "test script from hell".Junio C Hamano1-0/+313
2005-05-15Fixed misnamed t/t2010-update-cache-badpath.shPetr Baudis1-0/+0
2005-05-15[PATCH] Test GIT environment use.Junio C Hamano1-0/+134
2005-05-15Rename some test scripts and describe the naming conventionPetr Baudis6-1/+26
2005-05-14[PATCH 2/2] Test framework documentation.Junio C Hamano1-0/+174
2005-05-14[PATCH 1/2] Test suite fixup.Junio C Hamano3-24/+26
2005-05-14Try to make test output look betterPetr Baudis1-2/+2
2005-05-14t/Makefile: OPTS -> GIT_TEST_OPTSPetr Baudis1-2/+3
2005-05-14t/Makefile cleanupPetr Baudis1-4/+3
2005-05-14Fixed t0000-basic.sh and test-lib.sh permissionsPetr Baudis2-0/+0
2005-05-14[PATCH 2/2] The core GIT tests: recent additions and fixes.Junio C Hamano6-0/+375
2005-05-14[PATCH 1/2] Test framework take two.Junio C Hamano3-0/+336