| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-07-06 | git-svn: migrate out of contrib | Eric Wong | 11 | -4325/+0 |
| 2006-07-05 | git-svn: avoid fetching files outside of the URL we're tracking | Eric Wong | 1 | -1/+1 |
| 2006-06-30 | git-svn: allow a local target directory to be specified for init | Eric Wong | 1 | -2/+12 |
| 2006-06-28 | git-svn: be verbose by default on fetch/commit, add -q/--quiet option | Eric Wong | 1 | -11/+23 |
| 2006-06-28 | git-svn: add --follow-parent and --no-metadata options to fetch | Eric Wong | 2 | -46/+167 |
| 2006-06-28 | git-svn: add the commit-diff command | Eric Wong | 2 | -19/+112 |
| 2006-06-28 | git-svn: several graft-branches improvements | Eric Wong | 2 | -13/+230 |
| 2006-06-28 | git-svn: SVN 1.1.x library compatibility | Eric Wong | 4 | -12/+44 |
| 2006-06-22 | git-svn: fix commit --edit flag when using SVN:: libraries | Eric Wong | 1 | -6/+8 |
| 2006-06-20 | git-svn: fix --rmdir when using SVN:: libraries | Eric Wong | 3 | -6/+41 |
| 2006-06-16 | git-svn: rebuild convenience and bugfixes | Eric Wong | 1 | -2/+19 |
| 2006-06-16 | git-svn: svn (command-line) 1.0.x compatibility | Eric Wong | 2 | -43/+51 |
| 2006-06-16 | git-svn: tests no longer fail if LC_ALL is not a UTF-8 locale | Eric Wong | 2 | -4/+9 |
| 2006-06-16 | git-svn: bugfix and optimize the 'log' command | Eric Wong | 1 | -8/+52 |
| 2006-06-16 | git-svn: Eliminate temp file usage in libsvn_get_file() | Eric Wong | 1 | -33/+23 |
| 2006-06-16 | git-svn: fix several small bugs, enable branch optimization | Eric Wong | 1 | -65/+81 |
| 2006-06-16 | git-svn: avoid creating some small files | Eric Wong | 1 | -18/+8 |
| 2006-06-16 | git-svn: make the $GIT_DIR/svn/*/revs directory obsolete | Eric Wong | 4 | -132/+224 |
| 2006-06-16 | git-svn: add support for Perl SVN::* libraries | Eric Wong | 3 | -111/+974 |
| 2006-06-16 | git-svn: add 'log' command, a facsimile of basic `svn log' | Eric Wong | 1 | -17/+243 |
| 2006-06-16 | git-svn: add UTF-8 message test | Eric Wong | 1 | -0/+13 |
| 2006-06-16 | git-svn: add some functionality to better support branches in svn | Eric Wong | 1 | -5/+424 |
| 2006-06-16 | git-svn: add --shared and --template= options to pass to init-db | Eric Wong | 1 | -2/+8 |
| 2006-06-16 | git-svn: add --repack and --repack-flags= options | Eric Wong | 1 | -1/+17 |
| 2006-06-16 | git-svn: minor cleanups, extra error-checking | Eric Wong | 1 | -36/+46 |
| 2006-06-16 | git-svn: Move all git-svn-related paths into $GIT_DIR/svn | Eric Wong | 2 | -16/+85 |
| 2006-06-16 | git-svn: support manually placed initial trees from fetch | Eric Wong | 1 | -1/+8 |
| 2006-06-16 | git-svn: optimize --branch and --branch-all-ref | Eric Wong | 1 | -2/+9 |
| 2006-06-16 | git-svn: --branch-all-refs / -B support | Eric Wong | 1 | -1/+14 |
| 2006-06-16 | git-svn: support -C<num> passing to git-diff-tree | Eric Wong | 1 | -2/+9 |
| 2006-06-16 | git-svn: don't allow commit if svn tree is not current | Eric Wong | 1 | -2/+9 |
| 2006-06-16 | git-svn: restore original LC_ALL setting (or unset) for commit | Eric Wong | 1 | -11/+23 |
| 2006-06-16 | git-svn: eol_cp corner-case fixes | Eric Wong | 1 | -4/+11 |
| 2006-06-16 | git-svn: fix handling of filenames with embedded '@' | Eric Wong | 1 | -4/+13 |
| 2006-06-16 | git-svn: t0000: add -f flag to checkout | Eric Wong | 1 | -5/+5 |
| 2006-05-29 | git-svn: remove assertion that broke with older versions of svn | Eric Wong | 1 | -1/+0 |
| 2006-05-29 | git-svn: t0001: workaround a heredoc bug in old versions of dash | Eric Wong | 1 | -1/+2 |
| 2006-05-23 | git-svn: ignore expansion of svn:keywords | Eric Wong | 5 | -60/+254 |
| 2006-05-23 | git-svn: starting a 1.1.0-pre development version | Eric Wong | 1 | -1/+1 |
| 2006-05-05 | git-svn 1.0.0 | Eric Wong | 1 | -1/+1 |
| 2006-05-05 | git-svn: documentation updates | Eric Wong | 2 | -13/+38 |
| 2006-04-04 | contrib/git-svn: handle array values correctly | Eric Wong | 1 | -3/+2 |
| 2006-04-04 | contrib/git-svn: make sure our git-svn is up-to-date for test | Eric Wong | 1 | -1/+1 |
| 2006-04-04 | contrib/git-svn: ensure repo-config returns a value before using it | Eric Wong | 1 | -3/+6 |
| 2006-04-01 | contrib/git-svn: documentation updates | Eric Wong | 2 | -13/+31 |
| 2006-04-01 | contrib/git-svn: accept configuration via repo-config | Eric Wong | 1 | -0/+17 |
| 2006-03-30 | contrib/git-svn: force GIT_DIR to an absolute path | Eric Wong | 1 | -2/+5 |
| 2006-03-25 | contrib/git-svn: stabilize memory usage for big fetches | Eric Wong | 1 | -46/+63 |
| 2006-03-20 | contrib/git-svn: allow rebuild to work on non-linear remote heads | Eric Wong | 1 | -1/+13 |
| 2006-03-09 | contrib/git-svn: fix a harmless warning on rebuild (with old repos) | Eric Wong | 1 | -1/+1 |
| 2006-03-09 | contrib/git-svn: remove the --no-stop-on-copy flag | Eric Wong | 2 | -13/+11 |
| 2006-03-09 | contrib/git-svn: fix svn compat and fetch args | Eric Wong | 2 | -20/+75 |
| 2006-03-03 | contrib/git-svn: fix a copied-tree bug in an overzealous assertion | Eric Wong | 1 | -4/+11 |
| 2006-03-03 | contrib/git-svn: better documenting of CLI switches | Eric Wong | 2 | -15/+31 |
| 2006-03-03 | contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switch | Eric Wong | 1 | -8/+11 |
| 2006-03-03 | contrib/git-svn: avoid re-reading the repository uuid, it never changes | Eric Wong | 1 | -15/+12 |
| 2006-03-03 | contrib/git-svn: create a more recent master if one does not exist | Eric Wong | 1 | -3/+3 |
| 2006-03-03 | contrib/git-svn: cleanup option parsing | Eric Wong | 1 | -30/+35 |
| 2006-03-03 | contrib/git-svn: allow --authors-file to be specified | Eric Wong | 1 | -8/+32 |
| 2006-03-03 | contrib/git-svn: strip 'git-svn-id:' when commiting to SVN | Eric Wong | 1 | -0/+3 |
| 2006-03-03 | contrib/git-svn: several small bug fixes and changes | Eric Wong | 1 | -10/+17 |
| 2006-03-03 | contrib/git-svn: add -b/--branch switch for branch detection | Eric Wong | 2 | -1/+54 |
| 2006-03-02 | contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEAD | Eric Wong | 3 | -39/+78 |
| 2006-02-27 | contrib/git-svn: correct commit example in manpage | Eric Wong | 1 | -1/+1 |
| 2006-02-27 | contrib/git-svn: tell the user to not modify git-svn-HEAD directly | Eric Wong | 1 | -1/+8 |
| 2006-02-26 | contrib/git-svn: version 0.10.0 | Eric Wong | 1 | -1/+1 |
| 2006-02-26 | contrib/git-svn: optimize sequential commits to svn | Eric Wong | 1 | -3/+27 |
| 2006-02-26 | contrib/git-svn: add show-ignore command | Eric Wong | 2 | -0/+32 |
| 2006-02-20 | git-svn: 0.9.1: add --version and copyright/license (GPL v2+) information | Eric Wong | 1 | -2/+11 |
| 2006-02-20 | contrib/git-svn: add Makefile, test, and associated ignores | Eric Wong | 4 | -0/+252 |
| 2006-02-20 | git-svn: fix several corner-case and rare bugs with 'commit' | Eric Wong | 1 | -60/+200 |
| 2006-02-20 | contrib/git-svn.txt: add a note about renamed/copied directory support | Eric Wong | 1 | -0/+7 |
| 2006-02-20 | git-svn: change ; to && in addremove() | Eric Wong | 1 | -2/+2 |
| 2006-02-20 | git-svn: remove any need for the XML::Simple dependency | Eric Wong | 1 | -49/+35 |
| 2006-02-20 | git-svn: Allow for more argument types for commit (from..to) | Eric Wong | 2 | -4/+11 |
| 2006-02-20 | git-svn: allow --find-copies-harder and -l<num> to be passed on commit | Eric Wong | 2 | -2/+15 |
| 2006-02-20 | git-svn: fix a typo in defining the --no-stop-on-copy option | Eric Wong | 1 | -1/+1 |
| 2006-02-18 | git-svn: remove files from the index before adding/updating | Eric Wong | 1 | -6/+5 |
| 2006-02-17 | git-svn: ensure fetch always works chronologically. | Eric Wong | 1 | -3/+4 |
| 2006-02-17 | git-svn: fix revision order when XML::Simple is not loaded | Eric Wong | 1 | -3/+3 |
| 2006-02-16 | Introducing contrib/git-svn. | Eric Wong | 2 | -0/+978 |