summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
...
* git-svn: avoid a huge memory spike with high-numbered revisionsEric Wong2007-02-231-2/+3
* git-svn: make (multi-)fetch safer but slowerEric Wong2007-02-231-38/+37
* git-svn: gracefully handle --follow-parent failuresEric Wong2007-02-231-0/+3
* git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanupsEric Wong2007-02-231-24/+18
* git-svn: fix several fetch bugs related to repeated invocationsEric Wong2007-02-231-12/+30
* git-svn: remove the 'rebuild' command and make the functionality automaticEric Wong2007-02-231-56/+36
* git-svn: fetch tracks initial change with --follow-parentEric Wong2007-02-231-3/+14
* git-svn: don't rely on do_switch + reparenting with svn(+ssh)://Eric Wong2007-02-231-15/+27
* git-svn: reinstate the default SVN error handler after using get_logEric Wong2007-02-231-4/+9
* git-svn: just use Digest::MD5 instead of requiring itEric Wong2007-02-231-2/+2
* git-svn: cleanup: move editor-specific variables into the editor namespaceEric Wong2007-02-231-25/+12
* 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-8/+38
* git-svn: correctly track diff-less copies with do_switchEric Wong2007-02-231-1/+3
* git-svn: allow multi-fetch to fetch things chronologicallyEric Wong2007-02-231-91/+120
* git-svn: cleanup remove unused functionEric Wong2007-02-231-25/+8
* git-svn: simplify usage of the SVN::Git::Editor interfaceEric Wong2007-02-231-142/+139
* git-svn: avoid an extra svn_ra connection during commitsEric Wong2007-02-231-82/+123
* git-svn: fix committing to subdirectories, add testsEric Wong2007-02-231-4/+10
* git-svn: fix segfaults from accessing svn_log_changed_path_tEric Wong2007-02-231-36/+68
* git-svn: correctly track revisions made to deleted branchesEric Wong2007-02-231-22/+24
* git-svn: avoid tracking change-less revisionsEric Wong2007-02-231-28/+33
* git-svn: track writes writes to the index in fetchEric Wong2007-02-231-9/+41
* 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