aboutsummaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAge
...
* git svn: URL-decode left-hand side of svn refspecSteven Walter2010-08-05
* git svn: fix dcommit to work with touched filesDavid D. Kilzer2010-08-02
* git svn: add an option to recode pathnamesDmitry Statyvka2010-07-30
* git-svn: write memoized data explicitly to avoid Storable bugSergey Vlasov2010-07-19
* git svn: avoid unnecessary '/' in paths for SVNEric Wong2010-06-14
* git-svn: strip off leading slashes on --trunk argumentJonathan Nieder2010-06-14
* git svn: fix empty directory creationMichael J. Kiwala2010-06-03
* git-svn: mangle refnames forbidden in gitTorsten Schmutzler2010-05-09
* git-svn: Remove unused use of File::TempÆvar Arnfjörð Bjarmason2010-05-09
* git svn: avoid uninitialized var in 'reset'Jonathan Nieder2010-05-09
* Merge branch 'fl/askpass'Junio C Hamano2010-03-20
|\
| * git-svn: Support retrieving passwords with GIT_ASKPASSFrank Li2010-03-02
* | git-svn: Fix merge detecting with rewrite-rootTuomas Suutari2010-03-13
* | git-svn: make git svn --version work againMichael J Gruber2010-03-05
* | Revert "git-svn: always initialize with core.autocrlf=false"Erik Faye-Lund2010-03-05
* | git-svn: req_svn when neededMichael J Gruber2010-03-04
* | Merge branch 'jn/maint-fix-pager'Junio C Hamano2010-03-02
|\ \ | |/ |/|
| * git svn: Fix launching of pagerJonathan Nieder2010-02-14
* | git svn: delay importing SVN::Base until it is neededjosh robb2010-02-26
* | git-svn: Fix discarding of extra parents from svn:mergeinfoTuomas Suutari2010-02-26
|/
* git-svn: persistent memoizationAndrew Myrick2010-02-04
* If deriving SVN_SSH from GIT_SSH on msys, also add quotesSebastian Schuberth2010-01-29
* git-svn: allow subset of branches/tags to be specified in glob specJay Soffian2010-01-23
* git-svn: allow UUID to be manually remapped via rewriteUUIDJay Soffian2010-01-23
* git-svn: add --username/commit-url options for branch/tagIgor Mironov2010-01-23
* git-svn: respect commiturl option for branch/tagIgor Mironov2010-01-23
* git-svn: fix mismatched src/dst errors for branch/tagIgor Mironov2010-01-23
* git-svn: handle merge-base failuresAndrew Myrick2010-01-23
* git-svn: ignore changeless commits when checking for a cherry-pickAndrew Myrick2010-01-23
* git svn: branch/tag commands detect username in URLsEric Wong2009-12-23
* git svn: lookup new parents correctly from svn:mergeinfoEric Wong2009-12-22
* git-svn: Remove obsolete MAXPARENT checkAndrew Myrick2009-12-21
* git-svn: detect cherry-picks correctly.Sam Vilain2009-12-21
* git-svn: exclude already merged tips using one rev-list callSam Vilain2009-12-21
* git-svn: fix some mistakes with interpreting SVN mergeinfo commit rangesSam Vilain2009-12-21
* git-svn: memoize conversion of SVN merge ticket info to git commit rangesSam Vilain2009-12-21
* git svn: fix --revision when fetching deleted pathsEric Wong2009-12-21
* git svn: make empty directory creation gc-awareEric Wong2009-12-19
* git-svn: set svn.authorsfile earlier when cloningAlex Vandiver2009-12-08
* git-svn: Set svn.authorsfile to an absolute path when cloningAlex Vandiver2009-12-08
* git svn: log removals of empty directoriesEric Wong2009-12-07
* git svn: Don't create empty directories whose parents were deletedGreg Price2009-12-07
* git-svn: sort svk merge tickets to account for minimal parentsAlex Vandiver2009-12-07
* git svn: strip leading path when making empty dirsEric Wong2009-11-22
* git svn: always reuse existing remotes on fetchEric Wong2009-11-22
* Merge branch 'jn/editor-pager'Junio C Hamano2009-11-20
|\
| * am -i, git-svn: use "git var GIT_PAGER"Jonathan Nieder2009-11-13
| * add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-13
* | git svn: attempt to create empty dirs on clone+rebaseEric Wong2009-11-15
* | git svn: read global+system config for clone+initEric Wong2009-11-14