summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2006-02-17Make git-reset delete empty directoriesShawn Pearce-0/+63
2006-02-17Abstract test_create_repo out for use in tests.Carl Worth-6/+17
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen-1/+1
2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen-1/+1
2006-02-11t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano-1/+1
2006-02-10Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano-4/+6
2006-02-08t6000: fix a careless test library add-on.Junio C Hamano-1/+6
2006-02-06git-commit: revamp the git-commit semantics.Junio C Hamano-3/+3
2006-01-25tests: adjust breakage by stricter rev-parseJunio C Hamano-2/+2
2006-01-21t4011: "sleep 1" is not enough on FATJunio C Hamano-1/+1
2006-01-15show-branch: make the current branch and merge commits stand out.Junio C Hamano-3/+3
2006-01-13GIT 1.1.2v1.1.2Junio C Hamano-3/+3
2006-01-11name-rev: do not omit leading components of ref name.Junio C Hamano-3/+3
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano-1/+1
2006-01-08Add a test for rebase when a change was picked upstreamYann Dirson-0/+53
2006-01-08Add a minimal test for git-cherryYann Dirson-0/+53
2006-01-07ls-files --others --directory: testJunio C Hamano-6/+28
2006-01-07Fix typo in debug stanza of t2001Yann Dirson-1/+1
2006-01-05Merge fixes up to GIT 1.0.7Junio C Hamano-18/+44
2006-01-05t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano-3/+6
2006-01-05trivial: check, if t/trash directory was successfully createdAlex Riesen-1/+1
2006-01-05trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen-7/+22
2006-01-05trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen-0/+8
2005-12-28Fix skipping merge-order test with NO_OPENSSL=1.Gerrit Pape-7/+7
2005-12-27Merge fixes up to GIT 1.0.6Junio C Hamano-3/+3
2005-12-27Fix bogus tests on rev-list output.Junio C Hamano-2/+2
2005-12-27Guard a test against wc that pads its output with whitespaceJunio C Hamano-1/+1
2005-12-26Merge fixes up to GIT 1.0.5Junio C Hamano-1/+92
2005-12-26Handle symlinks graciouslyJohannes Schindelin-0/+85
2005-12-26t5300: avoid false failures.Junio C Hamano-1/+7
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano-0/+7
2005-12-22check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano-0/+7
2005-12-21merge-recursive: conflicting rename case.Junio C Hamano-0/+37
2005-12-20Racy GIT (part #2)Junio C Hamano-4/+13
2005-12-20Racy GITJunio C Hamano-0/+24
2005-12-19tests: make scripts executableJunio C Hamano-0/+0
2005-12-17Revert "get_sha1_basic(): corner case ambiguity fix"Junio C Hamano-48/+0
2005-12-15get_sha1_basic(): corner case ambiguity fixJunio C Hamano-0/+49
2005-12-14git rebase loses author name/email if given bad email addressAmos Waterland-0/+34
2005-12-14t3200: branch --help does not die anymore.Junio C Hamano-2/+2
2005-12-13Make git-send-pack exit with error when some refs couldn't be pushed outPetr Baudis-1/+9
2005-12-12Revert "Add deltifier test."Junio C Hamano-43/+0
2005-12-12Add deltifier test.Junio C Hamano-0/+43
2005-12-11t/t6022: a new test for renaming merge.Junio C Hamano-0/+164
2005-12-10t0000: catch trivial pilot errors.Junio C Hamano-2/+36
2005-12-10t3300: funny name testJunio C Hamano-14/+14
2005-12-09Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.Junio C Hamano-3/+2
2005-12-09use "git init-db" in testsAlex Riesen-2/+2
2005-12-07Make sure we use compat/subprocess.py with Python 2.3 while running tests.Junio C Hamano-1/+12
2005-12-05Fix 5501 testJunio C Hamano-4/+9