| Commit message (Expand) | Author | Age | Files | Lines |
* | git-svn: don't minimize-url when doing an init that tracks multiple paths | Eric Wong | 2007-05-19 | 1 | -0/+5 |
* | git-svn: avoid crashing svnserve when creating new directories | Eric Wong | 2007-05-19 | 1 | -0/+2 |
* | git-svn: don't attempt to minimize URLs by default | Eric Wong | 2007-05-13 | 1 | -2/+3 |
* | git-svn: fix segfaults due to initial SVN pool being cleared | Eric Wong | 2007-05-13 | 1 | -1/+0 |
* | git-svn: clean up caching of SVN::Ra functions | Eric Wong | 2007-05-13 | 1 | -26/+42 |
* | git-svn: don't drop the username from URLs when dcommit is run | Eric Wong | 2007-05-13 | 1 | -1/+1 |
* | Add --no-rebase option to git-svn dcommit | Karl Hasselström | 2007-05-04 | 1 | -15/+18 |
* | git-svn: Add 'find-rev' command | Adam Roben | 2007-04-30 | 1 | -10/+9 |
* | Fix symlink handling in git-svn, related to PerlIO | Junio C Hamano | 2007-04-30 | 1 | -2/+2 |
* | git-svn: Added 'find-rev' command | Adam Roben | 2007-04-27 | 1 | -0/+24 |
* | git-svn: Ignore usernames in URLs in find_by_url | Adam Roben | 2007-04-25 | 1 | -0/+4 |
* | git-svn: Don't rely on $_ after making a function call | Adam Roben | 2007-04-25 | 1 | -5/+5 |
* | Remove usernames from all commit messages, not just when using svmprops | Adam Roben | 2007-04-24 | 1 | -1/+4 |
* | git-svn: don't allow globs to match regular files | Eric Wong | 2007-04-18 | 1 | -0/+2 |
* | git-svn: quiet some warnings when run only with --version/--help | Eric Wong | 2007-04-17 | 1 | -2/+2 |
* | git-svn: respect lower bound of -r/--revision when following parent | Eric Wong | 2007-04-17 | 1 | -1/+4 |
* | git-svn: fix log command to avoid infinite loop on long commit messages | Eric Wong | 2007-04-08 | 1 | -2/+9 |
* | git-svn: dcommit/rebase confused by patches with git-svn-id: lines | Eric Wong | 2007-04-08 | 1 | -20/+21 |
* | git-svn: bail out on incorrect command-line options | Eric Wong | 2007-04-08 | 1 | -1/+4 |
* | git-svn: fail on rebase if we are unable to find a ref to rebase against | Eric Wong | 2007-03-31 | 1 | -0/+3 |
* | git-svn: avoid respewing similar error messages for missing paths | Eric Wong | 2007-03-31 | 1 | -5/+11 |
* | git-svn: fix rel_path() when not connected to the repository root | Eric Wong | 2007-03-25 | 1 | -2/+4 |
* | git-svn: add -l/--local command to "git svn rebase" | Eric Wong | 2007-03-13 | 1 | -2/+5 |
* | git-svn: fix show-ignore when not connected to the repository root | Eric Wong | 2007-03-04 | 1 | -2/+2 |
* | git-svn: fix some potential bugs with --follow-parent | Eric Wong | 2007-02-23 | 1 | -1/+5 |
* | git-svn: fix reconnections to different paths of svn:// repositories | Eric Wong | 2007-02-23 | 1 | -0/+1 |
* | git-svn: fix clone when a target directory has been specified | Eric Wong | 2007-02-23 | 1 | -7/+3 |
* | git-svn: don't consider SVN URL usernames significant when comparing | Sam Vilain | 2007-02-23 | 1 | -0/+8 |
* | git-svn: ensure we're at the top-level and can access $GIT_DIR | Eric Wong | 2007-02-23 | 1 | -0/+23 |
* | git-svn: give show-ignore HEAD smarts, like dcommit and log | Eric Wong | 2007-02-23 | 1 | -1/+3 |
* | git-svn: allow metadata options to be specified with 'init' and 'clone' | Eric Wong | 2007-02-23 | 1 | -0/+13 |
* | git-svn: fix useSvmProps, hopefully for the last time | Eric Wong | 2007-02-23 | 1 | -34/+57 |
* | git-svn: add support for using svnsync properties | Eric Wong | 2007-02-23 | 1 | -2/+58 |
* | git-svn: allow overriding of the SVN repo root in metadata | Eric Wong | 2007-02-23 | 1 | -1/+25 |
* | git-svn: add 'clone' command, an alias for init + fetch | Eric Wong | 2007-02-23 | 1 | -1/+20 |
* | git-svn: hide the private git-svn 'config' file as '.metadata' | Eric Wong | 2007-02-23 | 1 | -1/+6 |
* | git-svn: fix some issues for people migrating from older versions | Eric Wong | 2007-02-23 | 1 | -4/+6 |
* | git-svn: add a 'rebase' command | Eric Wong | 2007-02-23 | 1 | -28/+63 |
* | git-svn: checkout files on new fetches | Eric Wong | 2007-02-23 | 1 | -2/+26 |
* | git-svn: add support for --stat in the log command | Eric Wong | 2007-02-23 | 1 | -2/+9 |
* | git-svn: documentation updates for new functionality | Eric Wong | 2007-02-23 | 1 | -2/+3 |
* | git-svn: allow dcommit for those who only fetch from SVM with useSvmProps | Eric Wong | 2007-02-23 | 1 | -2/+8 |
* | git-svn: error checking for invalid [svn-remote "..."] sections | Eric Wong | 2007-02-23 | 1 | -2/+3 |
* | git-svn: remember to check for clean indices on globbed refs, too | Eric Wong | 2007-02-23 | 1 | -7/+8 |
* | git-svn: allow --log-window-size to be specified, default to 100 | Eric Wong | 2007-02-23 | 1 | -2/+7 |
* | git-svn: simplify the (multi-)init methods of fetching | Eric Wong | 2007-02-23 | 1 | -51/+35 |
* | git-svn: brown paper bag fixes | Eric Wong | 2007-02-23 | 1 | -2/+3 |
* | git-svn: allow 'init' to act as multi-init | Eric Wong | 2007-02-23 | 1 | -20/+32 |
* | git-svn: hopefully make 'fetch' more user-friendly | Eric Wong | 2007-02-23 | 1 | -25/+33 |
* | git-svn: usability fixes for the 'git svn log' command | Eric Wong | 2007-02-23 | 1 | -3/+20 |