summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-23git-svn: don't rely on do_switch + reparenting with svn(+ssh)://Libravatar Eric Wong1-15/+27
2007-02-23git-svn: reinstate the default SVN error handler after using get_logLibravatar Eric Wong1-4/+9
2007-02-23git-svn: just use Digest::MD5 instead of requiring itLibravatar Eric Wong1-2/+2
2007-02-23git-svn: cleanup: move editor-specific variables into the editor namespaceLibravatar Eric Wong1-25/+12
2007-02-23git-svn: stop using path names as refnames with --follow-parentLibravatar Eric Wong2-4/+8
2007-02-23git-svn: correctly handle do_{switch,update} in deep directoriesLibravatar Eric Wong2-8/+69
2007-02-23git-svn: correctly track diff-less copies with do_switchLibravatar Eric Wong1-1/+3
2007-02-23git-svn: allow multi-fetch to fetch things chronologicallyLibravatar Eric Wong1-91/+120
2007-02-23git-svn: cleanup remove unused functionLibravatar Eric Wong1-25/+8
2007-02-23git-svn: simplify usage of the SVN::Git::Editor interfaceLibravatar Eric Wong1-142/+139
2007-02-23git-svn: avoid an extra svn_ra connection during commitsLibravatar Eric Wong1-82/+123
2007-02-23git-svn: fix committing to subdirectories, add testsLibravatar Eric Wong3-4/+48
2007-02-23git-svn: fix segfaults from accessing svn_log_changed_path_tLibravatar Eric Wong2-37/+68
2007-02-23git-svn: correctly track revisions made to deleted branchesLibravatar Eric Wong2-23/+34
2007-02-23git-svn: avoid tracking change-less revisionsLibravatar Eric Wong3-35/+42
2007-02-23git-svn: add an odd test case that seems to cause segfaults over HTTPLibravatar Eric Wong1-0/+15
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 Wong2-8/+40
2007-02-23git-svn: 'init' attempts to connect to the repository root if possibleLibravatar Eric Wong2-21/+89
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 Wong2-25/+6
2007-02-23git-svn: allow --follow-parent on deleted directoriesLibravatar Eric Wong2-1/+13
2007-02-23git-svn: disallow ambigious local refspecsLibravatar Eric Wong2-7/+44
2007-02-23git-svn: --follow-parent works with svn-remotes multiple branchesLibravatar Eric Wong2-17/+45
2007-02-23git-svn: fix --follow-parent to work with Git::SVNLibravatar Eric Wong2-92/+110
2007-02-23git-svn: enable --minimize to simplify the config and connectionsLibravatar Eric Wong2-6/+129
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 Wong2-279/+367
2007-02-23git-svn: remove graft-branches commandLibravatar Eric Wong2-593/+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: add a test for show-ignoreLibravatar Eric Wong1-0/+26
2007-02-23git-svn: make multi-init capable of reusing the Ra connectionLibravatar Eric Wong2-27/+29
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-22Merge branches 'lt/crlf' and 'jc/apply-config'Libravatar Junio C Hamano11-27/+767