summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2009-03-23format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd
2009-03-23format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd
2009-03-22Merge branch 'mg/test-installed'Junio C Hamano
2009-03-20http tests: Darwin is not that specialJunio C Hamano
2009-03-20Merge branch 'mv/parseopt-ls-files'Junio C Hamano
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano
2009-03-20Merge branch 'jc/clone-branch-rebase'Junio C Hamano
2009-03-20Merge branch 'js/rebase-i-opt'Junio C Hamano
2009-03-20Merge branch 'fc/parseopt-config'Junio C Hamano
2009-03-19t5602: Work around path mangling on MSYSJohannes Sixt
2009-03-19t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt
2009-03-19t2200, t7004: Avoid glob pattern that also matches filesJohannes Sixt
2009-03-19t7300: fix clean up on WindowsJohannes Schindelin
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt
2009-03-19test-lib: Simplify test counting.Johannes Sixt
2009-03-19test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt
2009-03-19Call 'say' outside test_expect_successJohannes Sixt
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt
2009-03-18t9400, t9401: Do not force hard-linked cloneJohannes Sixt
2009-03-18Merge branch 'jc/maint-1.6.0-read-tree-overlay'Junio C Hamano
2009-03-18Merge branch 'js/rsync-local'Junio C Hamano
2009-03-18Merge branch 'js/remote-improvements'Junio C Hamano
2009-03-18Merge branch 'tr/maint-1.6.0-send-email-irt'Junio C Hamano
2009-03-17Tests: use test_cmp instead of diff where possibleMiklos Vajna
2009-03-17disable post-checkout test on CygwinAlex Riesen
2009-03-17config: test for --replace-all with one argument and fix documentation.Carlos Rica
2009-03-16test-lib.sh: Allow running the test suite against installed gitMichael J Gruber
2009-03-16test-lib.sh: Test for presence of git-init in the right path.Michael J Gruber
2009-03-14test-lib: write test results to test-results/<basename>-<pid>Johannes Schindelin
2009-03-14test-suite: Make test script numbers uniqueJohannes Sixt
2009-03-13read-tree A B C: do not create a bogus index and do not segfaultJunio C Hamano
2009-03-12send-email: test --no-thread --in-reply-to combinationThomas Rast
2009-03-11Merge branch 'mg/maint-submodule-normalize-path'Junio C Hamano
2009-03-11Merge branch 'tv/rebase-stat'Junio C Hamano
2009-03-11Merge branch 'jk/clone-post-checkout'Junio C Hamano
2009-03-11Merge branch 'tr/format-patch-thread'Junio C Hamano
2009-03-11Merge branch 'tr/gcov'Junio C Hamano
2009-03-11test: do not LoadModule log_config_module unconditionallyJohannes Schindelin
2009-03-11rsync transport: allow local paths, and fix testsJohannes Schindelin
2009-03-11Include log_config module in apache.confDaniel Barkalow
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano
2009-03-08Merge branch 'maint'Junio C Hamano
2009-03-08Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-03-08MinGW: fix diff --no-index /dev/null ...Johannes Schindelin
2009-03-08Add an (optional, since expensive) test for >2gb clonesJohannes Schindelin
2009-03-08ls-files: fix broken --no-empty-directoryJeff King
2009-03-08t3000: use test_cmp instead of diffJeff King
2009-03-07builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen
2009-03-07Support '*' in the middle of a refspecDaniel Barkalow
2009-03-07t1300: use test_must_fail as appropriateJeff King