summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-23git-svn: allow dcommit for those who only fetch from SVM with useSvmPropsEric Wong
2007-02-23git-svn: error checking for invalid [svn-remote "..."] sectionsEric Wong
2007-02-23git-svn: remember to check for clean indices on globbed refs, tooEric Wong
2007-02-23git-svn: allow --log-window-size to be specified, default to 100Eric Wong
2007-02-23git-svn: simplify the (multi-)init methods of fetchingEric Wong
2007-02-23git-svn: brown paper bag fixesEric Wong
2007-02-23git-svn: allow 'init' to act as multi-initEric Wong
2007-02-23git-svn: hopefully make 'fetch' more user-friendlyEric Wong
2007-02-23t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong
2007-02-23git-svn: usability fixes for the 'git svn log' commandEric Wong
2007-02-23git-svn: include merges when calling rev-list for decommitEric Wong
2007-02-23git-svn: make dcommit usable for glob usersEric Wong
2007-02-23git-svn: make test for SVK mirror path importsam@vilain.net
2007-02-23git-svn: handle multi-init without --trunk, UseSvmProps fixesEric Wong
2007-02-23git-svn: write the highest maxRex out for branches and tagsEric Wong
2007-02-23git-svn: use separate, per-repository .rev_db filesEric Wong
2007-02-23git-svn: extra safety for noMetadata and useSvmProps usersEric Wong
2007-02-23git-svn: use private $GIT_DIR/svn/config file moreEric Wong
2007-02-23git-svn: add support for per-[svn-remote "..."] optionsEric Wong
2007-02-23git-svn: add support for SVN::Mirror/svk using revprops for metadataEric Wong
2007-02-23git-svn: remove optimized commit stuff for set-treeEric Wong
2007-02-23git-svn: correctly handle globs with a right-hand-side path componentEric Wong
2007-02-23git-svn: correctly handle the -q flag in SVN::Git::FetcherEric Wong
2007-02-23git-svn: fix buggy regular expression usage in several placesEric Wong
2007-02-23git-svn: enable follow-parent functionality by defaultEric Wong
2007-02-23git-svn: remove some noisy debugging messagesEric Wong
2007-02-23git-svn: remove check_path calls before calling do_updateEric Wong
2007-02-23git-svn: --follow-parent tracks multi-parent pathsEric Wong
2007-02-23git-svn: implement auto-discovery of branches/tagsEric Wong
2007-02-23git-svn: run get_log() on a sub-directory if possibleEric Wong
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