summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn: print and flush authentication prompts to STDERREric Wong2007-01-151-15/+22
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-1/+1
* git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong2007-01-071-1/+1
* git-svn: add --prefix= option to multi-initEric Wong2007-01-071-3/+5
* git-svn: fix show-ignoreEric Wong2007-01-061-1/+1
* git-svn: make --repack work consistently between fetch and multi-fetchEric Wong2007-01-041-4/+6
* git-svn: make multi-init less confusingEric Wong2007-01-041-38/+40
* git-svn: sort multi-init outputEric Wong2006-12-281-1/+1
* git-svn: verify_ref() should actually --verifyEric Wong2006-12-281-1/+2
* git-svn: print out the SVN library version in --version, tooEric Wong2006-12-281-1/+1
* git-svn: remove non-delta fetch code pathsEric Wong2006-12-281-174/+20
* git-svn: dcommit should diff against the current HEAD after committingEric Wong2006-12-261-3/+3
* git-svn: enable common fetch/commit options for dcommitEric Wong2006-12-221-1/+1
* git-svn: rename 'commit' command to 'set-tree'Eric Wong2006-12-161-6/+6
* git-svn: remove support for the svn command-line clientEric Wong2006-12-161-844/+39
* git-svn: convert to using Git.pmEric Wong2006-12-151-193/+135
* git-svn: allow both diff.color and color.diffJunio C Hamano2006-12-131-6/+25
* git-svn: correctly handle "(no author)" when using an authors fileEric Wong2006-12-131-1/+2
* git-svn: correctly handle packed-refs in refs/remotes/Eric Wong2006-12-121-1/+9
* git-svn: correctly display fatal() error messagesEric Wong2006-12-121-1/+1
* git-svn: allow dcommit to take an alternate headEric Wong2006-12-121-5/+6
* git-svn: enable logging of information not supported by gitEric Wong2006-12-121-18/+184
* git-svn: use do_switch for --follow-parent if the SVN library supports itEric Wong2006-12-081-7/+39
* git-svn: extra error check to ensure we open a file correctlyEric Wong2006-12-081-0/+3
* git-svn: avoid network timeouts for long-running fetchesEric Wong2006-12-061-0/+1
* Merge branch 'maint'Junio C Hamano2006-12-021-5/+5
|\
| * git-svn: avoid fetching files twice in the same revisionEric Wong2006-12-021-5/+5
* | git-svn: fix multi-initEric Wong2006-11-281-4/+9
* | git-svn: color support for the log commandEric Wong2006-11-281-20/+47
* | git-svn: fix output reporting from the delta fetcherEric Wong2006-11-281-20/+15
* | git-svn: error out when the SVN connection fails during a fetchEric Wong2006-11-281-1/+8
* | git-svn: enable delta transfers during fetches when using SVN:: libsEric Wong2006-11-271-5/+189
* | git-svn: use ~/.subversion config files when using SVN:: librariesEric Wong2006-11-271-2/+4
* | git-svn: allow SVN:: lib users to track the root of the repository (again)Eric Wong2006-11-251-2/+6
* | git-svn: exit with status 1 for test failuresEric Wong2006-11-241-8/+12
* | git-svn: correctly access repos when only given partial read permissionsEric Wong2006-11-241-72/+65
* | git-svn: handle authentication without relying on cached tokens on diskEric Wong2006-11-241-8/+148
|/
* git-svn: preserve uncommitted changes after dcommitEric Wong2006-11-231-1/+1
* git-svn: correctly handle revision 0 in SVN repositoriesEric Wong2006-11-231-4/+10
* git-svn: error out from dcommit on a parent-less commitEric Wong2006-11-231-0/+7
* git-svn: fix dcommit losing changes when out-of-date from svnEric Wong2006-11-091-3/+26
* git-svn: don't die on rebuild when --upgrade is specifiedEric Wong2006-11-091-1/+1
* git-svn: avoid printing filenames of files we're not trackingEric Wong2006-11-091-5/+4
* git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Eric Wong2006-10-241-3/+6
* git-svn: reduce memory usage for large commitsEric Wong2006-10-141-2/+4
* git-svn: fix commits over svn+ssh://Eric Wong2006-10-141-2/+2
* git-svn: add a message encouraging use of SVN::* librariesEric Wong2006-10-111-0/+14
* git-svn: -h(elp) message formatting fixesEric Wong2006-10-111-2/+2
* git-svn: log command fixesEric Wong2006-10-111-7/+25
* git-svn: multi-init saves and reuses --tags and --branches argumentsEric Wong2006-10-111-4/+14