summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | git-svn: sort the options in the --help message.Benoit Sigoure2007-11-031-1/+1
* | git-svn: simplify the handling of fatal errorsBenoit Sigoure2007-10-171-21/+21
* | git-svn: add git svn proplistBenoit Sigoure2007-10-171-1/+17
* | git-svn: add git svn propgetBenoit Sigoure2007-10-171-0/+57
* | git-svn: implement git svn create-ignoreBenoit Sigoure2007-10-171-0/+27
* | git-svn: add a generic tree traversal to fetch SVN propertiesBenoit Sigoure2007-10-171-20/+45
* | git-svn: use "no warnings 'once'" to disable false-positivesEygene Ryabinkin2007-10-161-44/+43
* | git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin2007-10-151-0/+23
* | Don't checkout the full tree if avoidableSteven Walter2007-10-031-16/+48
* | Merge branch 'maint'Junio C Hamano2007-09-231-1/+1
|\ \ | |/
| * git-svn: don't attempt to spawn pager if we don't want oneEric Wong2007-09-231-1/+1
* | Merge branch 'lh/svn-first-parent'Junio C Hamano2007-09-141-4/+6
|\ \ | |/ |/|
| * git-svn: always use --first-parentLars Hjemli2007-09-061-12/+5
| * git-svn: add support for --first-parentLars Hjemli2007-09-051-4/+13
* | git-svn: understand grafts when doing dcommitEric Wong2007-09-091-8/+3
* | git-svn: fix "Malformed network data" with svn:// serversEric Wong2007-09-071-1/+13
|/
* git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong2007-08-311-28/+32
* git-svn: Protect against "diff.color = true".Junio C Hamano2007-08-311-2/+2
* git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft2007-08-231-2/+9
* git-svn: dcommit prints out the URL to be committed toEric Wong2007-08-221-0/+1
* git-svn: fix log with single revision against a non-HEAD branchEric Wong2007-08-151-9/+15