summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-08-12diff --check: do not unconditionally complain about trailing empty linesJunio C Hamano
2008-08-12Adjust for the new way of enabling the default post-update hookPetr Baudis
2008-08-11Merge branch 'maint'Junio C Hamano
2008-08-11Fix deleting reflog entries from HEAD reflogJunio C Hamano
2008-08-11reflog test: add more tests for 'reflog delete'Pieter de Bie
2008-08-09mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano
2008-08-08git-svn: Allow deep branch names by supporting multi-globsMarcus Griep
2008-08-08Fix multi-glob assertion in git-svnMarcus Griep
2008-08-08clone --mirror: avoid storing repeated tagsJohannes Schindelin
2008-08-06Sync with 1.5.6.5Junio C Hamano
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano
2008-08-06t9119: conditionally re-enable test depending on svn(1) versionEric Wong
2008-08-06Fix race condition in t9119-git-svn-info.shDavid D. Kilzer
2008-08-05correct access right for git-svn-dcommit testDmitry Potapov
2008-08-04Flush output in start_asyncAnders Melchiorsen
2008-08-03clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin
2008-08-02t/t4202-log.sh: add newline at end of fileBrandon Casey
2008-08-02sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin
2008-08-02Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam
2008-08-02make sure parsed wildcard refspec ends with slashJunio C Hamano
2008-08-02init: handle empty "template" parameterJeff King
2008-07-31Compact commit template messageJeff King
2008-07-30Fix test-parse-options "integer" testJunio C Hamano
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen
2008-07-30Support copy and rename detection in fast-export.Alexander Gavrilov
2008-07-30format-patch: Produce better output with --inline or --attachKevin Ballard
2008-07-29t7001: fix "git mv" testJunio C Hamano
2008-07-28init: handle empty "template" parameterJeff King
2008-07-27git-mv: Keep moved index entries inactPetr Baudis
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink
2008-07-27make sure parsed wildcard refspec ends with slashJunio C Hamano
2008-07-27t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder
2008-07-26git-svn: teach dcommit about svn auto-propsBrad King
2008-07-26Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam
2008-07-25Merge branch 'maint'Junio C Hamano
2008-07-25Makefile: fix shell quotingJunio C Hamano
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano
2008-07-25Merge branch 'ph/checkout'Junio C Hamano
2008-07-25git-checkout: improve error messages, detect ambiguities.Pierre Habouzit
2008-07-25update test case to protect am --skip behaviourOlivier Marin
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer
2008-07-23sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin
2008-07-23Add test to show that show-branch misses out the 8th columnJohannes Schindelin
2008-07-23t/t4202-log.sh: add newline at end of fileBrandon Casey
2008-07-23t7502-commit.sh: rearrange test to make more portableBrandon Casey
2008-07-23t3200,t7201: replace '!' with test_must_failBrandon Casey
2008-07-23t4116-apply-reverse.sh: use $TAR rather than tarBrandon Casey
2008-07-23t/: Replace diff [-u|-U0] with test_cmp to allow compilation with old diffBrandon Casey