summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2010-08-15git-svn: fix fetch with deleted tagDavid D. Kilzer
2010-08-15git-svn: fix regex to remove "tail" from svn tagsDavid D. Kilzer
2010-08-05git svn: URL-decode left-hand side of svn refspecSteven Walter
2010-08-02git svn: fix dcommit to work with touched filesDavid D. Kilzer
2010-07-30git svn: add an option to recode pathnamesDmitry Statyvka
2010-07-19git-svn: write memoized data explicitly to avoid Storable bugSergey Vlasov
2010-06-14git svn: avoid unnecessary '/' in paths for SVNEric Wong
2010-06-14git-svn: strip off leading slashes on --trunk argumentJonathan Nieder
2010-06-03git svn: fix empty directory creationMichael J. Kiwala
2010-05-09git-svn: mangle refnames forbidden in gitTorsten Schmutzler
2010-05-09git-svn: Remove unused use of File::TempÆvar Arnfjörð Bjarmason
2010-05-09git svn: avoid uninitialized var in 'reset'Jonathan Nieder
2010-03-20Merge branch 'fl/askpass'Junio C Hamano
2010-03-13git-svn: Fix merge detecting with rewrite-rootTuomas Suutari
2010-03-05git-svn: make git svn --version work againMichael J Gruber
2010-03-05Revert "git-svn: always initialize with core.autocrlf=false"Erik Faye-Lund
2010-03-04git-svn: req_svn when neededMichael J Gruber
2010-03-02git-svn: Support retrieving passwords with GIT_ASKPASSFrank Li
2010-03-02Merge branch 'jn/maint-fix-pager'Junio C Hamano
2010-02-26git svn: delay importing SVN::Base until it is neededjosh robb
2010-02-26git-svn: Fix discarding of extra parents from svn:mergeinfoTuomas Suutari
2010-02-15git svn: Fix launching of pagerJonathan Nieder
2010-02-05git-svn: persistent memoizationAndrew Myrick
2010-01-30If deriving SVN_SSH from GIT_SSH on msys, also add quotesSebastian Schuberth
2010-01-23git-svn: allow subset of branches/tags to be specified in glob specJay Soffian
2010-01-23git-svn: allow UUID to be manually remapped via rewriteUUIDJay Soffian
2010-01-23git-svn: add --username/commit-url options for branch/tagIgor Mironov
2010-01-23git-svn: respect commiturl option for branch/tagIgor Mironov
2010-01-23git-svn: fix mismatched src/dst errors for branch/tagIgor Mironov
2010-01-23git-svn: handle merge-base failuresAndrew Myrick
2010-01-23git-svn: ignore changeless commits when checking for a cherry-pickAndrew Myrick
2009-12-23git svn: branch/tag commands detect username in URLsEric Wong
2009-12-22git svn: lookup new parents correctly from svn:mergeinfoEric Wong
2009-12-21git-svn: Remove obsolete MAXPARENT checkAndrew Myrick
2009-12-21git-svn: detect cherry-picks correctly.Sam Vilain
2009-12-21git-svn: exclude already merged tips using one rev-list callSam Vilain
2009-12-21git-svn: fix some mistakes with interpreting SVN mergeinfo commit rangesSam Vilain
2009-12-21git-svn: memoize conversion of SVN merge ticket info to git commit rangesSam Vilain
2009-12-21git svn: fix --revision when fetching deleted pathsEric Wong
2009-12-19git svn: make empty directory creation gc-awareEric Wong
2009-12-09git-svn: set svn.authorsfile earlier when cloningAlex Vandiver
2009-12-09git-svn: Set svn.authorsfile to an absolute path when cloningAlex Vandiver
2009-12-08git svn: log removals of empty directoriesEric Wong
2009-12-08git svn: Don't create empty directories whose parents were deletedGreg Price
2009-12-08git-svn: sort svk merge tickets to account for minimal parentsAlex Vandiver
2009-11-23git svn: strip leading path when making empty dirsEric Wong
2009-11-22git svn: always reuse existing remotes on fetchEric Wong
2009-11-21Merge branch 'jn/editor-pager'Junio C Hamano
2009-11-16git svn: attempt to create empty dirs on clone+rebaseEric Wong
2009-11-14git svn: read global+system config for clone+initEric Wong