summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-23git-svn: handle multi-init without --trunk, UseSvmProps fixesLibravatar Eric Wong1-33/+83
2007-02-23git-svn: write the highest maxRex out for branches and tagsLibravatar Eric Wong1-0/+4
2007-02-23git-svn: use separate, per-repository .rev_db filesLibravatar Eric Wong2-50/+134
2007-02-23git-svn: extra safety for noMetadata and useSvmProps usersLibravatar Eric Wong2-12/+43
2007-02-23git-svn: use private $GIT_DIR/svn/config file moreLibravatar Eric Wong1-32/+21
2007-02-23git-svn: add support for per-[svn-remote "..."] optionsLibravatar Eric Wong1-9/+35
2007-02-23git-svn: add support for SVN::Mirror/svk using revprops for metadataLibravatar Eric Wong1-10/+105
2007-02-23git-svn: remove optimized commit stuff for set-treeLibravatar Eric Wong1-10/+2
2007-02-23git-svn: correctly handle globs with a right-hand-side path componentLibravatar Eric Wong2-24/+113
2007-02-23git-svn: correctly handle the -q flag in SVN::Git::FetcherLibravatar Eric Wong1-4/+4
2007-02-23git-svn: fix buggy regular expression usage in several placesLibravatar Eric Wong1-13/+19
2007-02-23git-svn: enable follow-parent functionality by defaultLibravatar Eric Wong3-16/+17
2007-02-23git-svn: remove some noisy debugging messagesLibravatar Eric Wong1-19/+2
2007-02-23git-svn: remove check_path calls before calling do_updateLibravatar Eric Wong1-8/+3
2007-02-23git-svn: --follow-parent tracks multi-parent pathsLibravatar Eric Wong2-3/+18
2007-02-23git-svn: implement auto-discovery of branches/tagsLibravatar Eric Wong1-28/+120
2007-02-23git-svn: run get_log() on a sub-directory if possibleLibravatar Eric Wong1-7/+48
2007-02-23git-svn: reintroduce using a single get_log() to fetchLibravatar Eric Wong1-54/+49
2007-02-23git-svn: prepare multi-init for wildcard supportLibravatar Eric Wong2-13/+131
2007-02-23git-svn: just name the default svn-remote "svn" instead of "git-svn"Libravatar Eric Wong4-16/+16
2007-02-23git-svn: avoid extra get_log calls when refspecs are added for fetchingLibravatar Eric Wong1-1/+6
2007-02-23git-svn: get rid of revisions_eq check for --follow-parentLibravatar Eric Wong1-11/+1
2007-02-23git-svn: migrations default to [svn-remote "git-svn"]Libravatar Eric Wong1-1/+4
2007-02-23git-svn: save paths to tags/branches with for future reuseLibravatar Eric Wong1-1/+12
2007-02-23git-svn: don't write to the config file from --follow-parentLibravatar Eric Wong2-10/+12
2007-02-23git-svn: use sys* IO functions for reading rev_dbLibravatar Eric Wong1-15/+9
2007-02-23git-svn: avoid redundant get_log calls between invocationsLibravatar Eric Wong1-7/+23
2007-02-23git-svn: do our best to ensure that our ref and rev_db are consistentLibravatar Eric Wong1-4/+36
2007-02-23git-svn: re-enable repacking flagsLibravatar Eric Wong1-4/+22
2007-02-23git-svn: avoid a huge memory spike with high-numbered revisionsLibravatar Eric Wong1-2/+3
2007-02-23git-svn: make (multi-)fetch safer but slowerLibravatar Eric Wong1-38/+37
2007-02-23git-svn: gracefully handle --follow-parent failuresLibravatar Eric Wong1-0/+3
2007-02-23git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanupsLibravatar Eric Wong2-24/+24
2007-02-23git-svn: fix several fetch bugs related to repeated invocationsLibravatar Eric Wong2-15/+43
2007-02-23git-svn: remove the 'rebuild' command and make the functionality automaticLibravatar Eric Wong2-94/+39
2007-02-23git-svn: fetch tracks initial change with --follow-parentLibravatar Eric Wong2-4/+27
2007-02-23git-svn: don't rely on do_switch + reparenting with svn(+ssh)://Libravatar Eric Wong1-15/+27
2007-02-23git-svn: reinstate the default SVN error handler after using get_logLibravatar Eric Wong1-4/+9
2007-02-23git-svn: just use Digest::MD5 instead of requiring itLibravatar Eric Wong1-2/+2
2007-02-23git-svn: cleanup: move editor-specific variables into the editor namespaceLibravatar Eric Wong1-25/+12
2007-02-23git-svn: stop using path names as refnames with --follow-parentLibravatar Eric Wong2-4/+8
2007-02-23git-svn: correctly handle do_{switch,update} in deep directoriesLibravatar Eric Wong2-8/+69
2007-02-23git-svn: correctly track diff-less copies with do_switchLibravatar Eric Wong1-1/+3
2007-02-23git-svn: allow multi-fetch to fetch things chronologicallyLibravatar Eric Wong1-91/+120
2007-02-23git-svn: cleanup remove unused functionLibravatar Eric Wong1-25/+8
2007-02-23git-svn: simplify usage of the SVN::Git::Editor interfaceLibravatar Eric Wong1-142/+139
2007-02-23git-svn: avoid an extra svn_ra connection during commitsLibravatar Eric Wong1-82/+123
2007-02-23git-svn: fix committing to subdirectories, add testsLibravatar Eric Wong3-4/+48
2007-02-23git-svn: fix segfaults from accessing svn_log_changed_path_tLibravatar Eric Wong2-37/+68
2007-02-23git-svn: correctly track revisions made to deleted branchesLibravatar Eric Wong2-23/+34