| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-05-19 | git-svn: avoid crashing svnserve when creating new directories | Eric Wong | 1 | -0/+2 |
| 2007-05-13 | git-svn: don't attempt to minimize URLs by default | Eric Wong | 1 | -2/+3 |
| 2007-05-13 | git-svn: fix segfaults due to initial SVN pool being cleared | Eric Wong | 1 | -1/+0 |
| 2007-05-13 | git-svn: clean up caching of SVN::Ra functions | Eric Wong | 1 | -26/+42 |
| 2007-05-13 | git-svn: don't drop the username from URLs when dcommit is run | Eric Wong | 1 | -1/+1 |
| 2007-05-04 | Add --no-rebase option to git-svn dcommit | Karl Hasselström | 1 | -15/+18 |
| 2007-04-30 | git-svn: Add 'find-rev' command | Adam Roben | 1 | -10/+9 |
| 2007-04-30 | Fix symlink handling in git-svn, related to PerlIO | Junio C Hamano | 1 | -2/+2 |
| 2007-04-27 | git-svn: Added 'find-rev' command | Adam Roben | 1 | -0/+24 |
| 2007-04-25 | git-svn: Ignore usernames in URLs in find_by_url | Adam Roben | 1 | -0/+4 |
| 2007-04-25 | git-svn: Don't rely on $_ after making a function call | Adam Roben | 1 | -5/+5 |
| 2007-04-24 | Remove usernames from all commit messages, not just when using svmprops | Adam Roben | 1 | -1/+4 |
| 2007-04-18 | git-svn: don't allow globs to match regular files | Eric Wong | 1 | -0/+2 |
| 2007-04-17 | git-svn: quiet some warnings when run only with --version/--help | Eric Wong | 1 | -2/+2 |
| 2007-04-17 | git-svn: respect lower bound of -r/--revision when following parent | Eric Wong | 1 | -1/+4 |
| 2007-04-08 | git-svn: fix log command to avoid infinite loop on long commit messages | Eric Wong | 1 | -2/+9 |
| 2007-04-08 | git-svn: dcommit/rebase confused by patches with git-svn-id: lines | Eric Wong | 1 | -20/+21 |
| 2007-04-08 | git-svn: bail out on incorrect command-line options | Eric Wong | 1 | -1/+4 |
| 2007-03-31 | git-svn: fail on rebase if we are unable to find a ref to rebase against | Eric Wong | 1 | -0/+3 |
| 2007-03-31 | git-svn: avoid respewing similar error messages for missing paths | Eric Wong | 1 | -5/+11 |
| 2007-03-25 | git-svn: fix rel_path() when not connected to the repository root | Eric Wong | 1 | -2/+4 |
| 2007-03-13 | git-svn: add -l/--local command to "git svn rebase" | Eric Wong | 1 | -2/+5 |
| 2007-03-04 | git-svn: fix show-ignore when not connected to the repository root | Eric Wong | 1 | -2/+2 |
| 2007-02-23 | git-svn: fix some potential bugs with --follow-parent | Eric Wong | 1 | -1/+5 |
| 2007-02-23 | git-svn: fix reconnections to different paths of svn:// repositories | Eric Wong | 1 | -0/+1 |
| 2007-02-23 | git-svn: fix clone when a target directory has been specified | Eric Wong | 1 | -7/+3 |
| 2007-02-23 | git-svn: don't consider SVN URL usernames significant when comparing | Sam Vilain | 1 | -0/+8 |
| 2007-02-23 | git-svn: ensure we're at the top-level and can access $GIT_DIR | Eric Wong | 1 | -0/+23 |
| 2007-02-23 | git-svn: give show-ignore HEAD smarts, like dcommit and log | Eric Wong | 1 | -1/+3 |
| 2007-02-23 | git-svn: allow metadata options to be specified with 'init' and 'clone' | Eric Wong | 1 | -0/+13 |
| 2007-02-23 | git-svn: fix useSvmProps, hopefully for the last time | Eric Wong | 1 | -34/+57 |
| 2007-02-23 | git-svn: add support for using svnsync properties | Eric Wong | 1 | -2/+58 |
| 2007-02-23 | git-svn: allow overriding of the SVN repo root in metadata | Eric Wong | 1 | -1/+25 |
| 2007-02-23 | git-svn: add 'clone' command, an alias for init + fetch | Eric Wong | 1 | -1/+20 |
| 2007-02-23 | git-svn: hide the private git-svn 'config' file as '.metadata' | Eric Wong | 1 | -1/+6 |
| 2007-02-23 | git-svn: fix some issues for people migrating from older versions | Eric Wong | 1 | -4/+6 |
| 2007-02-23 | git-svn: add a 'rebase' command | Eric Wong | 1 | -28/+63 |
| 2007-02-23 | git-svn: checkout files on new fetches | Eric Wong | 1 | -2/+26 |
| 2007-02-23 | git-svn: add support for --stat in the log command | Eric Wong | 1 | -2/+9 |
| 2007-02-23 | git-svn: documentation updates for new functionality | Eric Wong | 1 | -2/+3 |
| 2007-02-23 | git-svn: allow dcommit for those who only fetch from SVM with useSvmProps | Eric Wong | 1 | -2/+8 |
| 2007-02-23 | git-svn: error checking for invalid [svn-remote "..."] sections | Eric Wong | 1 | -2/+3 |
| 2007-02-23 | git-svn: remember to check for clean indices on globbed refs, too | Eric Wong | 1 | -7/+8 |
| 2007-02-23 | git-svn: allow --log-window-size to be specified, default to 100 | Eric Wong | 1 | -2/+7 |
| 2007-02-23 | git-svn: simplify the (multi-)init methods of fetching | Eric Wong | 1 | -51/+35 |
| 2007-02-23 | git-svn: brown paper bag fixes | Eric Wong | 1 | -2/+3 |
| 2007-02-23 | git-svn: allow 'init' to act as multi-init | Eric Wong | 1 | -20/+32 |
| 2007-02-23 | git-svn: hopefully make 'fetch' more user-friendly | Eric Wong | 1 | -25/+33 |
| 2007-02-23 | git-svn: usability fixes for the 'git svn log' command | Eric Wong | 1 | -3/+20 |
| 2007-02-23 | git-svn: include merges when calling rev-list for decommit | Eric Wong | 1 | -1/+1 |
| 2007-02-23 | git-svn: make dcommit usable for glob users | Eric Wong | 1 | -22/+51 |
| 2007-02-23 | git-svn: handle multi-init without --trunk, UseSvmProps fixes | Eric Wong | 1 | -33/+83 |
| 2007-02-23 | git-svn: write the highest maxRex out for branches and tags | Eric Wong | 1 | -0/+4 |
| 2007-02-23 | git-svn: use separate, per-repository .rev_db files | Eric Wong | 1 | -50/+123 |
| 2007-02-23 | git-svn: extra safety for noMetadata and useSvmProps users | Eric Wong | 1 | -7/+22 |
| 2007-02-23 | git-svn: use private $GIT_DIR/svn/config file more | Eric Wong | 1 | -32/+21 |
| 2007-02-23 | git-svn: add support for per-[svn-remote "..."] options | Eric Wong | 1 | -9/+35 |
| 2007-02-23 | git-svn: add support for SVN::Mirror/svk using revprops for metadata | Eric Wong | 1 | -10/+105 |
| 2007-02-23 | git-svn: remove optimized commit stuff for set-tree | Eric Wong | 1 | -10/+2 |
| 2007-02-23 | git-svn: correctly handle globs with a right-hand-side path component | Eric Wong | 1 | -24/+60 |
| 2007-02-23 | git-svn: correctly handle the -q flag in SVN::Git::Fetcher | Eric Wong | 1 | -4/+4 |
| 2007-02-23 | git-svn: fix buggy regular expression usage in several places | Eric Wong | 1 | -13/+19 |
| 2007-02-23 | git-svn: enable follow-parent functionality by default | Eric Wong | 1 | -2/+2 |
| 2007-02-23 | git-svn: remove some noisy debugging messages | Eric Wong | 1 | -19/+2 |
| 2007-02-23 | git-svn: remove check_path calls before calling do_update | Eric Wong | 1 | -8/+3 |
| 2007-02-23 | git-svn: --follow-parent tracks multi-parent paths | Eric Wong | 1 | -3/+11 |
| 2007-02-23 | git-svn: implement auto-discovery of branches/tags | Eric Wong | 1 | -28/+120 |
| 2007-02-23 | git-svn: run get_log() on a sub-directory if possible | Eric Wong | 1 | -7/+48 |
| 2007-02-23 | git-svn: reintroduce using a single get_log() to fetch | Eric Wong | 1 | -54/+49 |
| 2007-02-23 | git-svn: prepare multi-init for wildcard support | Eric Wong | 1 | -7/+117 |
| 2007-02-23 | git-svn: just name the default svn-remote "svn" instead of "git-svn" | Eric Wong | 1 | -1/+1 |
| 2007-02-23 | git-svn: avoid extra get_log calls when refspecs are added for fetching | Eric Wong | 1 | -1/+6 |
| 2007-02-23 | git-svn: get rid of revisions_eq check for --follow-parent | Eric Wong | 1 | -11/+1 |
| 2007-02-23 | git-svn: migrations default to [svn-remote "git-svn"] | Eric Wong | 1 | -1/+4 |
| 2007-02-23 | git-svn: save paths to tags/branches with for future reuse | Eric Wong | 1 | -1/+12 |
| 2007-02-23 | git-svn: don't write to the config file from --follow-parent | Eric Wong | 1 | -9/+11 |
| 2007-02-23 | git-svn: use sys* IO functions for reading rev_db | Eric Wong | 1 | -15/+9 |
| 2007-02-23 | git-svn: avoid redundant get_log calls between invocations | Eric Wong | 1 | -7/+23 |
| 2007-02-23 | git-svn: do our best to ensure that our ref and rev_db are consistent | Eric Wong | 1 | -4/+36 |
| 2007-02-23 | git-svn: re-enable repacking flags | Eric Wong | 1 | -4/+22 |
| 2007-02-23 | git-svn: avoid a huge memory spike with high-numbered revisions | Eric Wong | 1 | -2/+3 |
| 2007-02-23 | git-svn: make (multi-)fetch safer but slower | Eric Wong | 1 | -38/+37 |
| 2007-02-23 | git-svn: gracefully handle --follow-parent failures | Eric Wong | 1 | -0/+3 |
| 2007-02-23 | git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanups | Eric Wong | 1 | -24/+18 |
| 2007-02-23 | git-svn: fix several fetch bugs related to repeated invocations | Eric Wong | 1 | -12/+30 |
| 2007-02-23 | git-svn: remove the 'rebuild' command and make the functionality automatic | Eric Wong | 1 | -56/+36 |
| 2007-02-23 | git-svn: fetch tracks initial change with --follow-parent | Eric Wong | 1 | -3/+14 |
| 2007-02-23 | git-svn: don't rely on do_switch + reparenting with svn(+ssh):// | Eric Wong | 1 | -15/+27 |
| 2007-02-23 | git-svn: reinstate the default SVN error handler after using get_log | Eric Wong | 1 | -4/+9 |
| 2007-02-23 | git-svn: just use Digest::MD5 instead of requiring it | Eric Wong | 1 | -2/+2 |
| 2007-02-23 | git-svn: cleanup: move editor-specific variables into the editor namespace | Eric Wong | 1 | -25/+12 |
| 2007-02-23 | git-svn: stop using path names as refnames with --follow-parent | Eric Wong | 1 | -2/+4 |
| 2007-02-23 | git-svn: correctly handle do_{switch,update} in deep directories | Eric Wong | 1 | -8/+38 |
| 2007-02-23 | git-svn: correctly track diff-less copies with do_switch | Eric Wong | 1 | -1/+3 |
| 2007-02-23 | git-svn: allow multi-fetch to fetch things chronologically | Eric Wong | 1 | -91/+120 |
| 2007-02-23 | git-svn: cleanup remove unused function | Eric Wong | 1 | -25/+8 |
| 2007-02-23 | git-svn: simplify usage of the SVN::Git::Editor interface | Eric Wong | 1 | -142/+139 |
| 2007-02-23 | git-svn: avoid an extra svn_ra connection during commits | Eric Wong | 1 | -82/+123 |
| 2007-02-23 | git-svn: fix committing to subdirectories, add tests | Eric Wong | 1 | -4/+10 |
| 2007-02-23 | git-svn: fix segfaults from accessing svn_log_changed_path_t | Eric Wong | 1 | -36/+68 |
| 2007-02-23 | git-svn: correctly track revisions made to deleted branches | Eric Wong | 1 | -22/+24 |
| 2007-02-23 | git-svn: avoid tracking change-less revisions | Eric Wong | 1 | -28/+33 |
| 2007-02-23 | git-svn: track writes writes to the index in fetch | Eric Wong | 1 | -9/+41 |
| 2007-02-23 | git-svn: --follow-parent now works on sub-directories of larger branches | Eric Wong | 1 | -8/+23 |
| 2007-02-23 | git-svn: 'init' attempts to connect to the repository root if possible | Eric Wong | 1 | -20/+76 |
| 2007-02-23 | git-svn: better error reporting if --follow-parent fails | Eric Wong | 1 | -3/+14 |
| 2007-02-23 | git-svn: allow 'init' to work outside of tests | Eric Wong | 1 | -0/+1 |
| 2007-02-23 | git-svn: get rid of additional fetch-arguments | Eric Wong | 1 | -1/+6 |
| 2007-02-23 | git-svn: allow --follow-parent on deleted directories | Eric Wong | 1 | -1/+1 |
| 2007-02-23 | git-svn: disallow ambigious local refspecs | Eric Wong | 1 | -7/+33 |
| 2007-02-23 | git-svn: --follow-parent works with svn-remotes multiple branches | Eric Wong | 1 | -17/+32 |
| 2007-02-23 | git-svn: fix --follow-parent to work with Git::SVN | Eric Wong | 1 | -90/+106 |
| 2007-02-23 | git-svn: enable --minimize to simplify the config and connections | Eric Wong | 1 | -6/+104 |
| 2007-02-23 | git-svn: reuse open SVN::Ra connections by URL | Eric Wong | 1 | -4/+6 |
| 2007-02-23 | git-svn: fix a regression in dcommit that caused empty log messages | Eric Wong | 1 | -1/+2 |
| 2007-02-23 | git-svn: add support for metadata in .git/config | Eric Wong | 1 | -279/+304 |
| 2007-02-23 | git-svn: remove graft-branches command | Eric Wong | 1 | -526/+3 |
| 2007-02-23 | git-svn: convert 'set-tree' command to use Git::SVN | Eric Wong | 1 | -495/+17 |
| 2007-02-23 | git-svn: switch dcommit to using Git::SVN code | Eric Wong | 1 | -84/+38 |
| 2007-02-23 | git-svn: fetch/multi-fetch converted over to Git::SVN module | Eric Wong | 1 | -38/+51 |
| 2007-02-23 | git-svn: get rid of Memoize for now... | Eric Wong | 1 | -4/+0 |
| 2007-02-23 | git-svn: convert the 'commit-diff' command to Git::SVN | Eric Wong | 1 | -133/+233 |
| 2007-02-23 | git-svn: do not let Git.pm warn if we prematurely close pipes | Eric Wong | 1 | -1/+1 |
| 2007-02-23 | git-svn: port the 'rebuild' command to use Git::SVN objects | Eric Wong | 1 | -43/+28 |
| 2007-02-23 | git-svn: moved the 'log' command into its own namespace | Eric Wong | 1 | -327/+325 |
| 2007-02-23 | git-svn: convert show-ignore over to Git::SVN | Eric Wong | 1 | -7/+5 |
| 2007-02-23 | git-svn: make multi-init capable of reusing the Ra connection | Eric Wong | 1 | -27/+23 |
| 2007-02-23 | git-svn: convert multi-init over to using Git::SVN | Eric Wong | 1 | -41/+31 |
| 2007-02-23 | git-svn: convert 'init' to use Git::SVN | Eric Wong | 1 | -20/+18 |
| 2007-02-23 | git-svn: add Git::SVN module (to avoid global variables) | Eric Wong | 1 | -0/+485 |
| 2007-02-23 | git-svn: cleanup: avoid re-use()ing Git.pm in sub-packages | Eric Wong | 1 | -13/+15 |
| 2007-02-23 | git-svn: cleanup: put SVN workarounds into their own namespace | Eric Wong | 1 | -149/+173 |
| 2007-02-23 | git-svn: cleanup: move process_rm around | Eric Wong | 1 | -25/+19 |
| 2007-02-23 | git-svn: move authentication prompts into their own namespace | Eric Wong | 1 | -16/+24 |
| 2007-02-10 | git-svn: correctly handle boolean options via git-config | Eric Wong | 1 | -1/+1 |
| 2007-02-01 | git-svn: do not let Git.pm warn if we prematurely close pipes | Eric Wong | 1 | -5/+5 |
| 2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -10/+10 |
| 2007-01-22 | git-svn: remove leading slash when printing removed directories | Eric Wong | 1 | -1/+1 |
| 2007-01-15 | git-svn: print and flush authentication prompts to STDERR | Eric Wong | 1 | -15/+22 |
| 2007-01-12 | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 1 | -1/+1 |
| 2007-01-07 | git-svn: pass an unambiguous ref to rev-list when grafting-branches | Eric Wong | 1 | -1/+1 |
| 2007-01-07 | git-svn: add --prefix= option to multi-init | Eric Wong | 1 | -3/+5 |
| 2007-01-06 | git-svn: fix show-ignore | Eric Wong | 1 | -1/+1 |
| 2007-01-04 | git-svn: make --repack work consistently between fetch and multi-fetch | Eric Wong | 1 | -4/+6 |
| 2007-01-04 | git-svn: make multi-init less confusing | Eric Wong | 1 | -38/+40 |
| 2006-12-28 | git-svn: sort multi-init output | Eric Wong | 1 | -1/+1 |
| 2006-12-28 | git-svn: verify_ref() should actually --verify | Eric Wong | 1 | -1/+2 |
| 2006-12-28 | git-svn: print out the SVN library version in --version, too | Eric Wong | 1 | -1/+1 |
| 2006-12-28 | git-svn: remove non-delta fetch code paths | Eric Wong | 1 | -174/+20 |
| 2006-12-26 | git-svn: dcommit should diff against the current HEAD after committing | Eric Wong | 1 | -3/+3 |
| 2006-12-22 | git-svn: enable common fetch/commit options for dcommit | Eric Wong | 1 | -1/+1 |
| 2006-12-16 | git-svn: rename 'commit' command to 'set-tree' | Eric Wong | 1 | -6/+6 |
| 2006-12-16 | git-svn: remove support for the svn command-line client | Eric Wong | 1 | -844/+39 |
| 2006-12-15 | git-svn: convert to using Git.pm | Eric Wong | 1 | -193/+135 |
| 2006-12-13 | git-svn: allow both diff.color and color.diff | Junio C Hamano | 1 | -6/+25 |
| 2006-12-13 | git-svn: correctly handle "(no author)" when using an authors file | Eric Wong | 1 | -1/+2 |
| 2006-12-12 | git-svn: correctly handle packed-refs in refs/remotes/ | Eric Wong | 1 | -1/+9 |
| 2006-12-12 | git-svn: correctly display fatal() error messages | Eric Wong | 1 | -1/+1 |
| 2006-12-12 | git-svn: allow dcommit to take an alternate head | Eric Wong | 1 | -5/+6 |
| 2006-12-12 | git-svn: enable logging of information not supported by git | Eric Wong | 1 | -18/+184 |
| 2006-12-08 | git-svn: use do_switch for --follow-parent if the SVN library supports it | Eric Wong | 1 | -7/+39 |
| 2006-12-08 | git-svn: extra error check to ensure we open a file correctly | Eric Wong | 1 | -0/+3 |
| 2006-12-06 | git-svn: avoid network timeouts for long-running fetches | Eric Wong | 1 | -0/+1 |
| 2006-12-02 | Merge branch 'maint' | Junio C Hamano | 1 | -5/+5 |
| 2006-12-02 | git-svn: avoid fetching files twice in the same revision | Eric Wong | 1 | -5/+5 |
| 2006-11-28 | git-svn: fix multi-init | Eric Wong | 1 | -4/+9 |
| 2006-11-28 | git-svn: color support for the log command | Eric Wong | 1 | -20/+47 |
| 2006-11-28 | git-svn: fix output reporting from the delta fetcher | Eric Wong | 1 | -20/+15 |
| 2006-11-28 | git-svn: error out when the SVN connection fails during a fetch | Eric Wong | 1 | -1/+8 |
| 2006-11-27 | git-svn: enable delta transfers during fetches when using SVN:: libs | Eric Wong | 1 | -5/+189 |
| 2006-11-27 | git-svn: use ~/.subversion config files when using SVN:: libraries | Eric Wong | 1 | -2/+4 |
| 2006-11-25 | git-svn: allow SVN:: lib users to track the root of the repository (again) | Eric Wong | 1 | -2/+6 |
| 2006-11-24 | git-svn: exit with status 1 for test failures | Eric Wong | 1 | -8/+12 |
| 2006-11-24 | git-svn: correctly access repos when only given partial read permissions | Eric Wong | 1 | -72/+65 |
| 2006-11-24 | git-svn: handle authentication without relying on cached tokens on disk | Eric Wong | 1 | -8/+148 |
| 2006-11-23 | git-svn: preserve uncommitted changes after dcommit | Eric Wong | 1 | -1/+1 |
| 2006-11-23 | git-svn: correctly handle revision 0 in SVN repositories | Eric Wong | 1 | -4/+10 |
| 2006-11-23 | git-svn: error out from dcommit on a parent-less commit | Eric Wong | 1 | -0/+7 |
| 2006-11-09 | git-svn: fix dcommit losing changes when out-of-date from svn | Eric Wong | 1 | -3/+26 |
| 2006-11-09 | git-svn: don't die on rebuild when --upgrade is specified | Eric Wong | 1 | -1/+1 |
| 2006-11-09 | git-svn: avoid printing filenames of files we're not tracking | Eric Wong | 1 | -5/+4 |
| 2006-10-24 | git-svn: fix symlink-to-file changes when using command-line svn 1.4.0 | Eric Wong | 1 | -3/+6 |
| 2006-10-14 | git-svn: reduce memory usage for large commits | Eric Wong | 1 | -2/+4 |
| 2006-10-14 | git-svn: fix commits over svn+ssh:// | Eric Wong | 1 | -2/+2 |
| 2006-10-11 | git-svn: add a message encouraging use of SVN::* libraries | Eric Wong | 1 | -0/+14 |
| 2006-10-11 | git-svn: -h(elp) message formatting fixes | Eric Wong | 1 | -2/+2 |
| 2006-10-11 | git-svn: log command fixes | Eric Wong | 1 | -7/+25 |
| 2006-10-11 | git-svn: multi-init saves and reuses --tags and --branches arguments | Eric Wong | 1 | -4/+14 |
| 2006-09-26 | git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1 | Sergey Vlasov | 1 | -0/+1 |
| 2006-09-24 | Allow '(no author)' in git-svn's authors file. | Shawn Pearce | 1 | -1/+1 |
| 2006-09-24 | Allow 'svn fetch' on '(no date)' revisions in Subversion. | Shawn Pearce | 1 | -1/+4 |
| 2006-08-26 | git-svn: stop repeatedly reusing the first commit message with dcommit | Eric Wong | 1 | -0/+1 |
| 2006-08-26 | git-svn: add the 'dcommit' command | Eric Wong | 1 | -1/+34 |
| 2006-08-25 | git-svn: establish new connections on commit after fork | Eric Wong | 1 | -0/+4 |
| 2006-08-11 | git-svn: split the path from the url correctly with limited perms | Eric Wong | 1 | -14/+11 |
| 2006-08-11 | git-svn: bugfix: allow SVN:: lib users to track the root of the repository | Eric Wong | 1 | -1/+4 |
| 2006-08-11 | git-svn: correctly kill keyword expansion without munging EOLs | Eric Wong | 1 | -41/+4 |
| 2006-07-23 | git-svn: fix fetching new directories copies when using SVN:: libs | Eric Wong | 1 | -7/+16 |
| 2006-07-16 | git-svn: don't check for migrations/upgrades on commit-diff | Eric Wong | 1 | -1/+1 |
| 2006-07-10 | Fix more typos, primarily in the code | Pavel Roskin | 1 | -1/+1 |