summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2007-02-23git-svn: fix segfaults from accessing svn_log_changed_path_tLibravatar Eric Wong1-36/+68
2007-02-23git-svn: correctly track revisions made to deleted branchesLibravatar Eric Wong1-22/+24
2007-02-23git-svn: avoid tracking change-less revisionsLibravatar Eric Wong1-28/+33
2007-02-23git-svn: track writes writes to the index in fetchLibravatar Eric Wong1-9/+41
2007-02-23git-svn: --follow-parent now works on sub-directories of larger branchesLibravatar Eric Wong1-8/+23
2007-02-23git-svn: 'init' attempts to connect to the repository root if possibleLibravatar Eric Wong1-20/+76
2007-02-23git-svn: better error reporting if --follow-parent failsLibravatar Eric Wong1-3/+14
2007-02-23git-svn: allow 'init' to work outside of testsLibravatar Eric Wong1-0/+1
2007-02-23git-svn: get rid of additional fetch-argumentsLibravatar Eric Wong1-1/+6
2007-02-23git-svn: allow --follow-parent on deleted directoriesLibravatar Eric Wong1-1/+1
2007-02-23git-svn: disallow ambigious local refspecsLibravatar Eric Wong1-7/+33
2007-02-23git-svn: --follow-parent works with svn-remotes multiple branchesLibravatar Eric Wong1-17/+32
2007-02-23git-svn: fix --follow-parent to work with Git::SVNLibravatar Eric Wong1-90/+106
2007-02-23git-svn: enable --minimize to simplify the config and connectionsLibravatar Eric Wong1-6/+104
2007-02-23git-svn: reuse open SVN::Ra connections by URLLibravatar Eric Wong1-4/+6
2007-02-23git-svn: fix a regression in dcommit that caused empty log messagesLibravatar Eric Wong1-1/+2
2007-02-23git-svn: add support for metadata in .git/configLibravatar Eric Wong1-279/+304
2007-02-23git-svn: remove graft-branches commandLibravatar Eric Wong1-526/+3
2007-02-23git-svn: convert 'set-tree' command to use Git::SVNLibravatar Eric Wong1-495/+17
2007-02-23git-svn: switch dcommit to using Git::SVN codeLibravatar Eric Wong1-84/+38
2007-02-23git-svn: fetch/multi-fetch converted over to Git::SVN moduleLibravatar Eric Wong1-38/+51
2007-02-23git-svn: get rid of Memoize for now...Libravatar Eric Wong1-4/+0
2007-02-23git-svn: convert the 'commit-diff' command to Git::SVNLibravatar Eric Wong1-133/+233
2007-02-23git-svn: do not let Git.pm warn if we prematurely close pipesLibravatar Eric Wong1-1/+1
2007-02-23git-svn: port the 'rebuild' command to use Git::SVN objectsLibravatar Eric Wong1-43/+28
2007-02-23git-svn: moved the 'log' command into its own namespaceLibravatar Eric Wong1-327/+325
2007-02-23git-svn: convert show-ignore over to Git::SVNLibravatar Eric Wong1-7/+5
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