| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | git svn: fix dcommit to work with touched files | David D. Kilzer | 2010-08-02 | 1 | -0/+1 |
* | git svn: add an option to recode pathnames | Dmitry Statyvka | 2010-07-30 | 1 | -0/+9 |
* | git-svn: write memoized data explicitly to avoid Storable bug | Sergey Vlasov | 2010-07-19 | 1 | -0/+16 |
* | git svn: avoid unnecessary '/' in paths for SVN | Eric Wong | 2010-06-14 | 1 | -0/+3 |
* | git-svn: strip off leading slashes on --trunk argument | Jonathan Nieder | 2010-06-14 | 1 | -0/+1 |
* | git svn: fix empty directory creation | Michael J. Kiwala | 2010-06-03 | 1 | -1/+2 |
* | git-svn: mangle refnames forbidden in git | Torsten Schmutzler | 2010-05-09 | 1 | -0/+8 |
* | git-svn: Remove unused use of File::Temp | Ævar Arnfjörð Bjarmason | 2010-05-09 | 1 | -1/+0 |
* | git svn: avoid uninitialized var in 'reset' | Jonathan Nieder | 2010-05-09 | 1 | -0/+2 |
* | Merge branch 'fl/askpass' | Junio C Hamano | 2010-03-20 | 1 | -10/+17 |
|\ |
|
| * | git-svn: Support retrieving passwords with GIT_ASKPASS | Frank Li | 2010-03-02 | 1 | -10/+17 |
* | | git-svn: Fix merge detecting with rewrite-root | Tuomas Suutari | 2010-03-13 | 1 | -2/+2 |
* | | git-svn: make git svn --version work again | Michael J Gruber | 2010-03-05 | 1 | -0/+1 |
* | | Revert "git-svn: always initialize with core.autocrlf=false" | Erik Faye-Lund | 2010-03-05 | 1 | -1/+0 |
* | | git-svn: req_svn when needed | Michael J Gruber | 2010-03-04 | 1 | -0/+1 |
* | | Merge branch 'jn/maint-fix-pager' | Junio C Hamano | 2010-03-02 | 1 | -2/+7 |
|\ \
| |/
|/| |
|
| * | git svn: Fix launching of pager | Jonathan Nieder | 2010-02-14 | 1 | -2/+7 |
* | | git svn: delay importing SVN::Base until it is needed | josh robb | 2010-02-26 | 1 | -5/+11 |
* | | git-svn: Fix discarding of extra parents from svn:mergeinfo | Tuomas Suutari | 2010-02-26 | 1 | -1/+1 |
|/ |
|
* | git-svn: persistent memoization | Andrew Myrick | 2010-02-04 | 1 | -4/+36 |
* | If deriving SVN_SSH from GIT_SSH on msys, also add quotes | Sebastian Schuberth | 2010-01-29 | 1 | -0/+1 |
* | git-svn: allow subset of branches/tags to be specified in glob spec | Jay Soffian | 2010-01-23 | 1 | -20/+40 |
* | git-svn: allow UUID to be manually remapped via rewriteUUID | Jay Soffian | 2010-01-23 | 1 | -5/+28 |
* | git-svn: add --username/commit-url options for branch/tag | Igor Mironov | 2010-01-23 | 1 | -2/+6 |
* | git-svn: respect commiturl option for branch/tag | Igor Mironov | 2010-01-23 | 1 | -1/+11 |
* | git-svn: fix mismatched src/dst errors for branch/tag | Igor Mironov | 2010-01-23 | 1 | -0/+4 |
* | git-svn: handle merge-base failures | Andrew Myrick | 2010-01-23 | 1 | -4/+15 |
* | git-svn: ignore changeless commits when checking for a cherry-pick | Andrew Myrick | 2010-01-23 | 1 | -0/+24 |
* | git svn: branch/tag commands detect username in URLs | Eric Wong | 2009-12-23 | 1 | -1/+2 |
* | git svn: lookup new parents correctly from svn:mergeinfo | Eric Wong | 2009-12-22 | 1 | -1/+2 |
* | git-svn: Remove obsolete MAXPARENT check | Andrew Myrick | 2009-12-21 | 1 | -6/+0 |
* | git-svn: detect cherry-picks correctly. | Sam Vilain | 2009-12-21 | 1 | -23/+64 |
* | git-svn: exclude already merged tips using one rev-list call | Sam Vilain | 2009-12-21 | 1 | -4/+48 |
* | git-svn: fix some mistakes with interpreting SVN mergeinfo commit ranges | Sam Vilain | 2009-12-21 | 1 | -9/+3 |
* | git-svn: memoize conversion of SVN merge ticket info to git commit ranges | Sam Vilain | 2009-12-21 | 1 | -37/+54 |