summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2007-05-19git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong
2007-05-19git-svn: avoid crashing svnserve when creating new directoriesEric Wong
2007-05-13git-svn: don't attempt to minimize URLs by defaultEric Wong
2007-05-13git-svn: fix segfaults due to initial SVN pool being clearedEric Wong
2007-05-13git-svn: clean up caching of SVN::Ra functionsEric Wong
2007-05-13git-svn: don't drop the username from URLs when dcommit is runEric Wong
2007-05-04Add --no-rebase option to git-svn dcommitKarl Hasselström
2007-04-30git-svn: Add 'find-rev' commandAdam Roben
2007-04-30Fix symlink handling in git-svn, related to PerlIOJunio C Hamano
2007-04-28git-svn: Added 'find-rev' commandAdam Roben
2007-04-26git-svn: Ignore usernames in URLs in find_by_urlAdam Roben
2007-04-26git-svn: Don't rely on $_ after making a function callAdam Roben
2007-04-25Remove usernames from all commit messages, not just when using svmpropsAdam Roben
2007-04-18git-svn: don't allow globs to match regular filesEric Wong
2007-04-17git-svn: quiet some warnings when run only with --version/--helpEric Wong
2007-04-17git-svn: respect lower bound of -r/--revision when following parentEric Wong
2007-04-09git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong
2007-04-09git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong
2007-04-09git-svn: bail out on incorrect command-line optionsEric Wong
2007-03-31git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong
2007-03-31git-svn: avoid respewing similar error messages for missing pathsEric Wong
2007-03-26git-svn: fix rel_path() when not connected to the repository rootEric Wong
2007-03-14git-svn: add -l/--local command to "git svn rebase"Eric Wong
2007-03-04git-svn: fix show-ignore when not connected to the repository rootEric Wong
2007-02-23git-svn: fix some potential bugs with --follow-parentEric Wong
2007-02-23git-svn: fix reconnections to different paths of svn:// repositoriesEric Wong
2007-02-23git-svn: fix clone when a target directory has been specifiedEric Wong
2007-02-23git-svn: don't consider SVN URL usernames significant when comparingSam Vilain
2007-02-23git-svn: ensure we're at the top-level and can access $GIT_DIREric Wong
2007-02-23git-svn: give show-ignore HEAD smarts, like dcommit and logEric Wong
2007-02-23git-svn: allow metadata options to be specified with 'init' and 'clone'Eric Wong
2007-02-23git-svn: fix useSvmProps, hopefully for the last timeEric Wong
2007-02-23git-svn: add support for using svnsync propertiesEric Wong
2007-02-23git-svn: allow overriding of the SVN repo root in metadataEric Wong
2007-02-23git-svn: add 'clone' command, an alias for init + fetchEric Wong
2007-02-23git-svn: hide the private git-svn 'config' file as '.metadata'Eric Wong
2007-02-23git-svn: fix some issues for people migrating from older versionsEric Wong
2007-02-23git-svn: add a 'rebase' commandEric Wong
2007-02-23git-svn: checkout files on new fetchesEric Wong
2007-02-23git-svn: add support for --stat in the log commandEric Wong
2007-02-23git-svn: documentation updates for new functionalityEric Wong
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-23git-svn: usability fixes for the 'git svn log' commandEric Wong