aboutsummaryrefslogtreecommitdiffstats
path: root/git-svn.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-09Trim leading / off of paths in git-svn prop_walkKevin Ballard1-0/+1
2008-01-08Merge in GIT 1.5.3.8Junio C Hamano1-0/+4
2008-01-07git-svn: clarify the "Ignoring error from SVN" pieceEric Wong1-0/+4
2008-01-07git-svn: support for funky branch and project names over HTTP(S)Eric Wong1-2/+22
2008-01-02git-svn: unlink index files that were globbed, tooEric Wong1-3/+6
2008-01-02git-svn: allow dcommit --no-rebase to commit multiple, dependent changesEric Wong1-2/+2
2007-12-19git-svn: avoid warning when run without argumentsEric Wong1-2/+2
2007-12-19git-svn: workaround a for broken symlinks in SVNEric Wong1-3/+9
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseEric Wong1-11/+39
2007-12-14git-svn: handle our top-level path being deleted and later re-addedEric Wong1-0/+14
2007-12-13git-svn: unlink internal index files after operationsEric Wong1-0/+3
2007-12-13git-svn: expand handling of From: and Signed-off-by:Andy Whitcroft1-4/+13
2007-12-12Merge branch 'ew/svn-rev-db'Junio C Hamano1-101/+222
2007-12-11git-svn: get color config from --get-colorboolJeff King1-33/+2
2007-12-10git-svn: reinstate old rev_db optimization in new rev_mapEric Wong1-14/+57
2007-12-10git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong1-104/+182
2007-11-30git-svn: Don't create a "master" branch every time rebase is runSteven Grimm1-0/+2
2007-11-30git-svn: add a show-externals command.Vineet Kumar1-0/+18
2007-11-30git-svn: Remove unnecessary Git::SVN::Util packageDavid D. Kilzer1-14/+9
2007-11-30git-svn: add support for pulling author from From: and Signed-off-by:Andy Whitcroft1-7/+30
2007-11-30git-svn now reads settings even if called in subdirectoryGustaf Hendeby1-17/+18
2007-11-21git-svn: allow `info' command to work offlineEric Wong1-3/+23
2007-11-21git-svn: info --url [path]David D. Kilzer1-2/+7
2007-11-21git-svn info: implement info commandDavid D. Kilzer1-0/+133
2007-11-21git-svn: extract reusable code into utility functionsDavid D. Kilzer1-32/+64
2007-11-17git-svn: Fix a typo and add a comma in an error message in git-svnDavid Reiss1-1/+1
2007-11-17git-svn log: handle unreachable revisions like "svn log"David D Kilzer1-19/+44
2007-11-17git-svn log: include commit log for the smallest revision in a rangeDavid D Kilzer1-3/+3
2007-11-17git-svn log: fix ascending revision rangesDavid D Kilzer1-1/+1
2007-11-17git-svn's dcommit must use subversion's configKonstantin V. Arkhipov1-0/+3
2007-11-12git-svn: support for funky branch and project names over HTTP(S)Eric Wong1-2/+22
2007-11-12Merge branch 'maint'Junio C Hamano1-0/+3
2007-11-11git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure1-0/+3
2007-11-05Merge branch 'maint'Junio C Hamano1-4/+44
2007-11-05git-svn: fix dcommit clobbering when committing a series of diffsEric Wong1-4/+44
2007-11-03git-svn: sort the options in the --help message.Benoit Sigoure1-1/+1
2007-10-17git-svn: simplify the handling of fatal errorsBenoit Sigoure1-21/+21
2007-10-17git-svn: add git svn proplistBenoit Sigoure1-1/+17
2007-10-17git-svn: add git svn propgetBenoit Sigoure1-0/+57
2007-10-17git-svn: implement git svn create-ignoreBenoit Sigoure1-0/+27
2007-10-17git-svn: add a generic tree traversal to fetch SVN propertiesBenoit Sigoure1-20/+45
2007-10-16git-svn: use "no warnings 'once'" to disable false-positivesEygene Ryabinkin1-44/+43
2007-10-15git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin1-0/+23
2007-10-03Don't checkout the full tree if avoidableSteven Walter1-16/+48
2007-09-23Merge branch 'maint'Junio C Hamano1-1/+1
2007-09-23git-svn: don't attempt to spawn pager if we don't want oneEric Wong1-1/+1
2007-09-14Merge branch 'lh/svn-first-parent'Junio C Hamano1-4/+6
2007-09-09git-svn: understand grafts when doing dcommitEric Wong1-8/+3
2007-09-07git-svn: fix "Malformed network data" with svn:// serversEric Wong1-1/+13
2007-09-06git-svn: always use --first-parentLars Hjemli1-12/+5