summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* svn: Quote repository root in regex matchTed Percival2011-11-011-2/+2
* Merge branch 'pt/mingw-misc-fixes'Junio C Hamano2011-10-181-8/+7
|\
| * git-svn: On MSYS, escape and quote SVN_SSH also if set by the userSebastian Schuberth2011-10-141-8/+7
* | git-svn: Allow certain refs to be ignoredMichael Olson2011-10-161-5/+33
* | git svn dcommit: new option --interactive.Frédéric Heitzmann2011-10-161-1/+74
|/
* use -h for synopsis and --help for manpage consistentlycb/do-not-pretend-to-hijack-long-helpClemens Buchacher2011-10-051-1/+1
* git-svn: teach git-svn to populate svn:mergeinfoBryan Jacobs2011-09-131-0/+256
* git-svn: Teach dcommit --mergeinfo to handle multiple linesBryan Jacobs2011-09-011-0/+3
* git-svn: fix fetch with moved path when using rewriteRootEric Wong2011-09-011-1/+1
* git-svn: New flag to emulate empty directoriesRay Chen2011-09-011-4/+144
* git-svn: Correctly handle root commits in mergeinfo rangesMichael Haggerty2011-06-281-2/+6
* git-svn: Disambiguate rev-list arguments to improve error messageMichael Haggerty2011-06-281-2/+2
* Merge branch 'maint'Junio C Hamano2011-05-201-1/+1
|\
| * git-svn: Fix git svn log --show-commitMichael J Gruber2011-05-201-1/+1
* | Merge branch 'mh/git-svn-automkdirs'Junio C Hamano2011-04-271-2/+15
|\ \ | |/ |/|
| * git-svn: add an option to skip the creation of empty directoriesMichael Haggerty2011-04-011-2/+15
* | git-svn: Cache results of running the executable "git config"James Y Knight2011-04-091-0/+5
* | git-svn: Add a svn-remote.<name>.pushurl config keyAlejandro R. Sedeño2011-04-091-3/+16
|/
* git-log: put space after commit markMichael J Gruber2011-03-101-1/+1
* git-svn: allow the mergeinfo property to be setSteven Walter2010-12-101-1/+14
* Merge branch 'ab/require-perl-5.8'Junio C Hamano2010-10-261-0/+1
|\
| * perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
* | git-svn: fix processing of decorated commit hashesMathias Lafeldt2010-09-241-1/+2
* | git-svn: check_cherry_pick should exclude commits already in our historySteven Walter2010-09-241-1/+3
|/
* git-svn: fix fetch with deleted tagDavid D. Kilzer2010-08-151-2/+13
* git-svn: fix regex to remove "tail" from svn tagsDavid D. Kilzer2010-08-151-1/+1
* git svn: URL-decode left-hand side of svn refspecSteven Walter2010-08-051-0/+2
* git svn: fix dcommit to work with touched filesDavid D. Kilzer2010-08-021-0/+1
* git svn: add an option to recode pathnamesDmitry Statyvka2010-07-301-0/+9
* git-svn: write memoized data explicitly to avoid Storable bugSergey Vlasov2010-07-191-0/+16
* git svn: avoid unnecessary '/' in paths for SVNEric Wong2010-06-141-0/+3
* git-svn: strip off leading slashes on --trunk argumentJonathan Nieder2010-06-141-0/+1
* git svn: fix empty directory creationMichael J. Kiwala2010-06-031-1/+2
* git-svn: mangle refnames forbidden in gitTorsten Schmutzler2010-05-091-0/+8
* git-svn: Remove unused use of File::TempÆvar Arnfjörð Bjarmason2010-05-091-1/+0
* git svn: avoid uninitialized var in 'reset'Jonathan Nieder2010-05-091-0/+2
* Merge branch 'fl/askpass'Junio C Hamano2010-03-201-10/+17
|\
| * git-svn: Support retrieving passwords with GIT_ASKPASSFrank Li2010-03-021-10/+17
* | git-svn: Fix merge detecting with rewrite-rootTuomas Suutari2010-03-131-2/+2
* | 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