| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-09-07 | git-svn: drop support for `--preserve-merges` | Johannes Schindelin | 1 | -1/+0 |
| 2020-10-21 | perl: check for perl warnings while running tests | Jeff King | 1 | -1/+1 |
| 2020-06-22 | git-svn: set the OID length based on hash algorithm | brian m. carlson | 1 | -0/+7 |
| 2020-06-22 | perl: make SVN code hash independent | brian m. carlson | 1 | -2/+2 |
| 2020-06-22 | perl: create and switch variables for hash constants | brian m. carlson | 1 | -6/+8 |
| 2019-11-23 | git svn: stop using `rebase --preserve-merges` | Johannes Schindelin | 1 | -4/+5 |
| 2018-04-05 | git-svn: search --authors-prog in PATH too | Andreas Heiduk | 1 | -1/+2 |
| 2018-02-13 | Merge branch 'ew/svn-branch-segfault-fix' | Junio C Hamano | 1 | -0/+5 |
| 2018-01-30 | git-svn: control destruction order to avoid segfault | Eric Wong | 1 | -0/+5 |
| 2018-01-23 | Merge branch 'jm/svn-pushmergeinfo-fix' | Junio C Hamano | 1 | -0/+1 |
| 2017-12-14 | git-svn: convert CRLF to LF in commit message to SVN | Eric Wong | 1 | -0/+1 |
| 2017-09-17 | git-svn: fix svn.pushmergeinfo handling of svn+ssh usernames. | Jason Merrill | 1 | -0/+1 |
| 2017-03-07 | git svn: fix authentication with 'branch' | Hiroshi Shirosaki | 1 | -3/+3 |
| 2016-10-14 | git-svn: "git worktree" awareness | Eric Wong | 1 | -4/+5 |
| 2016-10-14 | git-svn: reduce scope of input record separator change | Eric Wong | 1 | -2/+2 |
| 2016-07-22 | git-svn: allow --version to work anywhere | Eric Wong | 1 | -2/+2 |
| 2016-07-03 | git-svn: clone: Fail on missing url argument | Christopher Layne | 1 | -1/+4 |
| 2016-03-16 | git-svn: fix URL canonicalization during init w/ SVN 1.7+ | Eric Wong | 1 | -6/+8 |
| 2015-09-10 | git-svn: parse authors file more leniently | Michael J Gruber | 1 | -1/+1 |
| 2015-02-26 | git-svn: lazy load some modules | Eric Wong | 1 | -6/+7 |
| 2015-01-15 | git-svn: make it play nicely with submodules | Ramkumar Ramachandra | 1 | -0/+6 |
| 2014-12-09 | git-svn: support for git-svn propset | Alfred Perlstein | 1 | -1/+48 |
| 2014-09-14 | git-svn: delay term initialization | Eric Wong | 1 | -7/+11 |
| 2014-09-14 | git svn: find-rev allows short switches for near matches | Eric Wong | 1 | -2/+2 |
| 2014-09-14 | git svn: info: correctly handle absolute path args | Eric Wong | 1 | -6/+33 |
| 2014-09-14 | git-svn: branch: avoid systematic prompt for cert/pass | Monard Vong | 1 | -1/+3 |
| 2014-04-19 | Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not given | Johan Herland | 1 | -11/+1 |
| 2013-10-12 | git-svn: Warn about changing default for --prefix in Git v2.0 | Johan Herland | 1 | -1/+11 |
| 2013-10-10 | git-svn: fix signed commit parsing | Nicolas Vigier | 1 | -1/+1 |
| 2013-06-26 | Merge branch 'vl/typofix' | Junio C Hamano | 1 | -1/+1 |
| 2013-06-19 | random typofixes (committed missing a 't', successful missing an 's') | Veres Lajos | 1 | -1/+1 |
| 2013-06-12 | Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory exist | Slava Kardakov | 1 | -2/+2 |
| 2013-05-20 | git-svn: introduce --parents parameter for commands branch and tag | Tobias Schulte | 1 | -1/+18 |
| 2013-05-09 | git-svn: added an --include-path flag | Paul Walmsley | 1 | -0/+4 |
| 2013-05-09 | git-svn: avoid self-referencing mergeinfo | Michael Contreras | 1 | -3/+8 |
| 2013-02-24 | git-svn: use a lowercase "usage:" string | David Aguilar | 1 | -2/+2 |
| 2013-02-24 | git-svn: use a lowercase "usage:" string | David Aguilar | 1 | -1/+1 |
| 2013-01-24 | git-svn: Simplify calculation of GIT_DIR | Barry Wardell | 1 | -23/+14 |
| 2013-01-17 | git-svn: teach find-rev to find near matches | John Keeping | 1 | -2/+10 |
| 2012-10-05 | git-svn: use path accessor for Git::SVN objects | Eric Wong | 1 | -1/+1 |
| 2012-08-22 | Merge branch 'ms/git-svn-1.7' | Junio C Hamano | 1 | -62/+30 |
| 2012-08-10 | git svn: handle errors and concurrent commits in dcommit | Robert Luberda | 1 | -19/+55 |
| 2012-08-02 | git-svn: remove ad-hoc canonicalizations | Michael G. Schwern | 1 | -4/+4 |
| 2012-08-02 | git-svn: introduce add_path_to_url function | Michael G. Schwern | 1 | -1/+2 |
| 2012-08-02 | git-svn: canonicalize earlier | Michael G. Schwern | 1 | -3/+3 |
| 2012-08-02 | git-svn: replace URL escapes with canonicalization | Michael G. Schwern | 1 | -21/+3 |
| 2012-08-02 | git-svn: add join_paths() to safely concatenate paths | Michael G. Schwern | 1 | -1/+2 |
| 2012-08-02 | git-svn: move canonicalization to Git::SVN::Utils | Michael G. Schwern | 1 | -26/+7 |
| 2012-08-02 | use Git::SVN{,::RA}->url accessor globally | Michael G. Schwern | 1 | -5/+6 |
| 2012-08-02 | use Git::SVN->path accessor globally | Michael G. Schwern | 1 | -5/+7 |
| 2012-07-27 | Extract Git::SVN::GlobSpec from git-svn. | Michael G. Schwern | 1 | -59/+0 |
| 2012-07-27 | Move Git::IndexInfo into its own file. | Michael G. Schwern | 1 | -32/+0 |
| 2012-07-27 | Load all the modules in one place and before running code. | Michael G. Schwern | 1 | -23/+21 |
| 2012-07-27 | Extract Git::SVN::Migration from git-svn. | Michael G. Schwern | 1 | -257/+1 |
| 2012-07-27 | Prepare Git::SVN::Migration for extraction from git-svn. | Michael G. Schwern | 1 | -12/+24 |
| 2012-07-27 | Extract Git::SVN::Log from git-svn. | Michael G. Schwern | 1 | -394/+1 |
| 2012-07-27 | Prepare Git::SVN::Log for extraction from git-svn. | Michael G. Schwern | 1 | -4/+11 |
| 2012-07-27 | Move initialization of Git::SVN variables into Git::SVN. | Michael G. Schwern | 1 | -4/+0 |
| 2012-07-27 | Extract Git::SVN from git-svn into its own .pm file. | Michael G. Schwern | 1 | -2319/+1 |
| 2012-07-27 | Prepare Git::SVN for extraction into its own file. | Michael G. Schwern | 1 | -4/+18 |
| 2012-07-27 | Extract some utilities from git-svn to allow extracting Git::SVN. | Michael G. Schwern | 1 | -15/+19 |
| 2012-07-19 | git-svn: don't create master if another head exists | Marcin Owsiany | 1 | -5/+4 |
| 2012-06-10 | git-svn: use YAML format for mergeinfo cache when possible | Jonathan Nieder | 1 | -6/+25 |
| 2012-06-10 | git-svn: make Git::SVN::RA a separate file | Jonathan Nieder | 1 | -611/+1 |
| 2012-06-10 | git-svn: make Git::SVN::Editor a separate file | Jonathan Nieder | 1 | -470/+2 |
| 2012-06-07 | Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12' | Junio C Hamano | 1 | -1/+1 |
| 2012-06-04 | git-svn: platform auth providers are working only on 1.6.15 or newer | Junio C Hamano | 1 | -1/+1 |
| 2012-05-29 | git-svn: make Git::SVN::Fetcher a separate file | Jonathan Nieder | 1 | -505/+2 |
| 2012-05-29 | git-svn: rename SVN::Git::* packages to Git::SVN::* | Jonathan Nieder | 1 | -25/+25 |
| 2012-05-29 | git-svn: move Git::SVN::Prompt into its own file | Jonathan Nieder | 1 | -144/+1 |
| 2012-05-16 | git-svn: support rebase --preserve-merges | Avishay Lavie | 1 | -1/+3 |
| 2012-05-02 | Merge branch 'master' of git://git.bogomips.org/git-svn | Junio C Hamano | 1 | -7/+25 |
| 2012-05-02 | Merge branch 'jk/maint-gitweb-test-use-sane-perl' | Junio C Hamano | 1 | -1/+1 |
| 2012-05-02 | git-svn: introduce SVN version comparison function | Junio C Hamano | 1 | -7/+25 |
| 2012-05-01 | Consistently use perl from /usr/bin/ for scripts | Zbigniew Jędrzejewski-Szmek | 1 | -1/+1 |
| 2012-04-27 | git-svn: use platform specific auth providers | Matthijs Kooijman | 1 | -2/+18 |
| 2012-04-24 | git-svn: drop redundant blocking of SIGPIPE | Roman Kagan | 1 | -1/+1 |
| 2012-04-24 | git-svn: ignore SIGPIPE | Roman Kagan | 1 | -0/+5 |
| 2012-04-24 | git-svn: use POSIX::sigprocmask to block signals | Roman Kagan | 1 | -6/+9 |
| 2012-02-21 | git-svn.perl: fix a false-positive in the "already exists" test | Steven Walter | 1 | -17/+26 |
| 2012-02-21 | git-svn.perl: perform deletions before anything else | Steven Walter | 1 | -1/+1 |
| 2012-02-21 | git-svn: Fix time zone in --localtime | Wei-Yin Chen (陳威尹) | 1 | -7/+11 |
| 2012-02-21 | git-svn: un-break "git svn rebase" when log.abbrevCommit=true | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2012-02-21 | git-svn: remove redundant porcelain option to rev-list | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2011-12-01 | git-svn.perl: close the edit for propedits even with no mods | Steven Walter | 1 | -1/+1 |
| 2011-11-01 | svn: Quote repository root in regex match | Ted Percival | 1 | -2/+2 |
| 2011-10-18 | Merge branch 'pt/mingw-misc-fixes' | Junio C Hamano | 1 | -8/+7 |
| 2011-10-16 | git-svn: Allow certain refs to be ignored | Michael Olson | 1 | -5/+33 |
| 2011-10-16 | git svn dcommit: new option --interactive. | Frédéric Heitzmann | 1 | -1/+74 |
| 2011-10-14 | git-svn: On MSYS, escape and quote SVN_SSH also if set by the user | Sebastian Schuberth | 1 | -8/+7 |
| 2011-10-05 | use -h for synopsis and --help for manpage consistently | Clemens Buchacher | 1 | -1/+1 |
| 2011-09-13 | git-svn: teach git-svn to populate svn:mergeinfo | Bryan Jacobs | 1 | -0/+256 |
| 2011-09-01 | git-svn: Teach dcommit --mergeinfo to handle multiple lines | Bryan Jacobs | 1 | -0/+3 |
| 2011-09-01 | git-svn: fix fetch with moved path when using rewriteRoot | Eric Wong | 1 | -1/+1 |
| 2011-09-01 | git-svn: New flag to emulate empty directories | Ray Chen | 1 | -4/+144 |
| 2011-06-28 | git-svn: Correctly handle root commits in mergeinfo ranges | Michael Haggerty | 1 | -2/+6 |
| 2011-06-28 | git-svn: Disambiguate rev-list arguments to improve error message | Michael Haggerty | 1 | -2/+2 |
| 2011-05-20 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2011-05-20 | git-svn: Fix git svn log --show-commit | Michael J Gruber | 1 | -1/+1 |
| 2011-04-27 | Merge branch 'mh/git-svn-automkdirs' | Junio C Hamano | 1 | -2/+15 |
| 2011-04-09 | git-svn: Cache results of running the executable "git config" | James Y Knight | 1 | -0/+5 |
| 2011-04-09 | git-svn: Add a svn-remote.<name>.pushurl config key | Alejandro R. Sedeño | 1 | -3/+16 |
| 2011-04-01 | git-svn: add an option to skip the creation of empty directories | Michael Haggerty | 1 | -2/+15 |
| 2011-03-10 | git-log: put space after commit mark | Michael J Gruber | 1 | -1/+1 |
| 2010-12-10 | git-svn: allow the mergeinfo property to be set | Steven Walter | 1 | -1/+14 |
| 2010-10-26 | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 1 | -0/+1 |
| 2010-09-27 | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2010-09-24 | git-svn: fix processing of decorated commit hashes | Mathias Lafeldt | 1 | -1/+2 |
| 2010-09-24 | git-svn: check_cherry_pick should exclude commits already in our history | Steven Walter | 1 | -1/+3 |
| 2010-08-15 | git-svn: fix fetch with deleted tag | David D. Kilzer | 1 | -2/+13 |
| 2010-08-15 | git-svn: fix regex to remove "tail" from svn tags | David D. Kilzer | 1 | -1/+1 |
| 2010-08-05 | git svn: URL-decode left-hand side of svn refspec | Steven Walter | 1 | -0/+2 |
| 2010-08-02 | git svn: fix dcommit to work with touched files | David D. Kilzer | 1 | -0/+1 |
| 2010-07-30 | git svn: add an option to recode pathnames | Dmitry Statyvka | 1 | -0/+9 |
| 2010-07-19 | git-svn: write memoized data explicitly to avoid Storable bug | Sergey Vlasov | 1 | -0/+16 |
| 2010-06-14 | git svn: avoid unnecessary '/' in paths for SVN | Eric Wong | 1 | -0/+3 |
| 2010-06-14 | git-svn: strip off leading slashes on --trunk argument | Jonathan Nieder | 1 | -0/+1 |
| 2010-06-03 | git svn: fix empty directory creation | Michael J. Kiwala | 1 | -1/+2 |
| 2010-05-09 | git-svn: mangle refnames forbidden in git | Torsten Schmutzler | 1 | -0/+8 |
| 2010-05-09 | git-svn: Remove unused use of File::Temp | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
| 2010-05-09 | git svn: avoid uninitialized var in 'reset' | Jonathan Nieder | 1 | -0/+2 |
| 2010-03-20 | Merge branch 'fl/askpass' | Junio C Hamano | 1 | -10/+17 |
| 2010-03-13 | git-svn: Fix merge detecting with rewrite-root | Tuomas Suutari | 1 | -2/+2 |
| 2010-03-05 | git-svn: make git svn --version work again | Michael J Gruber | 1 | -0/+1 |
| 2010-03-05 | Revert "git-svn: always initialize with core.autocrlf=false" | Erik Faye-Lund | 1 | -1/+0 |
| 2010-03-04 | git-svn: req_svn when needed | Michael J Gruber | 1 | -0/+1 |
| 2010-03-02 | git-svn: Support retrieving passwords with GIT_ASKPASS | Frank Li | 1 | -10/+17 |
| 2010-03-02 | Merge branch 'jn/maint-fix-pager' | Junio C Hamano | 1 | -2/+7 |
| 2010-02-26 | git svn: delay importing SVN::Base until it is needed | josh robb | 1 | -5/+11 |
| 2010-02-26 | git-svn: Fix discarding of extra parents from svn:mergeinfo | Tuomas Suutari | 1 | -1/+1 |
| 2010-02-14 | git svn: Fix launching of pager | Jonathan Nieder | 1 | -2/+7 |
| 2010-02-04 | git-svn: persistent memoization | Andrew Myrick | 1 | -4/+36 |
| 2010-01-29 | If deriving SVN_SSH from GIT_SSH on msys, also add quotes | Sebastian Schuberth | 1 | -0/+1 |
| 2010-01-23 | git-svn: allow subset of branches/tags to be specified in glob spec | Jay Soffian | 1 | -20/+40 |
| 2010-01-23 | git-svn: allow UUID to be manually remapped via rewriteUUID | Jay Soffian | 1 | -5/+28 |
| 2010-01-23 | git-svn: add --username/commit-url options for branch/tag | Igor Mironov | 1 | -2/+6 |
| 2010-01-23 | git-svn: respect commiturl option for branch/tag | Igor Mironov | 1 | -1/+11 |
| 2010-01-23 | git-svn: fix mismatched src/dst errors for branch/tag | Igor Mironov | 1 | -0/+4 |
| 2010-01-23 | git-svn: handle merge-base failures | Andrew Myrick | 1 | -4/+15 |
| 2010-01-23 | git-svn: ignore changeless commits when checking for a cherry-pick | Andrew Myrick | 1 | -0/+24 |
| 2009-12-23 | git svn: branch/tag commands detect username in URLs | Eric Wong | 1 | -1/+2 |
| 2009-12-22 | git svn: lookup new parents correctly from svn:mergeinfo | Eric Wong | 1 | -1/+2 |
| 2009-12-21 | git-svn: Remove obsolete MAXPARENT check | Andrew Myrick | 1 | -6/+0 |
| 2009-12-21 | git-svn: detect cherry-picks correctly. | Sam Vilain | 1 | -23/+64 |
| 2009-12-21 | git-svn: exclude already merged tips using one rev-list call | Sam Vilain | 1 | -4/+48 |
| 2009-12-21 | git-svn: fix some mistakes with interpreting SVN mergeinfo commit ranges | Sam Vilain | 1 | -9/+3 |
| 2009-12-21 | git-svn: memoize conversion of SVN merge ticket info to git commit ranges | Sam Vilain | 1 | -37/+54 |
| 2009-12-21 | git svn: fix --revision when fetching deleted paths | Eric Wong | 1 | -1/+5 |
| 2009-12-19 | git svn: make empty directory creation gc-aware | Eric Wong | 1 | -11/+34 |
| 2009-12-08 | git-svn: set svn.authorsfile earlier when cloning | Alex Vandiver | 1 | -1/+1 |
| 2009-12-08 | git-svn: Set svn.authorsfile to an absolute path when cloning | Alex Vandiver | 1 | -1/+3 |
| 2009-12-07 | git svn: log removals of empty directories | Eric Wong | 1 | -1/+1 |
| 2009-12-07 | git svn: Don't create empty directories whose parents were deleted | Greg Price | 1 | -1/+2 |
| 2009-12-07 | git-svn: sort svk merge tickets to account for minimal parents | Alex Vandiver | 1 | -1/+5 |
| 2009-11-22 | git svn: strip leading path when making empty dirs | Eric Wong | 1 | -0/+3 |
| 2009-11-22 | git svn: always reuse existing remotes on fetch | Eric Wong | 1 | -0/+2 |
| 2009-11-20 | Merge branch 'jn/editor-pager' | Junio C Hamano | 1 | -7/+4 |
| 2009-11-15 | git svn: attempt to create empty dirs on clone+rebase | Eric Wong | 1 | -0/+45 |
| 2009-11-14 | git svn: read global+system config for clone+init | Eric Wong | 1 | -3/+2 |
| 2009-11-14 | git svn: handle SVN merges from revisions past the tip of the branch | Toby Allsopp | 1 | -2/+5 |
| 2009-11-13 | am -i, git-svn: use "git var GIT_PAGER" | Jonathan Nieder | 1 | -4/+2 |
| 2009-11-13 | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" | Jonathan Nieder | 1 | -3/+2 |
| 2009-10-26 | git-svn: convert SVN 1.5+ / svnmerge.py svn:mergeinfo props to parents | Sam Vilain | 1 | -0/+93 |
| 2009-10-26 | git-svn: convert SVK merge tickets to extra parents | Sam Vilain | 1 | -1/+51 |
| 2009-10-26 | git svn: fix fetch where glob is on the top-level URL | Eric Wong | 1 | -2/+2 |
| 2009-10-10 | git-svn: hide find_parent_branch output in double quiet mode | Simon Arlott | 1 | -7/+12 |
| 2009-10-09 | git-svn: Avoid spurious errors when rewriteRoot is used. | Alexander Gavrilov | 1 | -2/+9 |
| 2009-09-13 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
| 2009-09-13 | svn: properly escape arguments for authors-prog | Mark Lodato | 1 | -0/+1 |
| 2009-08-18 | git-svn: Use GIT_SSH setting if SVN_SSH is not set | Karthik R | 1 | -0/+9 |
| 2009-08-18 | svn: assume URLs from the command-line are URI-encoded | Eric Wong | 1 | -0/+2 |
| 2009-08-12 | svn: (cleanup) use predefined constant for rev_map_fmt | Eric Wong | 1 | -1/+1 |
| 2009-08-12 | svn: allow branches outside of refs/remotes | Adam Brewster | 1 | -35/+48 |
| 2009-08-12 | svn: initial "master" points to trunk if possible | Eric Wong | 1 | -0/+11 |
| 2009-08-10 | git-svn: ignore leading blank lines in svn:ignore | Michael Haggerty | 1 | -0/+2 |
| 2009-08-10 | svn: Honor --prefix option in init without --stdlayout | Adam Brewster | 1 | -1/+2 |
| 2009-07-25 | git svn: make minimize URL more reliable over http(s) | Eric Wong | 1 | -1/+5 |
| 2009-07-25 | git svn: avoid escaping '/' when renaming/copying files | Eric Wong | 1 | -1/+1 |
| 2009-07-25 | git svn: the branch command no longer needs the full path | Eric Wong | 1 | -3/+16 |
| 2009-07-25 | git svn: revert default behavior for --minimize-url | Eric Wong | 1 | -1/+6 |
| 2009-07-25 | git svn: add gc command | Robert Allan Zeh | 1 | -0/+33 |
| 2009-07-22 | git svn: fix shallow clone when upstream revision is too new | Eric Wong | 1 | -0/+1 |
| 2009-07-19 | git svn: fix reparenting when ugly http(s) URLs are used | Eric Wong | 1 | -2/+4 |
| 2009-07-11 | git svn: allow uppercase UUIDs from SVN | Eric Wong | 1 | -7/+7 |
| 2009-07-11 | git-svn: Fix branch detection when repository root is inaccessible | Mattias Nissler | 1 | -26/+17 |
| 2009-07-11 | git-svn: Always duplicate paths returned from get_log | Mattias Nissler | 1 | -22/+23 |
| 2009-06-26 | git-svn: Canonicalize svn urls to prevent libsvn assertion | Ulrich Dangel | 1 | -1/+8 |
| 2009-06-25 | git-svn: convert globs to regexps for branch destinations | Eric Wong | 1 | -1/+3 |
| 2009-06-25 | git svn: Support multiple branch and tag paths in the svn repository. | Marc Branchaud | 1 | -22/+56 |
| 2009-06-25 | Add 'git svn reset' to unwind 'git svn fetch' | Ben Jackson | 1 | -5/+40 |
| 2009-06-25 | git-svn: speed up find_rev_before | Ben Jackson | 1 | -0/+2 |
| 2009-06-25 | Add 'git svn help [cmd]' which works outside a repo. | Ben Jackson | 1 | -0/+3 |
| 2009-06-25 | git-svn: let 'dcommit $rev' work on $rev instead of HEAD | Thomas Rast | 1 | -2/+32 |
| 2009-05-28 | git-svn: refuse to dcommit non-UTF-8 messages | Eric Wong | 1 | -3/+14 |
| 2009-05-21 | git-svn: add --authors-prog option | Mark Lodato | 1 | -3/+29 |
| 2009-05-21 | git-svn: Set svn.authorsfile if it is passed to git svn clone | Alex Vandiver | 1 | -0/+1 |
| 2009-05-21 | git-svn: Correctly report max revision when following deleted paths | Alex Vandiver | 1 | -1/+1 |
| 2009-05-21 | git-svn: Fix for svn paths removed > log-window-size revisions ago | Alex Vandiver | 1 | -1/+5 |
| 2009-05-05 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2009-05-05 | Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maint | Junio C Hamano | 1 | -1/+1 |