summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn: don't write to the config file from --follow-parentEric Wong2007-02-232-10/+12
* git-svn: use sys* IO functions for reading rev_dbEric Wong2007-02-231-15/+9
* git-svn: avoid redundant get_log calls between invocationsEric Wong2007-02-231-7/+23
* git-svn: do our best to ensure that our ref and rev_db are consistentEric Wong2007-02-231-4/+36
* git-svn: re-enable repacking flagsEric Wong2007-02-231-4/+22
* 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-232-24/+24
* git-svn: fix several fetch bugs related to repeated invocationsEric Wong2007-02-232-15/+43
* git-svn: remove the 'rebuild' command and make the functionality automaticEric Wong2007-02-232-94/+39
* git-svn: fetch tracks initial change with --follow-parentEric Wong2007-02-232-4/+27
* 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-232-4/+8
* git-svn: correctly handle do_{switch,update} in deep directoriesEric Wong2007-02-232-8/+69
* 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-233-4/+48
* git-svn: fix segfaults from accessing svn_log_changed_path_tEric Wong2007-02-232-37/+68
* git-svn: correctly track revisions made to deleted branchesEric Wong2007-02-232-23/+34
* git-svn: avoid tracking change-less revisionsEric Wong2007-02-233-35/+42
* git-svn: add an odd test case that seems to cause segfaults over HTTPEric Wong2007-02-231-0/+15
* 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-232-8/+40
* git-svn: 'init' attempts to connect to the repository root if possibleEric Wong2007-02-232-21/+89
* 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-232-25/+6
* git-svn: allow --follow-parent on deleted directoriesEric Wong2007-02-232-1/+13
* git-svn: disallow ambigious local refspecsEric Wong2007-02-232-7/+44
* git-svn: --follow-parent works with svn-remotes multiple branchesEric Wong2007-02-232-17/+45
* git-svn: fix --follow-parent to work with Git::SVNEric Wong2007-02-232-92/+110
* git-svn: enable --minimize to simplify the config and connectionsEric Wong2007-02-232-6/+129
* 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-232-279/+367
* git-svn: remove graft-branches commandEric Wong2007-02-232-593/+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