summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn: --follow-parent now works on sub-directories of larger branchesEric Wong2007-02-231-8/+23
* git-svn: 'init' attempts to connect to the repository root if possibleEric Wong2007-02-231-20/+76
* git-svn: better error reporting if --follow-parent failsEric Wong2007-02-231-3/+14
* git-svn: allow 'init' to work outside of testsEric Wong2007-02-231-0/+1
* git-svn: get rid of additional fetch-argumentsEric Wong2007-02-231-1/+6
* git-svn: allow --follow-parent on deleted directoriesEric Wong2007-02-231-1/+1
* git-svn: disallow ambigious local refspecsEric Wong2007-02-231-7/+33
* git-svn: --follow-parent works with svn-remotes multiple branchesEric Wong2007-02-231-17/+32
* git-svn: fix --follow-parent to work with Git::SVNEric Wong2007-02-231-90/+106
* git-svn: enable --minimize to simplify the config and connectionsEric Wong2007-02-231-6/+104
* git-svn: reuse open SVN::Ra connections by URLEric Wong2007-02-231-4/+6
* git-svn: fix a regression in dcommit that caused empty log messagesEric Wong2007-02-231-1/+2
* git-svn: add support for metadata in .git/configEric Wong2007-02-231-279/+304
* git-svn: remove graft-branches commandEric Wong2007-02-231-526/+3
* git-svn: convert 'set-tree' command to use Git::SVNEric Wong2007-02-231-495/+17
* git-svn: switch dcommit to using Git::SVN codeEric Wong2007-02-231-84/+38
* git-svn: fetch/multi-fetch converted over to Git::SVN moduleEric Wong2007-02-231-38/+51
* git-svn: get rid of Memoize for now...Eric Wong2007-02-231-4/+0
* git-svn: convert the 'commit-diff' command to Git::SVNEric Wong2007-02-231-133/+233
* git-svn: do not let Git.pm warn if we prematurely close pipesEric Wong2007-02-231-1/+1
* git-svn: port the 'rebuild' command to use Git::SVN objectsEric Wong2007-02-231-43/+28
* git-svn: moved the 'log' command into its own namespaceEric Wong2007-02-231-327/+325
* git-svn: convert show-ignore over to Git::SVNEric Wong2007-02-231-7/+5
* git-svn: make multi-init capable of reusing the Ra connectionEric Wong2007-02-231-27/+23
* git-svn: convert multi-init over to using Git::SVNEric Wong2007-02-231-41/+31
* git-svn: convert 'init' to use Git::SVNEric Wong2007-02-231-20/+18
* git-svn: add Git::SVN module (to avoid global variables)Eric Wong2007-02-231-0/+485
* git-svn: cleanup: avoid re-use()ing Git.pm in sub-packagesEric Wong2007-02-231-13/+15
* git-svn: cleanup: put SVN workarounds into their own namespaceEric Wong2007-02-231-149/+173
* git-svn: cleanup: move process_rm aroundEric Wong2007-02-231-25/+19
* git-svn: move authentication prompts into their own namespaceEric Wong2007-02-231-16/+24
* git-svn: correctly handle boolean options via git-configEric Wong2007-02-101-1/+1
* git-svn: do not let Git.pm warn if we prematurely close pipesEric Wong2007-02-011-5/+5
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-10/+10
* git-svn: remove leading slash when printing removed directoriesEric Wong2007-01-221-1/+1
* git-svn: print and flush authentication prompts to STDERREric Wong2007-01-151-15/+22
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-1/+1
* git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong2007-01-071-1/+1
* git-svn: add --prefix= option to multi-initEric Wong2007-01-071-3/+5
* git-svn: fix show-ignoreEric Wong2007-01-061-1/+1
* git-svn: make --repack work consistently between fetch and multi-fetchEric Wong2007-01-041-4/+6
* git-svn: make multi-init less confusingEric Wong2007-01-041-38/+40
* git-svn: sort multi-init outputEric Wong2006-12-281-1/+1
* git-svn: verify_ref() should actually --verifyEric Wong2006-12-281-1/+2
* git-svn: print out the SVN library version in --version, tooEric Wong2006-12-281-1/+1
* git-svn: remove non-delta fetch code pathsEric Wong2006-12-281-174/+20
* git-svn: dcommit should diff against the current HEAD after committingEric Wong2006-12-261-3/+3
* git-svn: enable common fetch/commit options for dcommitEric Wong2006-12-221-1/+1
* git-svn: rename 'commit' command to 'set-tree'Eric Wong2006-12-161-6/+6
* git-svn: remove support for the svn command-line clientEric Wong2006-12-161-844/+39