summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn: don't allow globs to match regular filesEric Wong2007-04-181-0/+2
* git-svn: quiet some warnings when run only with --version/--helpEric Wong2007-04-171-2/+2
* git-svn: respect lower bound of -r/--revision when following parentEric Wong2007-04-171-1/+4
* git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong2007-04-081-2/+9
* git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong2007-04-081-20/+21
* git-svn: bail out on incorrect command-line optionsEric Wong2007-04-081-1/+4
* git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong2007-03-311-0/+3
* git-svn: avoid respewing similar error messages for missing pathsEric Wong2007-03-311-5/+11
* git-svn: fix rel_path() when not connected to the repository rootEric Wong2007-03-251-2/+4
* git-svn: add -l/--local command to "git svn rebase"Eric Wong2007-03-131-2/+5
* git-svn: fix show-ignore when not connected to the repository rootEric Wong2007-03-041-2/+2
* git-svn: fix some potential bugs with --follow-parentEric Wong2007-02-231-1/+5
* git-svn: fix reconnections to different paths of svn:// repositoriesEric Wong2007-02-231-0/+1
* git-svn: fix clone when a target directory has been specifiedEric Wong2007-02-231-7/+3
* git-svn: don't consider SVN URL usernames significant when comparingSam Vilain2007-02-231-0/+8
* git-svn: ensure we're at the top-level and can access $GIT_DIREric Wong2007-02-231-0/+23
* git-svn: give show-ignore HEAD smarts, like dcommit and logEric Wong2007-02-231-1/+3
* git-svn: allow metadata options to be specified with 'init' and 'clone'Eric Wong2007-02-231-0/+13
* 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