summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn: make git svn --version work againMichael J Gruber2010-03-051-0/+1
* Revert "git-svn: always initialize with core.autocrlf=false"Erik Faye-Lund2010-03-051-1/+0
* git-svn: req_svn when neededMichael J Gruber2010-03-041-0/+1
* Merge branch 'jn/maint-fix-pager'Junio C Hamano2010-03-021-2/+7
|\
| * git svn: Fix launching of pagerJonathan Nieder2010-02-141-2/+7
* | git svn: delay importing SVN::Base until it is neededjosh robb2010-02-261-5/+11
* | git-svn: Fix discarding of extra parents from svn:mergeinfoTuomas Suutari2010-02-261-1/+1
|/
* git-svn: persistent memoizationAndrew Myrick2010-02-041-4/+36
* If deriving SVN_SSH from GIT_SSH on msys, also add quotesSebastian Schuberth2010-01-291-0/+1
* git-svn: allow subset of branches/tags to be specified in glob specJay Soffian2010-01-231-20/+40
* git-svn: allow UUID to be manually remapped via rewriteUUIDJay Soffian2010-01-231-5/+28
* git-svn: add --username/commit-url options for branch/tagIgor Mironov2010-01-231-2/+6
* git-svn: respect commiturl option for branch/tagIgor Mironov2010-01-231-1/+11
* git-svn: fix mismatched src/dst errors for branch/tagIgor Mironov2010-01-231-0/+4
* git-svn: handle merge-base failuresAndrew Myrick2010-01-231-4/+15
* git-svn: ignore changeless commits when checking for a cherry-pickAndrew Myrick2010-01-231-0/+24
* git svn: branch/tag commands detect username in URLsEric Wong2009-12-231-1/+2
* git svn: lookup new parents correctly from svn:mergeinfoEric Wong2009-12-221-1/+2
* git-svn: Remove obsolete MAXPARENT checkAndrew Myrick2009-12-211-6/+0
* git-svn: detect cherry-picks correctly.Sam Vilain2009-12-211-23/+64
* git-svn: exclude already merged tips using one rev-list callSam Vilain2009-12-211-4/+48
* git-svn: fix some mistakes with interpreting SVN mergeinfo commit rangesSam Vilain2009-12-211-9/+3
* git-svn: memoize conversion of SVN merge ticket info to git commit rangesSam Vilain2009-12-211-37/+54
* git svn: fix --revision when fetching deleted pathsEric Wong2009-12-211-1/+5
* git svn: make empty directory creation gc-awareEric Wong2009-12-191-11/+34
* git-svn: set svn.authorsfile earlier when cloningAlex Vandiver2009-12-081-1/+1
* git-svn: Set svn.authorsfile to an absolute path when cloningAlex Vandiver2009-12-081-1/+3
* git svn: log removals of empty directoriesEric Wong2009-12-071-1/+1
* git svn: Don't create empty directories whose parents were deletedGreg Price2009-12-071-1/+2
* git-svn: sort svk merge tickets to account for minimal parentsAlex Vandiver2009-12-071-1/+5
* git svn: strip leading path when making empty dirsEric Wong2009-11-221-0/+3
* git svn: always reuse existing remotes on fetchEric Wong2009-11-221-0/+2
* Merge branch 'jn/editor-pager'Junio C Hamano2009-11-201-7/+4
|\
| * am -i, git-svn: use "git var GIT_PAGER"Jonathan Nieder2009-11-131-4/+2
| * add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-131-3/+2
* | git svn: attempt to create empty dirs on clone+rebaseEric Wong2009-11-151-0/+45
* | git svn: read global+system config for clone+initEric Wong2009-11-141-3/+2
* | git svn: handle SVN merges from revisions past the tip of the branchToby Allsopp2009-11-141-2/+5
|/
* git-svn: convert SVN 1.5+ / svnmerge.py svn:mergeinfo props to parentsSam Vilain2009-10-261-0/+93
* git-svn: convert SVK merge tickets to extra parentsSam Vilain2009-10-261-1/+51
* git svn: fix fetch where glob is on the top-level URLEric Wong2009-10-261-2/+2
* git-svn: hide find_parent_branch output in double quiet modeSimon Arlott2009-10-101-7/+12
* git-svn: Avoid spurious errors when rewriteRoot is used.Alexander Gavrilov2009-10-091-2/+9
* Merge branch 'maint'Junio C Hamano2009-09-131-0/+1
|\
| * svn: properly escape arguments for authors-progMark Lodato2009-09-131-0/+1
* | git-svn: Use GIT_SSH setting if SVN_SSH is not setKarthik R2009-08-181-0/+9
* | svn: assume URLs from the command-line are URI-encodedEric Wong2009-08-181-0/+2
* | svn: (cleanup) use predefined constant for rev_map_fmtEric Wong2009-08-121-1/+1
* | svn: allow branches outside of refs/remotesAdam Brewster2009-08-121-35/+48
* | svn: initial "master" points to trunk if possibleEric Wong2009-08-121-0/+11