| Commit message (Expand) | Author | Age | Files | Lines |
* | git-svn: use YAML format for mergeinfo cache when possible | Jonathan Nieder | 2012-06-10 | 1 | -6/+25 |
* | git-svn: make Git::SVN::RA a separate file | Jonathan Nieder | 2012-06-10 | 1 | -611/+1 |
* | git-svn: make Git::SVN::Editor a separate file | Jonathan Nieder | 2012-06-10 | 1 | -470/+2 |
* | Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12' | Junio C Hamano | 2012-06-07 | 1 | -1/+1 |
|\ |
|
| * | git-svn: platform auth providers are working only on 1.6.15 or newer | Junio C Hamano | 2012-06-04 | 1 | -1/+1 |
* | | git-svn: make Git::SVN::Fetcher a separate file | Jonathan Nieder | 2012-05-29 | 1 | -505/+2 |
* | | git-svn: rename SVN::Git::* packages to Git::SVN::* | Jonathan Nieder | 2012-05-29 | 1 | -25/+25 |
* | | git-svn: move Git::SVN::Prompt into its own file | Jonathan Nieder | 2012-05-29 | 1 | -144/+1 |
* | | git-svn: support rebase --preserve-merges | Avishay Lavie | 2012-05-16 | 1 | -1/+3 |
* | | Merge branch 'master' of git://git.bogomips.org/git-svn | Junio C Hamano | 2012-05-02 | 1 | -7/+25 |
|\ \
| |/ |
|
| * | git-svn: introduce SVN version comparison function | Junio C Hamano | 2012-05-02 | 1 | -7/+25 |
* | | Merge branch 'jk/maint-gitweb-test-use-sane-perl' | Junio C Hamano | 2012-05-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Consistently use perl from /usr/bin/ for scripts | Zbigniew Jędrzejewski-Szmek | 2012-05-01 | 1 | -1/+1 |
* | | git-svn: use platform specific auth providers | Matthijs Kooijman | 2012-04-27 | 1 | -2/+18 |
* | | git-svn: drop redundant blocking of SIGPIPE | Roman Kagan | 2012-04-24 | 1 | -1/+1 |
* | | git-svn: ignore SIGPIPE | Roman Kagan | 2012-04-24 | 1 | -0/+5 |
* | | git-svn: use POSIX::sigprocmask to block signals | Roman Kagan | 2012-04-24 | 1 | -6/+9 |
* | | git-svn.perl: fix a false-positive in the "already exists" test | Steven Walter | 2012-02-21 | 1 | -17/+26 |
* | | git-svn.perl: perform deletions before anything else | Steven Walter | 2012-02-21 | 1 | -1/+1 |
* | | git-svn: Fix time zone in --localtime | Wei-Yin Chen (陳威尹) | 2012-02-21 | 1 | -7/+11 |
* | | git-svn: un-break "git svn rebase" when log.abbrevCommit=true | Ævar Arnfjörð Bjarmason | 2012-02-21 | 1 | -2/+1 |
* | | git-svn: remove redundant porcelain option to rev-list | Ævar Arnfjörð Bjarmason | 2012-02-21 | 1 | -1/+1 |
* | | git-svn.perl: close the edit for propedits even with no mods | Steven Walter | 2011-12-01 | 1 | -1/+1 |
* | | svn: Quote repository root in regex match | Ted Percival | 2011-11-01 | 1 | -2/+2 |
* | | Merge branch 'pt/mingw-misc-fixes' | Junio C Hamano | 2011-10-18 | 1 | -8/+7 |
|\ \ |
|
| * | | git-svn: On MSYS, escape and quote SVN_SSH also if set by the user | Sebastian Schuberth | 2011-10-14 | 1 | -8/+7 |
* | | | git-svn: Allow certain refs to be ignored | Michael Olson | 2011-10-16 | 1 | -5/+33 |
* | | | git svn dcommit: new option --interactive. | Frédéric Heitzmann | 2011-10-16 | 1 | -1/+74 |
|/ / |
|
* | | use -h for synopsis and --help for manpage consistentlycb/do-not-pretend-to-hijack-long-help | Clemens Buchacher | 2011-10-05 | 1 | -1/+1 |
* | | git-svn: teach git-svn to populate svn:mergeinfo | Bryan Jacobs | 2011-09-13 | 1 | -0/+256 |
* | | git-svn: Teach dcommit --mergeinfo to handle multiple lines | Bryan Jacobs | 2011-09-01 | 1 | -0/+3 |
* | | git-svn: fix fetch with moved path when using rewriteRoot | Eric Wong | 2011-09-01 | 1 | -1/+1 |
* | | git-svn: New flag to emulate empty directories | Ray Chen | 2011-09-01 | 1 | -4/+144 |
|/ |
|
* | git-svn: Correctly handle root commits in mergeinfo ranges | Michael Haggerty | 2011-06-28 | 1 | -2/+6 |
* | git-svn: Disambiguate rev-list arguments to improve error message | Michael Haggerty | 2011-06-28 | 1 | -2/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2011-05-20 | 1 | -1/+1 |
|\ |
|
| * | git-svn: Fix git svn log --show-commit | Michael J Gruber | 2011-05-20 | 1 | -1/+1 |
* | | Merge branch 'mh/git-svn-automkdirs' | Junio C Hamano | 2011-04-27 | 1 | -2/+15 |
|\ \
| |/
|/| |
|
| * | git-svn: add an option to skip the creation of empty directories | Michael Haggerty | 2011-04-01 | 1 | -2/+15 |
* | | git-svn: Cache results of running the executable "git config" | James Y Knight | 2011-04-09 | 1 | -0/+5 |
* | | git-svn: Add a svn-remote.<name>.pushurl config key | Alejandro R. Sedeño | 2011-04-09 | 1 | -3/+16 |
|/ |
|
* | git-log: put space after commit mark | Michael J Gruber | 2011-03-10 | 1 | -1/+1 |
* | git-svn: allow the mergeinfo property to be set | Steven Walter | 2010-12-10 | 1 | -1/+14 |
* | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 2010-10-26 | 1 | -0/+1 |
|\ |
|
| * | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 2010-09-27 | 1 | -0/+1 |
* | | git-svn: fix processing of decorated commit hashes | Mathias Lafeldt | 2010-09-24 | 1 | -1/+2 |
* | | git-svn: check_cherry_pick should exclude commits already in our history | Steven Walter | 2010-09-24 | 1 | -1/+3 |
|/ |
|
* | git-svn: fix fetch with deleted tag | David D. Kilzer | 2010-08-15 | 1 | -2/+13 |
* | git-svn: fix regex to remove "tail" from svn tags | David D. Kilzer | 2010-08-15 | 1 | -1/+1 |
* | git svn: URL-decode left-hand side of svn refspec | Steven Walter | 2010-08-05 | 1 | -0/+2 |