Age | Commit message (Expand) | Author | Files | Lines |
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 |