aboutsummaryrefslogtreecommitdiffstats
path: root/git-svn.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-01git-svn: fix fetch with moved path when using rewriteRootEric Wong1-1/+1
2011-09-01git-svn: New flag to emulate empty directoriesRay Chen1-4/+144
2011-06-28git-svn: Correctly handle root commits in mergeinfo rangesMichael Haggerty1-2/+6
2011-06-28git-svn: Disambiguate rev-list arguments to improve error messageMichael Haggerty1-2/+2
2011-05-20Merge branch 'maint'Junio C Hamano1-1/+1
2011-05-20git-svn: Fix git svn log --show-commitMichael J Gruber1-1/+1
2011-04-27Merge branch 'mh/git-svn-automkdirs'Junio C Hamano1-2/+15
2011-04-09git-svn: Cache results of running the executable "git config"James Y Knight1-0/+5
2011-04-09git-svn: Add a svn-remote.<name>.pushurl config keyAlejandro R. Sedeño1-3/+16
2011-04-01git-svn: add an option to skip the creation of empty directoriesMichael Haggerty1-2/+15
2011-03-10git-log: put space after commit markMichael J Gruber1-1/+1
2010-12-10git-svn: allow the mergeinfo property to be setSteven Walter1-1/+14
2010-10-26Merge branch 'ab/require-perl-5.8'Junio C Hamano1-0/+1
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2010-09-24git-svn: fix processing of decorated commit hashesMathias Lafeldt1-1/+2
2010-09-24git-svn: check_cherry_pick should exclude commits already in our historySteven Walter1-1/+3
2010-08-15git-svn: fix fetch with deleted tagDavid D. Kilzer1-2/+13
2010-08-15git-svn: fix regex to remove "tail" from svn tagsDavid D. Kilzer1-1/+1
2010-08-05git svn: URL-decode left-hand side of svn refspecSteven Walter1-0/+2
2010-08-02git svn: fix dcommit to work with touched filesDavid D. Kilzer1-0/+1
2010-07-30git svn: add an option to recode pathnamesDmitry Statyvka1-0/+9
2010-07-19git-svn: write memoized data explicitly to avoid Storable bugSergey Vlasov1-0/+16
2010-06-14git svn: avoid unnecessary '/' in paths for SVNEric Wong1-0/+3
2010-06-14git-svn: strip off leading slashes on --trunk argumentJonathan Nieder1-0/+1
2010-06-03git svn: fix empty directory creationMichael J. Kiwala1-1/+2
2010-05-09git-svn: mangle refnames forbidden in gitTorsten Schmutzler1-0/+8
2010-05-09git-svn: Remove unused use of File::TempÆvar Arnfjörð Bjarmason1-1/+0
2010-05-09git svn: avoid uninitialized var in 'reset'Jonathan Nieder1-0/+2
2010-03-20Merge branch 'fl/askpass'Junio C Hamano1-10/+17
2010-03-13git-svn: Fix merge detecting with rewrite-rootTuomas Suutari1-2/+2
2010-03-05git-svn: make git svn --version work againMichael J Gruber1-0/+1
2010-03-05Revert "git-svn: always initialize with core.autocrlf=false"Erik Faye-Lund1-1/+0
2010-03-04git-svn: req_svn when neededMichael J Gruber1-0/+1
2010-03-02git-svn: Support retrieving passwords with GIT_ASKPASSFrank Li1-10/+17
2010-03-02Merge branch 'jn/maint-fix-pager'Junio C Hamano1-2/+7
2010-02-26git svn: delay importing SVN::Base until it is neededjosh robb1-5/+11
2010-02-26git-svn: Fix discarding of extra parents from svn:mergeinfoTuomas Suutari1-1/+1
2010-02-14git svn: Fix launching of pagerJonathan Nieder1-2/+7
2010-02-04git-svn: persistent memoizationAndrew Myrick1-4/+36
2010-01-29If deriving SVN_SSH from GIT_SSH on msys, also add quotesSebastian Schuberth1-0/+1
2010-01-23git-svn: allow subset of branches/tags to be specified in glob specJay Soffian1-20/+40
2010-01-23git-svn: allow UUID to be manually remapped via rewriteUUIDJay Soffian1-5/+28
2010-01-23git-svn: add --username/commit-url options for branch/tagIgor Mironov1-2/+6
2010-01-23git-svn: respect commiturl option for branch/tagIgor Mironov1-1/+11
2010-01-23git-svn: fix mismatched src/dst errors for branch/tagIgor Mironov1-0/+4
2010-01-23git-svn: handle merge-base failuresAndrew Myrick1-4/+15
2010-01-23git-svn: ignore changeless commits when checking for a cherry-pickAndrew Myrick1-0/+24
2009-12-23git svn: branch/tag commands detect username in URLsEric Wong1-1/+2
2009-12-22git svn: lookup new parents correctly from svn:mergeinfoEric Wong1-1/+2
2009-12-21git-svn: Remove obsolete MAXPARENT checkAndrew Myrick1-6/+0