summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2007-01-16git-svn: print and flush authentication prompts to STDERREric Wong
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-08git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong
2007-01-08git-svn: add --prefix= option to multi-initEric Wong
2007-01-07git-svn: fix show-ignoreEric Wong
2007-01-05git-svn: make --repack work consistently between fetch and multi-fetchEric Wong
2007-01-05git-svn: make multi-init less confusingEric Wong
2006-12-28git-svn: sort multi-init outputEric Wong
2006-12-28git-svn: verify_ref() should actually --verifyEric Wong
2006-12-28git-svn: print out the SVN library version in --version, tooEric Wong
2006-12-28git-svn: remove non-delta fetch code pathsEric Wong
2006-12-27git-svn: dcommit should diff against the current HEAD after committingEric Wong
2006-12-23git-svn: enable common fetch/commit options for dcommitEric Wong
2006-12-16git-svn: rename 'commit' command to 'set-tree'Eric Wong
2006-12-16git-svn: remove support for the svn command-line clientEric Wong
2006-12-16git-svn: convert to using Git.pmEric Wong
2006-12-13git-svn: allow both diff.color and color.diffJunio C Hamano
2006-12-13git-svn: correctly handle "(no author)" when using an authors fileEric Wong
2006-12-13git-svn: correctly handle packed-refs in refs/remotes/Eric Wong
2006-12-13git-svn: correctly display fatal() error messagesEric Wong
2006-12-13git-svn: allow dcommit to take an alternate headEric Wong
2006-12-13git-svn: enable logging of information not supported by gitEric Wong
2006-12-08git-svn: use do_switch for --follow-parent if the SVN library supports itEric Wong
2006-12-08git-svn: extra error check to ensure we open a file correctlyEric Wong
2006-12-06git-svn: avoid network timeouts for long-running fetchesEric Wong
2006-12-03Merge branch 'maint'Junio C Hamano
2006-12-03git-svn: avoid fetching files twice in the same revisionEric Wong
2006-11-29git-svn: fix multi-initEric Wong
2006-11-29git-svn: color support for the log commandEric Wong
2006-11-28git-svn: fix output reporting from the delta fetcherEric Wong
2006-11-28git-svn: error out when the SVN connection fails during a fetchEric Wong
2006-11-28git-svn: enable delta transfers during fetches when using SVN:: libsEric Wong
2006-11-27git-svn: use ~/.subversion config files when using SVN:: librariesEric Wong
2006-11-26git-svn: allow SVN:: lib users to track the root of the repository (again)Eric Wong
2006-11-25git-svn: exit with status 1 for test failuresEric Wong
2006-11-25git-svn: correctly access repos when only given partial read permissionsEric Wong
2006-11-24git-svn: handle authentication without relying on cached tokens on diskEric Wong
2006-11-23git-svn: preserve uncommitted changes after dcommitEric Wong
2006-11-23git-svn: correctly handle revision 0 in SVN repositoriesEric Wong
2006-11-23git-svn: error out from dcommit on a parent-less commitEric Wong
2006-11-09git-svn: fix dcommit losing changes when out-of-date from svnEric Wong
2006-11-09git-svn: don't die on rebuild when --upgrade is specifiedEric Wong
2006-11-09git-svn: avoid printing filenames of files we're not trackingEric Wong
2006-10-24git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Eric Wong
2006-10-15git-svn: reduce memory usage for large commitsEric Wong
2006-10-14git-svn: fix commits over svn+ssh://Eric Wong
2006-10-12git-svn: add a message encouraging use of SVN::* librariesEric Wong
2006-10-11git-svn: -h(elp) message formatting fixesEric Wong
2006-10-11git-svn: log command fixesEric Wong
2006-10-11git-svn: multi-init saves and reuses --tags and --branches argumentsEric Wong