summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2009-03-22format-patch: --numbered-files and --stdout aren't mutually exclusiveLibravatar Stephen Boyd2-1/+171
2009-03-22format-patch: --attach/inline uses filename instead of SHA1Libravatar Stephen Boyd10-32/+94
2009-03-22diff --cached: do not borrow from a work tree when a path is marked as assume...Libravatar Junio C Hamano1-0/+8
2009-03-22Smudge the files fed to external diff and textconvLibravatar Johannes Schindelin1-0/+16
2009-03-22t5503: GIT_DEBUG_SEND_PACK is not supported on MinGWLibravatar Johannes Sixt1-0/+7
2009-03-22t7004: Use prerequisite tags to skip tests that need gpgLibravatar Johannes Sixt1-49/+48
2009-03-22Use prerequisites to skip tests that need unzipLibravatar Johannes Sixt2-11/+11
2009-03-22t3700: Skip a test with backslashes in pathspecLibravatar Johannes Sixt2-1/+3
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsLibravatar Johannes Sixt6-19/+23
2009-03-22t0060: Fix tests on WindowsLibravatar Johannes Sixt1-33/+83
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksLibravatar Johannes Sixt32-76/+211
2009-03-22t9100, t9129: Use prerequisite tags for UTF-8 testsLibravatar Johannes Sixt2-31/+28
2009-03-22t5302: Use prerequisite tags to skip 64-bit offset testsLibravatar Johannes Sixt1-10/+5
2009-03-22Skip tests that fail if the executable bit is not handled by the filesystemLibravatar Johannes Sixt5-20/+42
2009-03-22t3600: Use test prerequisite tagsLibravatar Johannes Sixt1-28/+30
2009-03-21Merge branch 'mg/test-installed'Libravatar Junio C Hamano1-3/+11
2009-03-21Merge branch 'tr/maint-1.6.0-send-email-irt' into maintLibravatar Junio C Hamano1-0/+11
2009-03-21Merge branch 'mg/maint-submodule-normalize-path' into maintLibravatar Junio C Hamano1-0/+49
2009-03-21Merge branch 'js/rsync-local' into maintLibravatar Junio C Hamano1-19/+20
2009-03-21Merge branch 'jc/maint-1.6.0-read-tree-overlay' into maintLibravatar Junio C Hamano1-0/+31
2009-03-21Merge branch 'js/maint-1.6.0-path-normalize' into maint-1.6.1Libravatar Junio C Hamano2-19/+20
2009-03-21Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1Libravatar Junio C Hamano1-0/+17
2009-03-21pack-objects: don't loosen objects available in alternate or kept packsLibravatar Brandon Casey1-1/+1
2009-03-21t7700: demonstrate repack flaw which may loosen objects unnecessarilyLibravatar Brandon Casey1-0/+17
2009-03-21git-branch: display "was sha1" on branch deletion rather than just "sha1"Libravatar Brandon Casey1-1/+1
2009-03-21test-lib: Infrastructure to test and check for prerequisitesLibravatar Johannes Sixt2-5/+54
2009-03-20http tests: Darwin is not that specialLibravatar Junio C Hamano1-6/+1
2009-03-20Merge branch 'mv/parseopt-ls-files'Libravatar Junio C Hamano1-1/+13
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Libravatar Junio C Hamano1-0/+12
2009-03-20Merge branch 'jc/clone-branch-rebase'Libravatar Junio C Hamano1-0/+15
2009-03-20Merge branch 'js/rebase-i-opt'Libravatar Junio C Hamano1-0/+11
2009-03-20Merge branch 'fc/parseopt-config'Libravatar Junio C Hamano1-1/+8
2009-03-20pack-objects: only repack or loosen objects residing in "local" packsLibravatar Brandon Casey1-1/+1
2009-03-20git-repack.sh: don't use --kept-pack-only option to pack-objectsLibravatar Brandon Casey1-1/+1
2009-03-20t7700-repack: add two new tests demonstrating repacking flawsLibravatar Brandon Casey1-0/+44
2009-03-20Add a test for checking whether gitattributes is honored by checkout.Libravatar Kristian Amlie1-0/+31
2009-03-20make oneline reflog dates more consistent with multiline formatLibravatar Jeff King1-0/+67
2009-03-19t0050: Check whether git init detected symbolic link support correctlyLibravatar Johannes Sixt1-2/+26
2009-03-19Tests on Windows: $(pwd) must return Windows-style pathsLibravatar Johannes Sixt3-3/+7
2009-03-19test-lib: Work around missing sum on WindowsLibravatar Johannes Sixt1-0/+3
2009-03-19test-lib: Work around incompatible sort and find on WindowsLibravatar Johannes Sixt1-0/+13
2009-03-19t5602: Work around path mangling on MSYSLibravatar Johannes Sixt1-2/+2
2009-03-19t5300, t5302, t5303: Do not use /dev/zeroLibravatar Johannes Sixt3-15/+16
2009-03-19t2200, t7004: Avoid glob pattern that also matches filesLibravatar Johannes Sixt2-3/+4
2009-03-19t7300: fix clean up on WindowsLibravatar Johannes Schindelin1-3/+3
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodLibravatar Johannes Sixt7-43/+24
2009-03-19test-lib: Simplify test counting.Libravatar Johannes Sixt3-11/+5
2009-03-19test-lib: Replace uses of $(expr ...) by POSIX shell features.Libravatar Johannes Sixt1-12/+11
2009-03-19Call 'say' outside test_expect_successLibravatar Johannes Sixt3-19/+22
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Libravatar Johannes Sixt10-15/+15