aboutsummaryrefslogtreecommitdiffstats
path: root/git-svn.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29git-svn: make Git::SVN::Fetcher a separate fileJonathan Nieder1-505/+2
2012-05-29git-svn: rename SVN::Git::* packages to Git::SVN::*Jonathan Nieder1-25/+25
2012-05-29git-svn: move Git::SVN::Prompt into its own fileJonathan Nieder1-144/+1
2012-05-16git-svn: support rebase --preserve-mergesAvishay Lavie1-1/+3
2012-05-02Merge branch 'master' of git://git.bogomips.org/git-svnJunio C Hamano1-7/+25
2012-05-02Merge branch 'jk/maint-gitweb-test-use-sane-perl'Junio C Hamano1-1/+1
2012-05-02git-svn: introduce SVN version comparison functionJunio C Hamano1-7/+25
2012-05-01Consistently use perl from /usr/bin/ for scriptsZbigniew Jędrzejewski-Szmek1-1/+1
2012-04-27git-svn: use platform specific auth providersMatthijs Kooijman1-2/+18
2012-04-24git-svn: drop redundant blocking of SIGPIPERoman Kagan1-1/+1
2012-04-24git-svn: ignore SIGPIPERoman Kagan1-0/+5
2012-04-24git-svn: use POSIX::sigprocmask to block signalsRoman Kagan1-6/+9
2012-02-21git-svn.perl: fix a false-positive in the "already exists" testSteven Walter1-17/+26
2012-02-21git-svn.perl: perform deletions before anything elseSteven Walter1-1/+1
2012-02-21git-svn: Fix time zone in --localtimeWei-Yin Chen (陳威尹)1-7/+11
2012-02-21git-svn: un-break "git svn rebase" when log.abbrevCommit=trueÆvar Arnfjörð Bjarmason1-2/+1
2012-02-21git-svn: remove redundant porcelain option to rev-listÆvar Arnfjörð Bjarmason1-1/+1
2011-12-01git-svn.perl: close the edit for propedits even with no modsSteven Walter1-1/+1
2011-11-01svn: Quote repository root in regex matchTed Percival1-2/+2
2011-10-18Merge branch 'pt/mingw-misc-fixes'Junio C Hamano1-8/+7
2011-10-16git-svn: Allow certain refs to be ignoredMichael Olson1-5/+33
2011-10-16git svn dcommit: new option --interactive.Frédéric Heitzmann1-1/+74
2011-10-14git-svn: On MSYS, escape and quote SVN_SSH also if set by the userSebastian Schuberth1-8/+7
2011-10-05use -h for synopsis and --help for manpage consistentlyClemens Buchacher1-1/+1
2011-09-13git-svn: teach git-svn to populate svn:mergeinfoBryan Jacobs1-0/+256
2011-09-01git-svn: Teach dcommit --mergeinfo to handle multiple linesBryan Jacobs1-0/+3
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