aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* clone --mirror: avoid storing repeated tagsJohannes Schindelin2008-08-07
* Sync with 1.5.6.5Junio C Hamano2008-08-06
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-06
| * t/t4202-log.sh: add newline at end of fileBrandon Casey2008-08-01
| * sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin2008-08-01
| * Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2008-08-01
| * make sure parsed wildcard refspec ends with slashJunio C Hamano2008-08-01
| * init: handle empty "template" parameterJeff King2008-08-01
* | t9119: conditionally re-enable test depending on svn(1) versionEric Wong2008-08-05
* | Fix race condition in t9119-git-svn-info.shDavid D. Kilzer2008-08-05
* | correct access right for git-svn-dcommit testDmitry Potapov2008-08-04
* | Flush output in start_asyncAnders Melchiorsen2008-08-03
* | clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin2008-08-03
* | clone: Add an option to set up a mirrorJohannes Schindelin2008-08-02
* | Compact commit template messageJeff King2008-07-31
* | Fix test-parse-options "integer" testJunio C Hamano2008-07-30
* | Advertise the ability to abort a commitAnders Melchiorsen2008-07-30
* | Support copy and rename detection in fast-export.Alexander Gavrilov2008-07-29
* | format-patch: Produce better output with --inline or --attachKevin Ballard2008-07-29
* | t7001: fix "git mv" testJunio C Hamano2008-07-28
* | init: handle empty "template" parameterJeff King2008-07-27
* | git-mv: Keep moved index entries inactPetr Baudis2008-07-27
* | rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink2008-07-27
* | make sure parsed wildcard refspec ends with slashJunio C Hamano2008-07-27
* | t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder2008-07-27
* | git-svn: teach dcommit about svn auto-propsBrad King2008-07-25
* | Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2008-07-25
* | Merge branch 'maint'Junio C Hamano2008-07-25
|\ \ | |/
| * Makefile: fix shell quotingJunio C Hamano2008-07-25
| * tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano2008-07-25
* | Merge branch 'ph/checkout'Junio C Hamano2008-07-24
|\ \
| * | git-checkout: improve error messages, detect ambiguities.Pierre Habouzit2008-07-24
* | | update test case to protect am --skip behaviourOlivier Marin2008-07-24
|/ /
* | git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis2008-07-23
* | git-am: Add colon before the subject that is printed out as being appliedStephan Beyer2008-07-23
* | sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin2008-07-23
* | Add test to show that show-branch misses out the 8th columnJohannes Schindelin2008-07-23
* | t/t4202-log.sh: add newline at end of fileBrandon Casey2008-07-23
* | t7502-commit.sh: rearrange test to make more portableBrandon Casey2008-07-23
* | t3200,t7201: replace '!' with test_must_failBrandon Casey2008-07-23
* | t4116-apply-reverse.sh: use $TAR rather than tarBrandon Casey2008-07-23
* | t/: Replace diff [-u|-U0] with test_cmp to allow compilation with old diffBrandon Casey2008-07-23
* | t7601: extend the 'merge picks up the best result' testMiklos Vajna2008-07-23
* | git am --skip: clean the index while preserving local changesOlivier Marin2008-07-22
* | builtin-merge: give a proper error message for invalid strategies in configMiklos Vajna2008-07-21
* | tests: do not rely on external "patch"Junio C Hamano2008-07-21
* | parse-options: fix segmentation fault when a required value is missingOlivier Marin2008-07-21
* | Rename .git/rebase to .git/rebase-applyJohannes Schindelin2008-07-21
* | Merge branch 'ns/am-abort'Junio C Hamano2008-07-20
|\ \
| * | git am --abortNanako Shiraishi2008-07-19