summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2007-02-23git-svn: reintroduce using a single get_log() to fetchEric Wong
2007-02-23git-svn: prepare multi-init for wildcard supportEric Wong
2007-02-23git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong
2007-02-23git-svn: avoid extra get_log calls when refspecs are added for fetchingEric Wong
2007-02-23git-svn: get rid of revisions_eq check for --follow-parentEric Wong
2007-02-23git-svn: migrations default to [svn-remote "git-svn"]Eric Wong
2007-02-23git-svn: save paths to tags/branches with for future reuseEric Wong
2007-02-23git-svn: don't write to the config file from --follow-parentEric Wong
2007-02-23git-svn: use sys* IO functions for reading rev_dbEric Wong
2007-02-23git-svn: avoid redundant get_log calls between invocationsEric Wong
2007-02-23git-svn: do our best to ensure that our ref and rev_db are consistentEric Wong
2007-02-23git-svn: re-enable repacking flagsEric Wong
2007-02-23git-svn: avoid a huge memory spike with high-numbered revisionsEric Wong
2007-02-23git-svn: make (multi-)fetch safer but slowerEric Wong
2007-02-23git-svn: gracefully handle --follow-parent failuresEric Wong
2007-02-23git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanupsEric Wong
2007-02-23git-svn: fix several fetch bugs related to repeated invocationsEric Wong
2007-02-23git-svn: remove the 'rebuild' command and make the functionality automaticEric Wong
2007-02-23git-svn: fetch tracks initial change with --follow-parentEric Wong
2007-02-23git-svn: don't rely on do_switch + reparenting with svn(+ssh)://Eric Wong
2007-02-23git-svn: reinstate the default SVN error handler after using get_logEric Wong
2007-02-23git-svn: just use Digest::MD5 instead of requiring itEric Wong
2007-02-23git-svn: cleanup: move editor-specific variables into the editor namespaceEric Wong
2007-02-23git-svn: stop using path names as refnames with --follow-parentEric Wong
2007-02-23git-svn: correctly handle do_{switch,update} in deep directoriesEric Wong
2007-02-23git-svn: correctly track diff-less copies with do_switchEric Wong
2007-02-23git-svn: allow multi-fetch to fetch things chronologicallyEric Wong
2007-02-23git-svn: cleanup remove unused functionEric Wong
2007-02-23git-svn: simplify usage of the SVN::Git::Editor interfaceEric Wong
2007-02-23git-svn: avoid an extra svn_ra connection during commitsEric Wong
2007-02-23git-svn: fix committing to subdirectories, add testsEric Wong
2007-02-23git-svn: fix segfaults from accessing svn_log_changed_path_tEric Wong
2007-02-23git-svn: correctly track revisions made to deleted branchesEric Wong
2007-02-23git-svn: avoid tracking change-less revisionsEric Wong
2007-02-23git-svn: track writes writes to the index in fetchEric Wong
2007-02-23git-svn: --follow-parent now works on sub-directories of larger branchesEric Wong
2007-02-23git-svn: 'init' attempts to connect to the repository root if possibleEric Wong
2007-02-23git-svn: better error reporting if --follow-parent failsEric Wong
2007-02-23git-svn: allow 'init' to work outside of testsEric Wong
2007-02-23git-svn: get rid of additional fetch-argumentsEric Wong
2007-02-23git-svn: allow --follow-parent on deleted directoriesEric Wong
2007-02-23git-svn: disallow ambigious local refspecsEric Wong
2007-02-23git-svn: --follow-parent works with svn-remotes multiple branchesEric Wong
2007-02-23git-svn: fix --follow-parent to work with Git::SVNEric Wong
2007-02-23git-svn: enable --minimize to simplify the config and connectionsEric Wong
2007-02-23git-svn: reuse open SVN::Ra connections by URLEric Wong
2007-02-23git-svn: fix a regression in dcommit that caused empty log messagesEric Wong
2007-02-23git-svn: add support for metadata in .git/configEric Wong
2007-02-23git-svn: remove graft-branches commandEric Wong
2007-02-23git-svn: convert 'set-tree' command to use Git::SVNEric Wong