summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2007-03-07t/t5515-fetch-merge-logic.sh: Add two more testsLibravatar Santi B,Ai(Bjar3-0/+5
2007-03-05t/t5515-fetch-merge-logic.sh: Added tests for the merge login in git-fetchLibravatar Santi BĂ©jar63-0/+731
2007-03-03Handle core.symlinks=false case in merge-recursive.Libravatar Johannes Sixt1-0/+62
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Libravatar Johannes Sixt2-0/+59
2007-02-28Merge branch 'js/bundle'Libravatar Junio C Hamano1-1/+27
2007-02-27Merge branch 'maint'Libravatar Junio C Hamano5-1/+93
2007-02-27mailinfo: do not get confused with logical lines that are too long.Libravatar Linus Torvalds5-1/+93
2007-02-25Update tests to use test-chmtimeLibravatar Eric Wong3-34/+27
2007-02-24Merge branch 'js/etc-config'Libravatar Junio C Hamano1-2/+2
2007-02-23git-svn: add test for useSvnsyncPropsLibravatar Eric Wong2-0/+613
2007-02-23git-svn: fix useSvmProps, hopefully for the last timeLibravatar Eric Wong3-106/+562
2007-02-23git-svn: hide the private git-svn 'config' file as '.metadata'Libravatar Eric Wong1-0/+1
2007-02-23git-svn: brown paper bag fixesLibravatar Eric Wong1-0/+28
2007-02-23git-svn: allow 'init' to act as multi-initLibravatar Eric Wong2-4/+4
2007-02-23t910*: s/repo-config/config/g; poke around possible race conditionsLibravatar Eric Wong5-15/+23
2007-02-23git-svn: make test for SVK mirror path importLibravatar sam@vilain.net2-1/+105
2007-02-23git-svn: use separate, per-repository .rev_db filesLibravatar Eric Wong1-0/+11
2007-02-23git-svn: correctly handle globs with a right-hand-side path componentLibravatar Eric Wong1-0/+53
2007-02-23git-svn: enable follow-parent functionality by defaultLibravatar Eric Wong1-13/+13
2007-02-23git-svn: --follow-parent tracks multi-parent pathsLibravatar Eric Wong1-0/+7
2007-02-23git-svn: prepare multi-init for wildcard supportLibravatar Eric Wong1-6/+14
2007-02-23git-svn: just name the default svn-remote "svn" instead of "git-svn"Libravatar Eric Wong3-15/+15
2007-02-23git-svn: don't write to the config file from --follow-parentLibravatar Eric Wong1-1/+1
2007-02-23git-svn: fix several fetch bugs related to repeated invocationsLibravatar Eric Wong1-3/+13
2007-02-23git-svn: fetch tracks initial change with --follow-parentLibravatar Eric Wong1-1/+13
2007-02-23git-svn: stop using path names as refnames with --follow-parentLibravatar Eric Wong1-2/+4
2007-02-23git-svn: correctly handle do_{switch,update} in deep directoriesLibravatar Eric Wong1-0/+31
2007-02-23git-svn: fix committing to subdirectories, add testsLibravatar Eric Wong2-0/+38
2007-02-23git-svn: fix segfaults from accessing svn_log_changed_path_tLibravatar Eric Wong1-1/+0
2007-02-23git-svn: correctly track revisions made to deleted branchesLibravatar Eric Wong1-1/+10
2007-02-23git-svn: avoid tracking change-less revisionsLibravatar Eric Wong2-7/+9
2007-02-23git-svn: add an odd test case that seems to cause segfaults over HTTPLibravatar Eric Wong1-0/+15
2007-02-23git-svn: --follow-parent now works on sub-directories of larger branchesLibravatar Eric Wong1-0/+17
2007-02-23git-svn: 'init' attempts to connect to the repository root if possibleLibravatar Eric Wong1-1/+13
2007-02-23git-svn: allow --follow-parent on deleted directoriesLibravatar Eric Wong1-0/+12
2007-02-23git-svn: disallow ambigious local refspecsLibravatar Eric Wong1-0/+11
2007-02-23git-svn: --follow-parent works with svn-remotes multiple branchesLibravatar Eric Wong1-0/+13
2007-02-23git-svn: fix --follow-parent to work with Git::SVNLibravatar Eric Wong1-2/+4
2007-02-23git-svn: enable --minimize to simplify the config and connectionsLibravatar Eric Wong1-0/+25
2007-02-23git-svn: add support for metadata in .git/configLibravatar Eric Wong1-0/+63
2007-02-23git-svn: remove graft-branches commandLibravatar Eric Wong1-67/+0
2007-02-23git-svn: add a test for show-ignoreLibravatar Eric Wong1-0/+26
2007-02-23git-svn: make multi-init capable of reusing the Ra connectionLibravatar Eric Wong1-0/+6
2007-02-22Add git-bundle: move objects and references by archiveLibravatar Johannes Schindelin1-1/+27
2007-02-22Make tests independent of global config filesLibravatar Johannes Schindelin1-2/+2
2007-02-22Merge branches 'lt/crlf' and 'jc/apply-config'Libravatar Junio C Hamano2-0/+379
2007-02-21t4119: test autocomputing -p<n> for traditional diff input.Libravatar Junio C Hamano1-74/+43
2007-02-21git-apply: guess correct -p<n> value for non-git patches.Libravatar Junio C Hamano1-2/+54
2007-02-21git-apply: notice "diff --git" patch againLibravatar Junio C Hamano1-2/+2
2007-02-21t4119: add test for traditional patch and different p_valueLibravatar Junio C Hamano1-2/+49