summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
...
* git-svn: fix useSvmProps, hopefully for the last timeEric Wong2007-02-231-34/+57
* git-svn: add support for using svnsync propertiesEric Wong2007-02-231-2/+58
* git-svn: allow overriding of the SVN repo root in metadataEric Wong2007-02-231-1/+25
* git-svn: add 'clone' command, an alias for init + fetchEric Wong2007-02-231-1/+20
* git-svn: hide the private git-svn 'config' file as '.metadata'Eric Wong2007-02-231-1/+6
* git-svn: fix some issues for people migrating from older versionsEric Wong2007-02-231-4/+6
* git-svn: add a 'rebase' commandEric Wong2007-02-231-28/+63
* git-svn: checkout files on new fetchesEric Wong2007-02-231-2/+26
* git-svn: add support for --stat in the log commandEric Wong2007-02-231-2/+9
* git-svn: documentation updates for new functionalityEric Wong2007-02-231-2/+3
* git-svn: allow dcommit for those who only fetch from SVM with useSvmPropsEric Wong2007-02-231-2/+8
* git-svn: error checking for invalid [svn-remote "..."] sectionsEric Wong2007-02-231-2/+3
* git-svn: remember to check for clean indices on globbed refs, tooEric Wong2007-02-231-7/+8
* git-svn: allow --log-window-size to be specified, default to 100Eric Wong2007-02-231-2/+7
* git-svn: simplify the (multi-)init methods of fetchingEric Wong2007-02-231-51/+35
* git-svn: brown paper bag fixesEric Wong2007-02-231-2/+3
* git-svn: allow 'init' to act as multi-initEric Wong2007-02-231-20/+32
* git-svn: hopefully make 'fetch' more user-friendlyEric Wong2007-02-231-25/+33
* git-svn: usability fixes for the 'git svn log' commandEric Wong2007-02-231-3/+20
* git-svn: include merges when calling rev-list for decommitEric Wong2007-02-231-1/+1
* git-svn: make dcommit usable for glob usersEric Wong2007-02-231-22/+51
* git-svn: handle multi-init without --trunk, UseSvmProps fixesEric Wong2007-02-231-33/+83
* git-svn: write the highest maxRex out for branches and tagsEric Wong2007-02-231-0/+4
* git-svn: use separate, per-repository .rev_db filesEric Wong2007-02-231-50/+123
* git-svn: extra safety for noMetadata and useSvmProps usersEric Wong2007-02-231-7/+22
* git-svn: use private $GIT_DIR/svn/config file moreEric Wong2007-02-231-32/+21
* git-svn: add support for per-[svn-remote "..."] optionsEric Wong2007-02-231-9/+35
* git-svn: add support for SVN::Mirror/svk using revprops for metadataEric Wong2007-02-231-10/+105
* git-svn: remove optimized commit stuff for set-treeEric Wong2007-02-231-10/+2
* git-svn: correctly handle globs with a right-hand-side path componentEric Wong2007-02-231-24/+60
* 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-231-2/+2
* 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-231-3/+11
* 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-231-7/+117
* git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong2007-02-231-1/+1
* 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-231-9/+11
* 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