| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-03-30 | git-svn: add a double quiet option to hide git commits | Simon Arlott | 1 | -4/+5 |
| 2009-03-29 | git-svn: fix ls-tree usage with dash-prefixed paths | Eric Wong | 1 | -6/+9 |
| 2009-03-29 | git-svn: don't output git commits in quiet mode | Simon Arlott | 1 | -3/+3 |
| 2009-03-28 | git-svn: fix ls-tree usage with dash-prefixed paths | Eric Wong | 1 | -6/+9 |
| 2009-03-09 | git-svn: support intermediate paths when matching tags/branches | Michael Lai | 1 | -1/+4 |
| 2009-02-27 | git-svn - return original format_svn_date semantics | Ben Walton | 1 | -1/+1 |
| 2009-02-27 | git-svn: disable broken symlink workaround by default | Eric Wong | 1 | -1/+1 |
| 2009-02-24 | git-svn fix to avoid using strftime %z | Ben Walton | 1 | -1/+7 |
| 2009-02-23 | git-svn: read the dcommit url from the config file on a per remote basis | Peter Oberndorfer | 1 | -1/+11 |
| 2009-02-22 | git-svn: fix delete+add branch tracking with empty files | Eric Wong | 1 | -0/+1 |
| 2009-02-22 | git-svn: Create leading directories in create-ignore | Brian Gernhardt | 1 | -1/+5 |
| 2009-02-18 | git-svn: fix parsing of timestamp obtained from svn | Junio C Hamano | 1 | -1/+1 |
| 2009-02-15 | git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1 | Dévai Tamás | 1 | -0/+1 |
| 2009-02-11 | git-svn: fix broken symlink workaround when switching branches | Eric Wong | 1 | -5/+6 |
| 2009-02-11 | git-svn: Print revision while searching for earliest use of path | Deskin Miller | 1 | -0/+3 |
| 2009-02-11 | git-svn: abstract out a block into new method other_gs() | Sam Vilain | 1 | -16/+24 |
| 2009-02-11 | git-svn: allow disabling expensive broken symlink checks | Eric Wong | 1 | -0/+20 |
| 2009-01-25 | git-svn: add --ignore-paths option for fetching | Vitaly \"_Vi\" Shukela | 1 | -11/+22 |
| 2009-01-25 | git-svn: fix memory leak when checking for empty symlinks | Eric Wong | 1 | -1/+2 |
| 2009-01-18 | git-svn: Show UUID in svn info for added directories with svn 1.5.5 | Marcel Koeppen | 1 | -1/+2 |
| 2009-01-18 | git-svn: avoid importing nested git repos | Eric Wong | 1 | -4/+30 |
| 2009-01-18 | git-svn: fix SVN 1.1.x compatibility | Eric Wong | 1 | -1/+14 |
| 2009-01-18 | git-svn: Add --localtime option to "fetch" | Pete Harlan | 1 | -2/+52 |
| 2009-01-18 | git-svn: better attempt to handle broken symlink updates | Eric Wong | 1 | -4/+20 |
| 2009-01-18 | git-svn: handle empty files marked as symlinks in SVN | Eric Wong | 1 | -5/+50 |
| 2008-12-14 | Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3 | Johannes Schindelin | 1 | -2/+1 |
| 2008-12-09 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+12 |
| 2008-12-08 | git-svn: Make following parents atomic | Deskin Miller | 1 | -4/+12 |
| 2008-12-03 | git-svn: Make branch use correct svn-remote | Deskin Miller | 1 | -1/+1 |
| 2008-11-13 | git-svn: Update git-svn to use the ability to place temporary files within re... | Marten Svanfeldt (dev) | 1 | -4/+5 |
| 2008-11-13 | git-svn: proper detection of bare repositories | Deskin Miller | 1 | -5/+7 |
| 2008-11-13 | git-svn: respect i18n.commitencoding config | Eric Wong | 1 | -3/+21 |
| 2008-11-13 | git-svn: don't escape tilde ('~') for http(s) URLs | Eric Wong | 1 | -3/+3 |
| 2008-10-31 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-10-31 | git-svn: change dashed git-commit-tree to git commit-tree | Deskin Miller | 1 | -1/+1 |
| 2008-10-26 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-10-24 | git-svn: change dashed git-config to git config | Deskin Miller | 1 | -1/+1 |
| 2008-10-06 | Add git-svn branch to allow branch creation in SVN repositories | Florian Ragwitz | 1 | -1/+46 |
| 2008-09-30 | Merge branch 'maint' | Shawn O. Pearce | 1 | -1/+1 |
| 2008-09-30 | git-svn: call 'fatal' correctly in set-tree | Luc Heinrich | 1 | -1/+1 |
| 2008-09-21 | git-svn: do a partial rebuild if rev_map is out-of-date | Deskin Miller | 1 | -5/+19 |
| 2008-09-18 | Merge branch 'maint' | Junio C Hamano | 1 | -13/+12 |
| 2008-09-18 | git-svn: fix handling of even funkier branch names | Eric Wong | 1 | -0/+1 |
| 2008-09-18 | git-svn: Always create a new RA when calling do_switch for svn:// | Alec Berryman | 1 | -13/+12 |
| 2008-09-10 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+3 |
| 2008-09-10 | git-svn: Fixes my() parameter list syntax error in pre-5.8 Perl | Marcus Griep | 1 | -1/+1 |
| 2008-09-10 | Git.pm: Use File::Temp->tempfile instead of ->new | Marcus Griep | 1 | -2/+2 |
| 2008-09-06 | git-svn: fix handling of even funkier branch names | Eric Wong | 1 | -0/+1 |
| 2008-09-06 | git-svn: set auto_props when renaming files | Paul Talacko | 1 | -0/+1 |
| 2008-09-05 | git-svn: match SVN 1.5 behaviour of info' on unknown item | Thomas Rast | 1 | -2/+2 |
| 2008-09-05 | git svn info: always quote URLs in 'info' output | Thomas Rast | 1 | -3/+22 |
| 2008-09-05 | git svn info: make info relative to the current directory | Thomas Rast | 1 | -2/+3 |
| 2008-09-05 | git svn: catch lack of upstream info for dcommit earlier | Thomas Rast | 1 | -4/+4 |
| 2008-09-05 | git-svn: check error code of send_txstream | Eric Wong | 1 | -1/+5 |
| 2008-09-05 | git-svn: Send deltas during commits | Florian Weimer | 1 | -5/+13 |
| 2008-09-05 | git-svn: Introduce SVN::Git::Editor::_chg_file_get_blob | Florian Weimer | 1 | -12/+19 |
| 2008-09-05 | git-svn: extract base blob in generate_diff | Florian Weimer | 1 | -3/+4 |
| 2008-08-20 | git-svn: fix dcommit to urls with embedded usernames | Eric Wong | 1 | -3/+5 |
| 2008-08-12 | git-svn: Reduce temp file usage when dealing with non-links | Marcus Griep | 1 | -24/+22 |
| 2008-08-12 | git-svn: Make it incrementally faster by minimizing temp files | Marcus Griep | 1 | -17/+18 |
| 2008-08-08 | git-svn: wrap long lines in a few places | Eric Wong | 1 | -2/+5 |
| 2008-08-08 | git-svn: Allow deep branch names by supporting multi-globs | Marcus Griep | 1 | -16/+44 |
| 2008-08-08 | Fix multi-glob assertion in git-svn | Marcus Griep | 1 | -2/+3 |
| 2008-08-08 | git-svn: add ability to specify --commit-url for dcommit | Eric Wong | 1 | -3/+6 |
| 2008-08-05 | git-svn: properly set path for "info" command | Eric Wong | 1 | -2/+6 |
| 2008-08-03 | git-svn: Abort with an error if 'fetch' parameter is invalid. | Avery Pennarun | 1 | -2/+6 |
| 2008-07-25 | git-svn: teach dcommit about svn auto-props | Brad King | 1 | -0/+53 |
| 2008-07-20 | git-svn: fix git svn info to work without arguments | Dmitry Potapov | 1 | -1/+1 |
| 2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -1/+1 |
| 2008-07-14 | git-svn: typofix | Frederik Schwarzer | 1 | -1/+1 |
| 2008-07-14 | git-svn: find-rev and rebase for SVN::Mirror repositories | João Abecasis | 1 | -4/+35 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
| 2008-07-07 | git-svn.perl: workaround assertions in svn library 1.5.0 | Gerrit Pape | 1 | -0/+2 |
| 2008-06-28 | git-svn: don't sanitize remote names in config | Eric Wong | 1 | -12/+3 |
| 2008-06-28 | git-svn: avoid filling up the disk with temp files. | Avery Pennarun | 1 | -1/+4 |
| 2008-06-23 | git-svn: make rebuild respect rewriteRoot option | Jan Krüger | 1 | -3/+3 |
| 2008-06-14 | git-svn: don't append extra newlines at the end of commit messages. | Avery Pennarun | 1 | -3/+5 |
| 2008-06-01 | git-svn fails in prop_walk if $self->{path} is not empty | Christian Engwer | 1 | -1/+1 |
| 2008-06-01 | Add a --dry-run option to git-svn rebase | Seth Falcon | 1 | -0/+6 |
| 2008-06-01 | Fix path duplication in git svn commit-diff | Karl Hasselström | 1 | -2/+1 |
| 2008-05-27 | Git::cat_blob: allow using an empty blob to fix git-svn breakage | Junio C Hamano | 1 | -2/+2 |
| 2008-05-25 | Merge branch 'ar/batch-cat' | Junio C Hamano | 1 | -22/+20 |
| 2008-05-25 | Merge branch 'ap/svn' | Junio C Hamano | 1 | -1/+13 |
| 2008-05-23 | git-svn: Speed up fetch | Adam Roben | 1 | -22/+20 |
| 2008-05-11 | Add svn-compatible "blame" output format to git-svn | Steven Grimm | 1 | -11/+44 |
| 2008-05-11 | git-svn: fix cloning of HTTP URLs with '+' in their path | Eric Wong | 1 | -1/+1 |
| 2008-05-05 | git-svn: Make create-ignore use git add -f | Gustaf Hendeby | 1 | -1/+1 |
| 2008-05-04 | git-svn: Add --add-author-from option. | Avery Pennarun | 1 | -1/+13 |
| 2008-04-30 | git-svn: Same default as cvsimport when using --use-log-author | Stephen R. van den Berg | 1 | -2/+4 |
| 2008-04-29 | git-svn: detect and fail gracefully when dcommitting to a void | Matthieu Moy | 1 | -2/+4 |
| 2008-04-22 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -2/+5 |
| 2008-04-22 | svn-git: Use binmode for reading/writing binary rev maps | Michael Weber | 1 | -0/+4 |
| 2008-04-22 | git-svn bug with blank commits and author file | Thomas Guyot-Sionnest | 1 | -2/+1 |
| 2008-04-11 | Force the medium pretty format on calls to git log | Pedro Melo | 1 | -1/+1 |
| 2008-04-07 | git-svn: fix following renamed paths when tracking a single path | Eric Wong | 1 | -2/+3 |
| 2008-03-30 | git-svn: remove redundant slashes from show-ignore | Eric Wong | 1 | -1/+1 |
| 2008-03-20 | Don't try and percent-escape existing percent escapes in git-svn URIs | Kevin Ballard | 1 | -1/+1 |
| 2008-03-15 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
| 2008-03-14 | git-svn: don't blindly append '*' to branch/tags config | Eric Wong | 1 | -1/+2 |
| 2008-03-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
| 2008-03-11 | git-svn: fix find-rev error message when missing arg | Marc-Andre Lureau | 1 | -1/+2 |
| 2008-03-08 | Merge branch 'maint' to sync with 1.5.4.4 | Junio C Hamano | 1 | -1/+6 |
| 2008-03-08 | Fix dcommit, rebase when rewriteRoot is in use | John Goerzen | 1 | -1/+6 |
| 2008-02-27 | git-svn: Don't prompt for client cert password everytime. | Sebastian Noack | 1 | -0/+1 |
| 2008-02-27 | git-svn: Don't prompt for client cert password everytime. | Sebastian Noack | 1 | -0/+1 |
| 2008-02-11 | Add `git svn blame' command | Tim Stoakes | 1 | -0/+21 |
| 2008-02-06 | git-svn: improve repository URL matching when following parents | Eric Wong | 1 | -1/+6 |
| 2008-02-03 | Let "git svn" run "git gc --auto" occasionally | Karl Hasselström | 1 | -0/+12 |
| 2008-02-03 | git-svn: Don't call git-repack anymore | Karl Hasselström | 1 | -11/+3 |
| 2008-01-22 | git-svn: default to repacking every 1000 commits | Eric Wong | 1 | -6/+4 |
| 2008-01-12 | git-svn: handle leading/trailing whitespace from svnsync revprops | Eric Wong | 1 | -6/+12 |
| 2008-01-09 | Trim leading / off of paths in git-svn prop_walk | Kevin Ballard | 1 | -0/+1 |
| 2008-01-08 | Merge in GIT 1.5.3.8 | Junio C Hamano | 1 | -0/+4 |
| 2008-01-07 | git-svn: clarify the "Ignoring error from SVN" piece | Eric Wong | 1 | -0/+4 |
| 2008-01-07 | git-svn: support for funky branch and project names over HTTP(S) | Eric Wong | 1 | -2/+22 |
| 2008-01-02 | git-svn: unlink index files that were globbed, too | Eric Wong | 1 | -3/+6 |
| 2008-01-02 | git-svn: allow dcommit --no-rebase to commit multiple, dependent changes | Eric Wong | 1 | -2/+2 |
| 2007-12-19 | git-svn: avoid warning when run without arguments | Eric Wong | 1 | -2/+2 |
| 2007-12-19 | git-svn: workaround a for broken symlinks in SVN | Eric Wong | 1 | -3/+9 |
| 2007-12-19 | git-svn: avoid leaving leftover committer/author info in rebase | Eric Wong | 1 | -11/+39 |
| 2007-12-14 | git-svn: handle our top-level path being deleted and later re-added | Eric Wong | 1 | -0/+14 |
| 2007-12-13 | git-svn: unlink internal index files after operations | Eric Wong | 1 | -0/+3 |
| 2007-12-13 | git-svn: expand handling of From: and Signed-off-by: | Andy Whitcroft | 1 | -4/+13 |
| 2007-12-12 | Merge branch 'ew/svn-rev-db' | Junio C Hamano | 1 | -101/+222 |
| 2007-12-11 | git-svn: get color config from --get-colorbool | Jeff King | 1 | -33/+2 |
| 2007-12-10 | git-svn: reinstate old rev_db optimization in new rev_map | Eric Wong | 1 | -14/+57 |
| 2007-12-10 | git-svn: replace .rev_db with a more space-efficient .rev_map format | Eric Wong | 1 | -104/+182 |
| 2007-11-30 | git-svn: Don't create a "master" branch every time rebase is run | Steven Grimm | 1 | -0/+2 |
| 2007-11-30 | git-svn: add a show-externals command. | Vineet Kumar | 1 | -0/+18 |
| 2007-11-30 | git-svn: Remove unnecessary Git::SVN::Util package | David D. Kilzer | 1 | -14/+9 |
| 2007-11-30 | git-svn: add support for pulling author from From: and Signed-off-by: | Andy Whitcroft | 1 | -7/+30 |
| 2007-11-30 | git-svn now reads settings even if called in subdirectory | Gustaf Hendeby | 1 | -17/+18 |
| 2007-11-21 | git-svn: allow `info' command to work offline | Eric Wong | 1 | -3/+23 |
| 2007-11-21 | git-svn: info --url [path] | David D. Kilzer | 1 | -2/+7 |
| 2007-11-21 | git-svn info: implement info command | David D. Kilzer | 1 | -0/+133 |
| 2007-11-21 | git-svn: extract reusable code into utility functions | David D. Kilzer | 1 | -32/+64 |
| 2007-11-17 | git-svn: Fix a typo and add a comma in an error message in git-svn | David Reiss | 1 | -1/+1 |
| 2007-11-17 | git-svn log: handle unreachable revisions like "svn log" | David D Kilzer | 1 | -19/+44 |
| 2007-11-17 | git-svn log: include commit log for the smallest revision in a range | David D Kilzer | 1 | -3/+3 |
| 2007-11-17 | git-svn log: fix ascending revision ranges | David D Kilzer | 1 | -1/+1 |
| 2007-11-17 | git-svn's dcommit must use subversion's config | Konstantin V. Arkhipov | 1 | -0/+3 |
| 2007-11-12 | git-svn: support for funky branch and project names over HTTP(S) | Eric Wong | 1 | -2/+22 |
| 2007-11-12 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+3 |
| 2007-11-11 | git-svn: prevent dcommitting if the index is dirty. | Benoit Sigoure | 1 | -0/+3 |
| 2007-11-05 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+44 |
| 2007-11-05 | git-svn: fix dcommit clobbering when committing a series of diffs | Eric Wong | 1 | -4/+44 |
| 2007-11-03 | git-svn: sort the options in the --help message. | Benoit Sigoure | 1 | -1/+1 |
| 2007-10-17 | git-svn: simplify the handling of fatal errors | Benoit Sigoure | 1 | -21/+21 |
| 2007-10-17 | git-svn: add git svn proplist | Benoit Sigoure | 1 | -1/+17 |
| 2007-10-17 | git-svn: add git svn propget | Benoit Sigoure | 1 | -0/+57 |
| 2007-10-17 | git-svn: implement git svn create-ignore | Benoit Sigoure | 1 | -0/+27 |
| 2007-10-17 | git-svn: add a generic tree traversal to fetch SVN properties | Benoit Sigoure | 1 | -20/+45 |
| 2007-10-16 | git-svn: use "no warnings 'once'" to disable false-positives | Eygene Ryabinkin | 1 | -44/+43 |
| 2007-10-15 | git-svn: respect Subversion's [auth] section configuration values | Eygene Ryabinkin | 1 | -0/+23 |
| 2007-10-03 | Don't checkout the full tree if avoidable | Steven Walter | 1 | -16/+48 |
| 2007-09-23 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2007-09-23 | git-svn: don't attempt to spawn pager if we don't want one | Eric Wong | 1 | -1/+1 |
| 2007-09-14 | Merge branch 'lh/svn-first-parent' | Junio C Hamano | 1 | -4/+6 |
| 2007-09-09 | git-svn: understand grafts when doing dcommit | Eric Wong | 1 | -8/+3 |
| 2007-09-07 | git-svn: fix "Malformed network data" with svn:// servers | Eric Wong | 1 | -1/+13 |
| 2007-09-06 | git-svn: always use --first-parent | Lars Hjemli | 1 | -12/+5 |
| 2007-09-05 | git-svn: add support for --first-parent | Lars Hjemli | 1 | -4/+13 |
| 2007-08-31 | git-svn: fix dcommit clobbering upstream when committing multiple changes | Eric Wong | 1 | -28/+32 |
| 2007-08-31 | git-svn: Protect against "diff.color = true". | Junio C Hamano | 1 | -2/+2 |
| 2007-08-23 | git-svn init/clone --stdlayout option to default-init trunk/tags/branches | martin f. krafft | 1 | -2/+9 |
| 2007-08-22 | git-svn: dcommit prints out the URL to be committed to | Eric Wong | 1 | -0/+1 |
| 2007-08-15 | git-svn: fix log with single revision against a non-HEAD branch | Eric Wong | 1 | -9/+15 |
| 2007-07-30 | git-svn: Translate invalid characters in refname | Robert Ewald | 1 | -3/+36 |
| 2007-07-18 | git-svn: Minimalistic patch which allows svn usernames with space(s). | Richard MUSIL | 1 | -1/+1 |
| 2007-07-15 | git-svn: fix commiting renames over DAV with funky file names | Eric Wong | 1 | -0/+3 |
| 2007-07-14 | git-svn: remove leading slashes from fetch lines in the generate config | Eric Wong | 1 | -1/+4 |
| 2007-07-04 | git-svn: fix blocking with svn:// servers after do_switch | Eric Wong | 1 | -0/+1 |
| 2007-07-02 | Merge branch 'ew/svn' | Junio C Hamano | 1 | -9/+63 |
| 2007-07-01 | Merge branch 'ei/worktree+filter' | Junio C Hamano | 1 | -2/+1 |
| 2007-06-30 | Merge branch 'mk/svn' | Junio C Hamano | 1 | -0/+1 |
| 2007-06-30 | git-svn: cache max revision in rev_db databases | Sam Vilain | 1 | -0/+4 |
| 2007-06-30 | git-svn: use git-log rather than rev-list | xargs cat-file | Sam Vilain | 1 | -14/+22 |
| 2007-06-30 | git-svn: honor ~/.subversion/ client cert file settings. | Michael Krelin | 1 | -0/+1 |
| 2007-06-16 | git-svn: avoid string eval for defining functions | Sam Vilain | 1 | -31/+33 |
| 2007-06-13 | git-svn: allow dcommit to retain local merge information | Eric Wong | 1 | -9/+63 |
| 2007-06-13 | git-svn: reduce stat() calls for a backwards compatibility check | Eric Wong | 1 | -1/+1 |
| 2007-06-13 | git-svn: cleanup: factor out longest_common_path() function | Eric Wong | 1 | -5/+11 |
| 2007-06-06 | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 1 | -1/+1 |
| 2007-06-06 | rev-parse: introduce --is-bare-repository | Matthias Lederhofer | 1 | -2/+1 |
| 2007-05-28 | git-svn: avoid md5 calculation entirely if SVN doesn't provide one | Eric Wong | 1 | -6/+10 |
| 2007-05-26 | Fix git-svn to handle svn not reporting the md5sum of a file, and test. | James Y Knight | 1 | -1/+1 |
| 2007-05-19 | git-svn: don't minimize-url when doing an init that tracks multiple paths | Eric Wong | 1 | -0/+5 |
| 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 |