summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | git-svn: Don't create a "master" branch every time rebase is runSteven Grimm2007-11-301-0/+2
* | git-svn: add a show-externals command.Vineet Kumar2007-11-301-0/+18
* | git-svn: Remove unnecessary Git::SVN::Util packageDavid D. Kilzer2007-11-301-14/+9
* | git-svn: add support for pulling author from From: and Signed-off-by:Andy Whitcroft2007-11-301-7/+30
* | git-svn now reads settings even if called in subdirectoryGustaf Hendeby2007-11-301-17/+18
* | git-svn: allow `info' command to work offlineEric Wong2007-11-211-3/+23
* | git-svn: info --url [path]David D. Kilzer2007-11-211-2/+7
* | git-svn info: implement info commandDavid D. Kilzer2007-11-211-0/+133
* | git-svn: extract reusable code into utility functionsDavid D. Kilzer2007-11-211-32/+64
* | git-svn: Fix a typo and add a comma in an error message in git-svnDavid Reiss2007-11-171-1/+1
* | git-svn log: handle unreachable revisions like "svn log"David D Kilzer2007-11-171-19/+44
* | git-svn log: include commit log for the smallest revision in a rangeDavid D Kilzer2007-11-171-3/+3
* | git-svn log: fix ascending revision rangesDavid D Kilzer2007-11-171-1/+1
* | git-svn's dcommit must use subversion's configKonstantin V. Arkhipov2007-11-171-0/+3
* | git-svn: support for funky branch and project names over HTTP(S)Eric Wong2007-11-121-2/+22
* | Merge branch 'maint'Junio C Hamano2007-11-121-0/+3
|\ \ | |/
| * git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure2007-11-111-0/+3
* | Merge branch 'maint'Junio C Hamano2007-11-051-4/+44
|\ \ | |/
| * git-svn: fix dcommit clobbering when committing a series of diffsEric Wong2007-11-051-4/+44