| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | git svn: fix --revision when fetching deleted paths | Eric Wong | 2009-12-21 | 1 | -1/+5 |
* | git svn: make empty directory creation gc-aware | Eric Wong | 2009-12-19 | 1 | -11/+34 |
* | git-svn: set svn.authorsfile earlier when cloning | Alex Vandiver | 2009-12-08 | 1 | -1/+1 |
* | git-svn: Set svn.authorsfile to an absolute path when cloning | Alex Vandiver | 2009-12-08 | 1 | -1/+3 |
* | git svn: log removals of empty directories | Eric Wong | 2009-12-07 | 1 | -1/+1 |
* | git svn: Don't create empty directories whose parents were deleted | Greg Price | 2009-12-07 | 1 | -1/+2 |
* | git-svn: sort svk merge tickets to account for minimal parents | Alex Vandiver | 2009-12-07 | 1 | -1/+5 |
* | git svn: strip leading path when making empty dirs | Eric Wong | 2009-11-22 | 1 | -0/+3 |
* | git svn: always reuse existing remotes on fetch | Eric Wong | 2009-11-22 | 1 | -0/+2 |
* | Merge branch 'jn/editor-pager' | Junio C Hamano | 2009-11-20 | 1 | -7/+4 |
|\ |
|
| * | am -i, git-svn: use "git var GIT_PAGER" | Jonathan Nieder | 2009-11-13 | 1 | -4/+2 |
| * | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" | Jonathan Nieder | 2009-11-13 | 1 | -3/+2 |
* | | git svn: attempt to create empty dirs on clone+rebase | Eric Wong | 2009-11-15 | 1 | -0/+45 |
* | | git svn: read global+system config for clone+init | Eric Wong | 2009-11-14 | 1 | -3/+2 |
* | | git svn: handle SVN merges from revisions past the tip of the branch | Toby Allsopp | 2009-11-14 | 1 | -2/+5 |
|/ |
|
* | git-svn: convert SVN 1.5+ / svnmerge.py svn:mergeinfo props to parents | Sam Vilain | 2009-10-26 | 1 | -0/+93 |
* | git-svn: convert SVK merge tickets to extra parents | Sam Vilain | 2009-10-26 | 1 | -1/+51 |
* | git svn: fix fetch where glob is on the top-level URL | Eric Wong | 2009-10-26 | 1 | -2/+2 |
* | git-svn: hide find_parent_branch output in double quiet mode | Simon Arlott | 2009-10-10 | 1 | -7/+12 |
* | git-svn: Avoid spurious errors when rewriteRoot is used. | Alexander Gavrilov | 2009-10-09 | 1 | -2/+9 |
* | Merge branch 'maint' | Junio C Hamano | 2009-09-13 | 1 | -0/+1 |
|\ |
|
| * | svn: properly escape arguments for authors-prog | Mark Lodato | 2009-09-13 | 1 | -0/+1 |
* | | git-svn: Use GIT_SSH setting if SVN_SSH is not set | Karthik R | 2009-08-18 | 1 | -0/+9 |
* | | svn: assume URLs from the command-line are URI-encoded | Eric Wong | 2009-08-18 | 1 | -0/+2 |