Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-05-23bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder
2008-05-23bisect: add test cases to check that "git bisect start" is atomicChristian Couder
2008-05-22Merge branch 'ar/add-unreadable'Junio C Hamano
2008-05-22Merge branch 'jk/maint-send-email-compose'Junio C Hamano
2008-05-22send-email: rfc2047-quote subject lines with non-ascii charactersJeff King
2008-05-22send-email: specify content-type of --compose bodyJeff King
2008-05-21Fix t3701 if core.filemode disabledAlex Riesen
2008-05-19t/Makefile: "trash" directory was renamed recentlyBrandon Casey
2008-05-19Ensure that a test is run in the trash directoryAlex Riesen
2008-05-17Replace in-place sed in t7502-commitMarcel Koeppen
2008-05-17submodule update: add convenience option --initJohannes Schindelin
2008-05-15Merge branch 'sb/committer'Junio C Hamano
2008-05-15Merge branch 'bd/tests'Junio C Hamano
2008-05-15Merge branch 'mv/format-cc'Junio C Hamano
2008-05-14Merge branch 'jk/renamelimit' (early part)Junio C Hamano
2008-05-14t5000: tar portability fixJeff King
2008-05-14fix bsd shell negationJeff King
2008-05-13Add a config option to ignore errors for git-addAlex Riesen
2008-05-13Add a test for git-add --ignore-errorsAlex Riesen
2008-05-13Merge branch 'gp/bisect-fix'Junio C Hamano
2008-05-11Merge branch 'lt/core-optim'Junio C Hamano
2008-05-11rev-parse --verify: do not output anything on errorChristian Couder
2008-05-11rev-parse: fix using "--default" with "--verify"Christian Couder
2008-05-11rev-parse: add test script for "--verify"Christian Couder
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings
2008-05-11git-svn: fix cloning of HTTP URLs with '+' in their pathEric Wong
2008-05-11Merge branch 'py/diff-submodule'Junio C Hamano
2008-05-09Merge branch 'sg/merge-options' (early part)Junio C Hamano
2008-05-09bisect: print an error message when "git rev-list --bisect-vars" failsChristian Couder
2008-05-07commit: Show committer if automaticSanti Béjar
2008-05-07commit: Show author if different from committerSanti Béjar
2008-05-06Merge branch 'bc/filter-branch'Junio C Hamano
2008-05-06Merge branch 'lh/git-file'Junio C Hamano
2008-05-06Merge branch 'lh/branch-merged'Junio C Hamano
2008-05-06Merge branch 'pb/remote-mirror-config'Junio C Hamano
2008-05-06git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape
2008-05-06Rename the test trash directory to contain spaces.Bryan Donlan
2008-05-06Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-05-06Don't use the 'export NAME=value' in the test scripts.Bryan Donlan
2008-05-06lib-git-svn.sh: Fix quoting issues with paths containing shell metacharactersBryan Donlan
2008-05-06test-lib.sh: Fix some missing path quotingBryan Donlan
2008-05-06Use test_set_editor in t9001-send-email.shBryan Donlan
2008-05-06test-lib.sh: Add a test_set_editor function to safely set $VISUALBryan Donlan
2008-05-06git-send-email.perl: Handle shell metacharacters in $EDITOR properlyBryan Donlan
2008-05-06config.c: Escape backslashes in section names properlyBryan Donlan
2008-05-06git-rebase.sh: Fix --merge --abort failures when path contains whitespaceBryan Donlan
2008-05-05is_racy_timestamp(): do not check timestamp for gitlinksJunio C Hamano
2008-05-05diff: a submodule not checked out is not modifiedJunio C Hamano
2008-05-05Add t7506 to test submodule related functions for git-statusPing Yin
2008-05-05t4027: test diff for submodule with empty directoryPing Yin