aboutsummaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAge
* git-svn: avoid string eval for defining functionsSam Vilain2007-06-16
* git-svn: reduce stat() calls for a backwards compatibility checkEric Wong2007-06-13
* git-svn: cleanup: factor out longest_common_path() functionEric Wong2007-06-13
* git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong2007-05-28
* Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight2007-05-26
* git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong2007-05-19
* git-svn: avoid crashing svnserve when creating new directoriesEric Wong2007-05-19
* git-svn: don't attempt to minimize URLs by defaultEric Wong2007-05-13
* git-svn: fix segfaults due to initial SVN pool being clearedEric Wong2007-05-13
* git-svn: clean up caching of SVN::Ra functionsEric Wong2007-05-13
* git-svn: don't drop the username from URLs when dcommit is runEric Wong2007-05-13
* Add --no-rebase option to git-svn dcommitKarl Hasselström2007-05-04
* git-svn: Add 'find-rev' commandAdam Roben2007-04-30
* Fix symlink handling in git-svn, related to PerlIOJunio C Hamano2007-04-30
* git-svn: Added 'find-rev' commandAdam Roben2007-04-27
* git-svn: Ignore usernames in URLs in find_by_urlAdam Roben2007-04-25
* git-svn: Don't rely on $_ after making a function callAdam Roben2007-04-25
* Remove usernames from all commit messages, not just when using svmpropsAdam Roben2007-04-24
* git-svn: don't allow globs to match regular filesEric Wong2007-04-18
* git-svn: quiet some warnings when run only with --version/--helpEric Wong2007-04-17
* git-svn: respect lower bound of -r/--revision when following parentEric Wong2007-04-17
* git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong2007-04-08
* git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong2007-04-08
* git-svn: bail out on incorrect command-line optionsEric Wong2007-04-08
* git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong2007-03-31
* git-svn: avoid respewing similar error messages for missing pathsEric Wong2007-03-31
* git-svn: fix rel_path() when not connected to the repository rootEric Wong2007-03-25
* git-svn: add -l/--local command to "git svn rebase"Eric Wong2007-03-13
* git-svn: fix show-ignore when not connected to the repository rootEric Wong2007-03-04
* git-svn: fix some potential bugs with --follow-parentEric Wong2007-02-23
* git-svn: fix reconnections to different paths of svn:// repositoriesEric Wong2007-02-23
* git-svn: fix clone when a target directory has been specifiedEric Wong2007-02-23
* git-svn: don't consider SVN URL usernames significant when comparingSam Vilain2007-02-23
* git-svn: ensure we're at the top-level and can access $GIT_DIREric Wong2007-02-23
* git-svn: give show-ignore HEAD smarts, like dcommit and logEric Wong2007-02-23
* git-svn: allow metadata options to be specified with 'init' and 'clone'Eric Wong2007-02-23
* git-svn: fix useSvmProps, hopefully for the last timeEric Wong2007-02-23
* git-svn: add support for using svnsync propertiesEric Wong2007-02-23
* git-svn: allow overriding of the SVN repo root in metadataEric Wong2007-02-23
* git-svn: add 'clone' command, an alias for init + fetchEric Wong2007-02-23
* git-svn: hide the private git-svn 'config' file as '.metadata'Eric Wong2007-02-23
* git-svn: fix some issues for people migrating from older versionsEric Wong2007-02-23
* git-svn: add a 'rebase' commandEric Wong2007-02-23
* git-svn: checkout files on new fetchesEric Wong2007-02-23
* git-svn: add support for --stat in the log commandEric Wong2007-02-23
* git-svn: documentation updates for new functionalityEric Wong2007-02-23
* git-svn: allow dcommit for those who only fetch from SVM with useSvmPropsEric Wong2007-02-23
* git-svn: error checking for invalid [svn-remote "..."] sectionsEric Wong2007-02-23
* git-svn: remember to check for clean indices on globbed refs, tooEric Wong2007-02-23
* git-svn: allow --log-window-size to be specified, default to 100Eric Wong2007-02-23