summaryrefslogtreecommitdiffstats
path: root/t/t4109-apply-multifrag.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-23git-svn: allow multi-fetch to fetch things chronologicallyEric Wong1-91/+120
2007-02-23git-svn: cleanup remove unused functionEric Wong1-25/+8
2007-02-23git-svn: simplify usage of the SVN::Git::Editor interfaceEric Wong1-142/+139
2007-02-23git-svn: avoid an extra svn_ra connection during commitsEric Wong1-82/+123
2007-02-23git-svn: fix committing to subdirectories, add testsEric Wong3-4/+48
2007-02-23git-svn: fix segfaults from accessing svn_log_changed_path_tEric Wong2-37/+68
2007-02-23git-svn: correctly track revisions made to deleted branchesEric Wong2-23/+34
2007-02-23git-svn: avoid tracking change-less revisionsEric Wong3-35/+42
2007-02-23git-svn: add an odd test case that seems to cause segfaults over HTTPEric Wong1-0/+15
2007-02-23git-svn: track writes writes to the index in fetchEric Wong1-9/+41
2007-02-23git-svn: --follow-parent now works on sub-directories of larger branchesEric Wong2-8/+40
2007-02-23git-svn: 'init' attempts to connect to the repository root if possibleEric Wong2-21/+89
2007-02-23git-svn: better error reporting if --follow-parent failsEric Wong1-3/+14
2007-02-23git-svn: allow 'init' to work outside of testsEric Wong1-0/+1
2007-02-23git-svn: get rid of additional fetch-argumentsEric Wong2-25/+6
2007-02-23git-svn: allow --follow-parent on deleted directoriesEric Wong2-1/+13
2007-02-23git-svn: disallow ambigious local refspecsEric Wong2-7/+44
2007-02-23git-svn: --follow-parent works with svn-remotes multiple branchesEric Wong2-17/+45
2007-02-23git-svn: fix --follow-parent to work with Git::SVNEric Wong2-92/+110
2007-02-23git-svn: enable --minimize to simplify the config and connectionsEric Wong2-6/+129
2007-02-23git-svn: reuse open SVN::Ra connections by URLEric Wong1-4/+6
2007-02-23git-svn: fix a regression in dcommit that caused empty log messagesEric Wong1-1/+2
2007-02-23git-svn: add support for metadata in .git/configEric Wong2-279/+367
2007-02-23git-svn: remove graft-branches commandEric Wong2-593/+3
2007-02-23git-svn: convert 'set-tree' command to use Git::SVNEric Wong1-495/+17
2007-02-23git-svn: switch dcommit to using Git::SVN codeEric Wong1-84/+38
2007-02-23git-svn: fetch/multi-fetch converted over to Git::SVN moduleEric Wong1-38/+51
2007-02-23git-svn: get rid of Memoize for now...Eric Wong1-4/+0
2007-02-23git-svn: convert the 'commit-diff' command to Git::SVNEric Wong1-133/+233
2007-02-23git-svn: do not let Git.pm warn if we prematurely close pipesEric Wong1-1/+1
2007-02-23git-svn: port the 'rebuild' command to use Git::SVN objectsEric Wong1-43/+28
2007-02-23git-svn: moved the 'log' command into its own namespaceEric Wong1-327/+325
2007-02-23git-svn: convert show-ignore over to Git::SVNEric Wong1-7/+5
2007-02-23git-svn: add a test for show-ignoreEric Wong1-0/+26
2007-02-23git-svn: make multi-init capable of reusing the Ra connectionEric Wong2-27/+29
2007-02-23git-svn: convert multi-init over to using Git::SVNEric Wong1-41/+31
2007-02-23git-svn: convert 'init' to use Git::SVNEric Wong1-20/+18
2007-02-23git-svn: add Git::SVN module (to avoid global variables)Eric Wong1-0/+485
2007-02-23git-svn: cleanup: avoid re-use()ing Git.pm in sub-packagesEric Wong1-13/+15
2007-02-23git-svn: cleanup: put SVN workarounds into their own namespaceEric Wong1-149/+173
2007-02-23git-svn: cleanup: move process_rm aroundEric Wong1-25/+19
2007-02-23git-svn: move authentication prompts into their own namespaceEric Wong1-16/+24
2007-02-23git-diff: fix combined diffJohannes Schindelin1-1/+2
2007-02-23Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen1-0/+4
2007-02-22Include git-gui credits file in dist.Shawn O. Pearce1-1/+2
2007-02-22Document the new core.bare configuration option.Shawn O. Pearce1-0/+12
2007-02-22t4119: test autocomputing -p<n> for traditional diff input.Junio C Hamano1-74/+43
2007-02-22git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano2-4/+111
2007-02-21git-apply: notice "diff --git" patch againJunio C Hamano2-9/+18
2007-02-21Use gunzip -c over gzcat in import-tars example.Michael Loeffler1-3/+6