summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2007-02-23git-svn: make multi-init capable of reusing the Ra connectionLibravatar Eric Wong1-27/+23
2007-02-23git-svn: convert multi-init over to using Git::SVNLibravatar Eric Wong1-41/+31
2007-02-23git-svn: convert 'init' to use Git::SVNLibravatar Eric Wong1-20/+18
2007-02-23git-svn: add Git::SVN module (to avoid global variables)Libravatar Eric Wong1-0/+485
2007-02-23git-svn: cleanup: avoid re-use()ing Git.pm in sub-packagesLibravatar Eric Wong1-13/+15
2007-02-23git-svn: cleanup: put SVN workarounds into their own namespaceLibravatar Eric Wong1-149/+173
2007-02-23git-svn: cleanup: move process_rm aroundLibravatar Eric Wong1-25/+19
2007-02-23git-svn: move authentication prompts into their own namespaceLibravatar Eric Wong1-16/+24
2007-02-10git-svn: correctly handle boolean options via git-configLibravatar Eric Wong1-1/+1
2007-02-01git-svn: do not let Git.pm warn if we prematurely close pipesLibravatar Eric Wong1-5/+5
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-10/+10
2007-01-22git-svn: remove leading slash when printing removed directoriesLibravatar Eric Wong1-1/+1
2007-01-15git-svn: print and flush authentication prompts to STDERRLibravatar Eric Wong1-15/+22
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsLibravatar Nicolas Pitre1-1/+1
2007-01-07git-svn: pass an unambiguous ref to rev-list when grafting-branchesLibravatar Eric Wong1-1/+1
2007-01-07git-svn: add --prefix= option to multi-initLibravatar Eric Wong1-3/+5
2007-01-06git-svn: fix show-ignoreLibravatar Eric Wong1-1/+1
2007-01-04git-svn: make --repack work consistently between fetch and multi-fetchLibravatar Eric Wong1-4/+6
2007-01-04git-svn: make multi-init less confusingLibravatar Eric Wong1-38/+40
2006-12-28git-svn: sort multi-init outputLibravatar Eric Wong1-1/+1
2006-12-28git-svn: verify_ref() should actually --verifyLibravatar Eric Wong1-1/+2
2006-12-28git-svn: print out the SVN library version in --version, tooLibravatar Eric Wong1-1/+1
2006-12-28git-svn: remove non-delta fetch code pathsLibravatar Eric Wong1-174/+20
2006-12-26git-svn: dcommit should diff against the current HEAD after committingLibravatar Eric Wong1-3/+3
2006-12-22git-svn: enable common fetch/commit options for dcommitLibravatar Eric Wong1-1/+1
2006-12-16git-svn: rename 'commit' command to 'set-tree'Libravatar Eric Wong1-6/+6
2006-12-16git-svn: remove support for the svn command-line clientLibravatar Eric Wong1-844/+39
2006-12-15git-svn: convert to using Git.pmLibravatar Eric Wong1-193/+135
2006-12-13git-svn: allow both diff.color and color.diffLibravatar Junio C Hamano1-6/+25
2006-12-13git-svn: correctly handle "(no author)" when using an authors fileLibravatar Eric Wong1-1/+2
2006-12-12git-svn: correctly handle packed-refs in refs/remotes/Libravatar Eric Wong1-1/+9
2006-12-12git-svn: correctly display fatal() error messagesLibravatar Eric Wong1-1/+1
2006-12-12git-svn: allow dcommit to take an alternate headLibravatar Eric Wong1-5/+6
2006-12-12git-svn: enable logging of information not supported by gitLibravatar Eric Wong1-18/+184
2006-12-08git-svn: use do_switch for --follow-parent if the SVN library supports itLibravatar Eric Wong1-7/+39
2006-12-08git-svn: extra error check to ensure we open a file correctlyLibravatar Eric Wong1-0/+3
2006-12-06git-svn: avoid network timeouts for long-running fetchesLibravatar Eric Wong1-0/+1
2006-12-02Merge branch 'maint'Libravatar Junio C Hamano1-5/+5
2006-12-02git-svn: avoid fetching files twice in the same revisionLibravatar Eric Wong1-5/+5
2006-11-28git-svn: fix multi-initLibravatar Eric Wong1-4/+9
2006-11-28git-svn: color support for the log commandLibravatar Eric Wong1-20/+47
2006-11-28git-svn: fix output reporting from the delta fetcherLibravatar Eric Wong1-20/+15
2006-11-28git-svn: error out when the SVN connection fails during a fetchLibravatar Eric Wong1-1/+8
2006-11-27git-svn: enable delta transfers during fetches when using SVN:: libsLibravatar Eric Wong1-5/+189
2006-11-27git-svn: use ~/.subversion config files when using SVN:: librariesLibravatar Eric Wong1-2/+4
2006-11-25git-svn: allow SVN:: lib users to track the root of the repository (again)Libravatar Eric Wong1-2/+6
2006-11-24git-svn: exit with status 1 for test failuresLibravatar Eric Wong1-8/+12
2006-11-24git-svn: correctly access repos when only given partial read permissionsLibravatar Eric Wong1-72/+65
2006-11-24git-svn: handle authentication without relying on cached tokens on diskLibravatar Eric Wong1-8/+148
2006-11-23git-svn: preserve uncommitted changes after dcommitLibravatar Eric Wong1-1/+1