8643 Commits (373274f978a48b62549f20059bff630d85533533)
 

Author SHA1 Message Date
Eric Wong 373274f978 git-svn: do our best to ensure that our ref and rev_db are consistent 18 years ago
Eric Wong ecc712ddc4 git-svn: re-enable repacking flags 18 years ago
Eric Wong 47a0b75e01 git-svn: avoid a huge memory spike with high-numbered revisions 18 years ago
Eric Wong d4eff2bda5 git-svn: make (multi-)fetch safer but slower 18 years ago
Eric Wong c7eba7163b git-svn: gracefully handle --follow-parent failures 18 years ago
Eric Wong 9760adcccc git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanups 18 years ago
Eric Wong 8a603774de git-svn: fix several fetch bugs related to repeated invocations 18 years ago
Eric Wong f0ecca1041 git-svn: remove the 'rebuild' command and make the functionality automatic 18 years ago
Eric Wong 289370578c git-svn: fetch tracks initial change with --follow-parent 18 years ago
Eric Wong 5d3b7cd5fe git-svn: don't rely on do_switch + reparenting with svn(+ssh):// 18 years ago
Eric Wong f7c3fc4a26 git-svn: reinstate the default SVN error handler after using get_log 18 years ago
Eric Wong 90c1b15da3 git-svn: just use Digest::MD5 instead of requiring it 18 years ago
Eric Wong 24e22aa8a5 git-svn: cleanup: move editor-specific variables into the editor namespace 18 years ago
Eric Wong ce2a0f2f9d git-svn: stop using path names as refnames with --follow-parent 18 years ago
Eric Wong 2b27f6c884 git-svn: correctly handle do_{switch,update} in deep directories 18 years ago
Eric Wong 2fa6a23efb git-svn: correctly track diff-less copies with do_switch 18 years ago
Eric Wong 0af9c9f94a git-svn: allow multi-fetch to fetch things chronologically 18 years ago
Eric Wong 21819a3708 git-svn: cleanup remove unused function 18 years ago
Eric Wong 6139535436 git-svn: simplify usage of the SVN::Git::Editor interface 18 years ago
Eric Wong 6e8548cca8 git-svn: avoid an extra svn_ra connection during commits 18 years ago
Eric Wong d3a840dc74 git-svn: fix committing to subdirectories, add tests 18 years ago
Eric Wong 3ebe8df7f6 git-svn: fix segfaults from accessing svn_log_changed_path_t 18 years ago
Eric Wong e5a0b240fc git-svn: correctly track revisions made to deleted branches 18 years ago
Eric Wong 97f6987afa git-svn: avoid tracking change-less revisions 18 years ago
Eric Wong 1492b4245a git-svn: add an odd test case that seems to cause segfaults over HTTP 18 years ago
Eric Wong ef3cfaad19 git-svn: track writes writes to the index in fetch 18 years ago
Eric Wong 7f578c55af git-svn: --follow-parent now works on sub-directories of larger branches 18 years ago
Eric Wong e6434f8760 git-svn: 'init' attempts to connect to the repository root if possible 18 years ago
Eric Wong 9bf046372b git-svn: better error reporting if --follow-parent fails 18 years ago
Eric Wong 536c4b0937 git-svn: allow 'init' to work outside of tests 18 years ago
Eric Wong 07a1c95045 git-svn: get rid of additional fetch-arguments 18 years ago
Eric Wong a2003abc23 git-svn: allow --follow-parent on deleted directories 18 years ago
Eric Wong b805b44a92 git-svn: disallow ambigious local refspecs 18 years ago
Eric Wong 8b8fc06824 git-svn: --follow-parent works with svn-remotes multiple branches 18 years ago
Eric Wong 15710b6f34 git-svn: fix --follow-parent to work with Git::SVN 18 years ago
Eric Wong 47e39c55c9 git-svn: enable --minimize to simplify the config and connections 18 years ago
Eric Wong f6f0987646 git-svn: reuse open SVN::Ra connections by URL 18 years ago
Eric Wong 780a2f58e7 git-svn: fix a regression in dcommit that caused empty log messages 18 years ago
Eric Wong 706587fc6d git-svn: add support for metadata in .git/config 18 years ago
Eric Wong d05d72e07e git-svn: remove graft-branches command 18 years ago
Eric Wong 1ce255dc16 git-svn: convert 'set-tree' command to use Git::SVN 18 years ago
Eric Wong d7ad3bed8c git-svn: switch dcommit to using Git::SVN code 18 years ago
Eric Wong 1c8443b050 git-svn: fetch/multi-fetch converted over to Git::SVN module 18 years ago
Eric Wong 396988e0b9 git-svn: get rid of Memoize for now... 18 years ago
Eric Wong 44320b9e0e git-svn: convert the 'commit-diff' command to Git::SVN 18 years ago
Eric Wong c843c464b8 git-svn: do not let Git.pm warn if we prematurely close pipes 18 years ago
Eric Wong e7f023c81a git-svn: port the 'rebuild' command to use Git::SVN objects 18 years ago
Eric Wong f8c9d1d27f git-svn: moved the 'log' command into its own namespace 18 years ago
Eric Wong 5969cbe13c git-svn: convert show-ignore over to Git::SVN 18 years ago
Eric Wong ad2f90851e git-svn: add a test for show-ignore 18 years ago