summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-03-121-0/+50
|\
| * New fast-import test case for valid tree sortingJeff King2007-03-121-0/+50
* | Fix t5510-fetch's use of sedShawn O. Pearce2007-03-121-1/+7
|/
* Merge branch 'jc/boundary'Junio C Hamano2007-03-111-0/+32
|\
| * git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin2007-03-071-0/+11
| * bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin2007-03-061-0/+21
* | Change {pre,post}-receive hooks to use stdinShawn O. Pearce2007-03-111-14/+16
* | Merge branch 'js/attach'Junio C Hamano2007-03-107-37/+351
|\ \
| * | format-patch --attach: not folding some long headers.Junio C Hamano2007-03-047-73/+37
| * | format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin2007-03-047-6/+356
* | | Merge branch 'js/diff-ni'Junio C Hamano2007-03-1030-116/+116
|\ \ \
| * | | Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-0429-110/+110
* | | | Merge branch 'js/config-rename'Junio C Hamano2007-03-081-0/+16
|\ \ \ \
| * | | | git-config: document --rename-section, provide --remove-sectionPaolo Bonzini2007-03-031-0/+16
| |/ / /
* | | | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-03-071-0/+8
|\ \ \ \
| * | | | Allow fast-import frontends to reload the marks tableShawn O. Pearce2007-03-071-0/+8
| | |_|/ | |/| |
* | | | Teach receive-pack to run pre-receive/post-receive hooksShawn O. Pearce2007-03-071-20/+73
* | | | Refactor handling of error_string in receive-packShawn O. Pearce2007-03-071-3/+3
* | | | Merge branch 'maint'Junio C Hamano2007-03-071-1/+2
|\ \ \ \
| * | | | make t8001 work on Mac OS X againJohannes Schindelin2007-03-061-1/+2
* | | | | t/t5515-fetch-merge-logic.sh: Add two more testsSanti B,Ai(Bjar2007-03-073-0/+5
| |/ / / |/| | |
* | | | t/t5515-fetch-merge-logic.sh: Added tests for the merge login in git-fetchSanti BĂ©jar2007-03-0563-0/+731
| |_|/ |/| |
* | | Handle core.symlinks=false case in merge-recursive.Johannes Sixt2007-03-031-0/+62
* | | Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-022-0/+59
| |/ |/|
* | Merge branch 'js/bundle'Junio C Hamano2007-02-281-1/+27
|\ \
| * | Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-221-1/+27
* | | Merge branch 'maint'Junio C Hamano2007-02-275-1/+93
|\ \ \ | | |/ | |/|
| * | mailinfo: do not get confused with logical lines that are too long.Linus Torvalds2007-02-275-1/+93
* | | Update tests to use test-chmtimeEric Wong2007-02-253-34/+27
* | | Merge branch 'js/etc-config'Junio C Hamano2007-02-241-2/+2
|\ \ \
| * | | Make tests independent of global config filesJohannes Schindelin2007-02-221-2/+2
| | |/ | |/|
* | | git-svn: add test for useSvnsyncPropsEric Wong2007-02-232-0/+613
* | | git-svn: fix useSvmProps, hopefully for the last timeEric Wong2007-02-233-106/+562
* | | git-svn: hide the private git-svn 'config' file as '.metadata'Eric Wong2007-02-231-0/+1
* | | git-svn: brown paper bag fixesEric Wong2007-02-231-0/+28
* | | git-svn: allow 'init' to act as multi-initEric Wong2007-02-232-4/+4
* | | t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong2007-02-235-15/+23
* | | git-svn: make test for SVK mirror path importsam@vilain.net2007-02-232-1/+105
* | | git-svn: use separate, per-repository .rev_db filesEric Wong2007-02-231-0/+11
* | | git-svn: correctly handle globs with a right-hand-side path componentEric Wong2007-02-231-0/+53
* | | git-svn: enable follow-parent functionality by defaultEric Wong2007-02-231-13/+13
* | | git-svn: --follow-parent tracks multi-parent pathsEric Wong2007-02-231-0/+7
* | | git-svn: prepare multi-init for wildcard supportEric Wong2007-02-231-6/+14
* | | git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong2007-02-233-15/+15
* | | git-svn: don't write to the config file from --follow-parentEric Wong2007-02-231-1/+1
* | | git-svn: fix several fetch bugs related to repeated invocationsEric Wong2007-02-231-3/+13
* | | git-svn: fetch tracks initial change with --follow-parentEric Wong2007-02-231-1/+13
* | | git-svn: stop using path names as refnames with --follow-parentEric Wong2007-02-231-2/+4
* | | git-svn: correctly handle do_{switch,update} in deep directoriesEric Wong2007-02-231-0/+31
* | | git-svn: fix committing to subdirectories, add testsEric Wong2007-02-232-0/+38