aboutsummaryrefslogtreecommitdiffstats
path: root/git-svn.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-23git-svn: save paths to tags/branches with for future reuseEric Wong1-1/+12
2007-02-23git-svn: don't write to the config file from --follow-parentEric Wong1-9/+11
2007-02-23git-svn: use sys* IO functions for reading rev_dbEric Wong1-15/+9
2007-02-23git-svn: avoid redundant get_log calls between invocationsEric Wong1-7/+23
2007-02-23git-svn: do our best to ensure that our ref and rev_db are consistentEric Wong1-4/+36
2007-02-23git-svn: re-enable repacking flagsEric Wong1-4/+22
2007-02-23git-svn: avoid a huge memory spike with high-numbered revisionsEric Wong1-2/+3
2007-02-23git-svn: make (multi-)fetch safer but slowerEric Wong1-38/+37
2007-02-23git-svn: gracefully handle --follow-parent failuresEric Wong1-0/+3
2007-02-23git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanupsEric Wong1-24/+18
2007-02-23git-svn: fix several fetch bugs related to repeated invocationsEric Wong1-12/+30
2007-02-23git-svn: remove the 'rebuild' command and make the functionality automaticEric Wong1-56/+36
2007-02-23git-svn: fetch tracks initial change with --follow-parentEric Wong1-3/+14
2007-02-23git-svn: don't rely on do_switch + reparenting with svn(+ssh)://Eric Wong1-15/+27
2007-02-23git-svn: reinstate the default SVN error handler after using get_logEric Wong1-4/+9
2007-02-23git-svn: just use Digest::MD5 instead of requiring itEric Wong1-2/+2
2007-02-23git-svn: cleanup: move editor-specific variables into the editor namespaceEric Wong1-25/+12
2007-02-23git-svn: stop using path names as refnames with --follow-parentEric Wong1-2/+4
2007-02-23git-svn: correctly handle do_{switch,update} in deep directoriesEric Wong1-8/+38
2007-02-23git-svn: correctly track diff-less copies with do_switchEric Wong1-1/+3
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 Wong1-4/+10
2007-02-23git-svn: fix segfaults from accessing svn_log_changed_path_tEric Wong1-36/+68
2007-02-23git-svn: correctly track revisions made to deleted branchesEric Wong1-22/+24
2007-02-23git-svn: avoid tracking change-less revisionsEric Wong1-28/+33
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 Wong1-8/+23
2007-02-23git-svn: 'init' attempts to connect to the repository root if possibleEric Wong1-20/+76
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 Wong1-1/+6
2007-02-23git-svn: allow --follow-parent on deleted directoriesEric Wong1-1/+1
2007-02-23git-svn: disallow ambigious local refspecsEric Wong1-7/+33
2007-02-23git-svn: --follow-parent works with svn-remotes multiple branchesEric Wong1-17/+32
2007-02-23git-svn: fix --follow-parent to work with Git::SVNEric Wong1-90/+106
2007-02-23git-svn: enable --minimize to simplify the config and connectionsEric Wong1-6/+104
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 Wong1-279/+304
2007-02-23git-svn: remove graft-branches commandEric Wong1-526/+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