summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn fails in prop_walk if $self->{path} is not emptyChristian Engwer2008-06-011-1/+1
* Add a --dry-run option to git-svn rebaseSeth Falcon2008-06-011-0/+6
* Fix path duplication in git svn commit-diffKarl Hasselström2008-06-011-2/+1
* Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano2008-05-271-2/+2
* Merge branch 'ar/batch-cat'Junio C Hamano2008-05-251-22/+20
|\
| * git-svn: Speed up fetchAdam Roben2008-05-231-22/+20
* | Merge branch 'ap/svn'Junio C Hamano2008-05-251-1/+13
|\ \
| * | git-svn: Add --add-author-from option.Avery Pennarun2008-05-041-1/+13
| |/
* | Add svn-compatible "blame" output format to git-svnSteven Grimm2008-05-111-11/+44
* | git-svn: fix cloning of HTTP URLs with '+' in their pathEric Wong2008-05-111-1/+1
* | git-svn: Make create-ignore use git add -fGustaf Hendeby2008-05-051-1/+1
|/
* git-svn: Same default as cvsimport when using --use-log-authorStephen R. van den Berg2008-04-301-2/+4
* git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy2008-04-291-2/+4
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-221-2/+5
|\
| * svn-git: Use binmode for reading/writing binary rev mapsMichael Weber2008-04-221-0/+4
| * git-svn bug with blank commits and author fileThomas Guyot-Sionnest2008-04-221-2/+1
* | Force the medium pretty format on calls to git logPedro Melo2008-04-111-1/+1
* | git-svn: fix following renamed paths when tracking a single pathEric Wong2008-04-071-2/+3
* | git-svn: remove redundant slashes from show-ignoreEric Wong2008-03-301-1/+1
* | Don't try and percent-escape existing percent escapes in git-svn URIsKevin Ballard2008-03-201-1/+1
* | Merge branch 'maint'Junio C Hamano2008-03-151-1/+2
|\ \ | |/
| * git-svn: don't blindly append '*' to branch/tags configEric Wong2008-03-141-1/+2
* | Merge branch 'maint'Junio C Hamano2008-03-111-1/+2
|\ \ | |/
| * git-svn: fix find-rev error message when missing argMarc-Andre Lureau2008-03-111-1/+2
* | Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano2008-03-081-1/+6
|\ \ | |/
| * Fix dcommit, rebase when rewriteRoot is in useJohn Goerzen2008-03-081-1/+6
| * git-svn: Don't prompt for client cert password everytime.Sebastian Noack2008-02-271-0/+1
* | git-svn: Don't prompt for client cert password everytime.Sebastian Noack2008-02-271-0/+1
* | Add `git svn blame' commandTim Stoakes2008-02-111-0/+21
* | git-svn: improve repository URL matching when following parentsEric Wong2008-02-061-1/+6
* | Let "git svn" run "git gc --auto" occasionallyKarl Hasselström2008-02-031-0/+12
* | git-svn: Don't call git-repack anymoreKarl Hasselström2008-02-031-11/+3
|/
* git-svn: default to repacking every 1000 commitsEric Wong2008-01-221-6/+4
* git-svn: handle leading/trailing whitespace from svnsync revpropsEric Wong2008-01-121-6/+12
* Trim leading / off of paths in git-svn prop_walkKevin Ballard2008-01-091-0/+1
* Merge in GIT 1.5.3.8Junio C Hamano2008-01-081-0/+4
|\
| * git-svn: clarify the "Ignoring error from SVN" pieceEric Wong2008-01-071-0/+4
| * git-svn: support for funky branch and project names over HTTP(S)Eric Wong2008-01-071-2/+22
* | git-svn: unlink index files that were globbed, tooEric Wong2008-01-021-3/+6
* | git-svn: allow dcommit --no-rebase to commit multiple, dependent changesEric Wong2008-01-021-2/+2
* | git-svn: avoid warning when run without argumentsEric Wong2007-12-191-2/+2
* | git-svn: workaround a for broken symlinks in SVNEric Wong2007-12-191-3/+9
* | git-svn: avoid leaving leftover committer/author info in rebaseEric Wong2007-12-191-11/+39
* | git-svn: handle our top-level path being deleted and later re-addedEric Wong2007-12-141-0/+14
* | git-svn: unlink internal index files after operationsEric Wong2007-12-131-0/+3
* | git-svn: expand handling of From: and Signed-off-by:Andy Whitcroft2007-12-131-4/+13
* | Merge branch 'ew/svn-rev-db'Junio C Hamano2007-12-121-101/+222
|\ \
| * | git-svn: reinstate old rev_db optimization in new rev_mapEric Wong2007-12-101-14/+57
| * | git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong2007-12-101-104/+182
* | | git-svn: get color config from --get-colorboolJeff King2007-12-111-33/+2
|/ /