summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn: correctly handle globs with a right-hand-side path componentEric Wong2007-02-232-24/+113
* git-svn: correctly handle the -q flag in SVN::Git::FetcherEric Wong2007-02-231-4/+4
* git-svn: fix buggy regular expression usage in several placesEric Wong2007-02-231-13/+19
* git-svn: enable follow-parent functionality by defaultEric Wong2007-02-233-16/+17
* git-svn: remove some noisy debugging messagesEric Wong2007-02-231-19/+2
* git-svn: remove check_path calls before calling do_updateEric Wong2007-02-231-8/+3
* git-svn: --follow-parent tracks multi-parent pathsEric Wong2007-02-232-3/+18
* git-svn: implement auto-discovery of branches/tagsEric Wong2007-02-231-28/+120
* git-svn: run get_log() on a sub-directory if possibleEric Wong2007-02-231-7/+48
* git-svn: reintroduce using a single get_log() to fetchEric Wong2007-02-231-54/+49
* git-svn: prepare multi-init for wildcard supportEric Wong2007-02-232-13/+131
* git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong2007-02-234-16/+16
* git-svn: avoid extra get_log calls when refspecs are added for fetchingEric Wong2007-02-231-1/+6
* git-svn: get rid of revisions_eq check for --follow-parentEric Wong2007-02-231-11/+1
* git-svn: migrations default to [svn-remote "git-svn"]Eric Wong2007-02-231-1/+4
* git-svn: save paths to tags/branches with for future reuseEric Wong2007-02-231-1/+12
* 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