summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2008-02-06git-svn: improve repository URL matching when following parentsLibravatar Eric Wong1-1/+6
2008-02-03Let "git svn" run "git gc --auto" occasionallyLibravatar Karl Hasselström1-0/+12
2008-02-03git-svn: Don't call git-repack anymoreLibravatar Karl Hasselström1-11/+3
2008-01-22git-svn: default to repacking every 1000 commitsLibravatar Eric Wong1-6/+4
2008-01-12git-svn: handle leading/trailing whitespace from svnsync revpropsLibravatar Eric Wong1-6/+12
2008-01-09Trim leading / off of paths in git-svn prop_walkLibravatar Kevin Ballard1-0/+1
2008-01-08Merge in GIT 1.5.3.8Libravatar Junio C Hamano1-0/+4
2008-01-07git-svn: clarify the "Ignoring error from SVN" pieceLibravatar Eric Wong1-0/+4
2008-01-07git-svn: support for funky branch and project names over HTTP(S)Libravatar Eric Wong1-2/+22
2008-01-02git-svn: unlink index files that were globbed, tooLibravatar Eric Wong1-3/+6
2008-01-02git-svn: allow dcommit --no-rebase to commit multiple, dependent changesLibravatar Eric Wong1-2/+2
2007-12-19git-svn: avoid warning when run without argumentsLibravatar Eric Wong1-2/+2
2007-12-19git-svn: workaround a for broken symlinks in SVNLibravatar Eric Wong1-3/+9
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseLibravatar Eric Wong1-11/+39
2007-12-14git-svn: handle our top-level path being deleted and later re-addedLibravatar Eric Wong1-0/+14
2007-12-13git-svn: unlink internal index files after operationsLibravatar Eric Wong1-0/+3
2007-12-13git-svn: expand handling of From: and Signed-off-by:Libravatar Andy Whitcroft1-4/+13
2007-12-12Merge branch 'ew/svn-rev-db'Libravatar Junio C Hamano1-101/+222
2007-12-11git-svn: get color config from --get-colorboolLibravatar Jeff King1-33/+2
2007-12-10git-svn: reinstate old rev_db optimization in new rev_mapLibravatar Eric Wong1-14/+57
2007-12-10git-svn: replace .rev_db with a more space-efficient .rev_map formatLibravatar Eric Wong1-104/+182
2007-11-30git-svn: Don't create a "master" branch every time rebase is runLibravatar Steven Grimm1-0/+2
2007-11-30git-svn: add a show-externals command.Libravatar Vineet Kumar1-0/+18
2007-11-30git-svn: Remove unnecessary Git::SVN::Util packageLibravatar David D. Kilzer1-14/+9
2007-11-30git-svn: add support for pulling author from From: and Signed-off-by:Libravatar Andy Whitcroft1-7/+30
2007-11-30git-svn now reads settings even if called in subdirectoryLibravatar Gustaf Hendeby1-17/+18
2007-11-21git-svn: allow `info' command to work offlineLibravatar Eric Wong1-3/+23
2007-11-21git-svn: info --url [path]Libravatar David D. Kilzer1-2/+7
2007-11-21git-svn info: implement info commandLibravatar David D. Kilzer1-0/+133
2007-11-21git-svn: extract reusable code into utility functionsLibravatar David D. Kilzer1-32/+64
2007-11-17git-svn: Fix a typo and add a comma in an error message in git-svnLibravatar David Reiss1-1/+1
2007-11-17git-svn log: handle unreachable revisions like "svn log"Libravatar David D Kilzer1-19/+44
2007-11-17git-svn log: include commit log for the smallest revision in a rangeLibravatar David D Kilzer1-3/+3
2007-11-17git-svn log: fix ascending revision rangesLibravatar David D Kilzer1-1/+1
2007-11-17git-svn's dcommit must use subversion's configLibravatar Konstantin V. Arkhipov1-0/+3
2007-11-12git-svn: support for funky branch and project names over HTTP(S)Libravatar Eric Wong1-2/+22
2007-11-12Merge branch 'maint'Libravatar Junio C Hamano1-0/+3
2007-11-11git-svn: prevent dcommitting if the index is dirty.Libravatar Benoit Sigoure1-0/+3
2007-11-05Merge branch 'maint'Libravatar Junio C Hamano1-4/+44
2007-11-05git-svn: fix dcommit clobbering when committing a series of diffsLibravatar Eric Wong1-4/+44
2007-11-03git-svn: sort the options in the --help message.Libravatar Benoit Sigoure1-1/+1
2007-10-17git-svn: simplify the handling of fatal errorsLibravatar Benoit Sigoure1-21/+21
2007-10-17git-svn: add git svn proplistLibravatar Benoit Sigoure1-1/+17
2007-10-17git-svn: add git svn propgetLibravatar Benoit Sigoure1-0/+57
2007-10-17git-svn: implement git svn create-ignoreLibravatar Benoit Sigoure1-0/+27
2007-10-17git-svn: add a generic tree traversal to fetch SVN propertiesLibravatar Benoit Sigoure1-20/+45
2007-10-16git-svn: use "no warnings 'once'" to disable false-positivesLibravatar Eygene Ryabinkin1-44/+43
2007-10-15git-svn: respect Subversion's [auth] section configuration valuesLibravatar Eygene Ryabinkin1-0/+23
2007-10-03Don't checkout the full tree if avoidableLibravatar Steven Walter1-16/+48
2007-09-23Merge branch 'maint'Libravatar Junio C Hamano1-1/+1