summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22git-bundle: record commit summary in the prerequisite dataLibravatar Johannes Schindelin1-3/+4
2007-02-22git-bundle: fix 'create --all'Libravatar Johannes Schindelin1-1/+1
2007-02-22git-bundle: avoid fork() in verify_bundle()Libravatar Johannes Schindelin1-27/+48
2007-02-22git-bundle: assorted fixesLibravatar Johannes Schindelin2-49/+63
2007-02-22Add git-bundle: move objects and references by archiveLibravatar Johannes Schindelin11-4/+575
2007-02-22Make tests independent of global config filesLibravatar Johannes Schindelin1-2/+2
2007-02-22Merge branches 'lt/crlf' and 'jc/apply-config'Libravatar Junio C Hamano11-27/+767
2007-02-22Merge branch 'maint'Libravatar Junio C Hamano4-2/+20
2007-02-22git-diff: fix combined diffLibravatar Johannes Schindelin1-1/+2
2007-02-22pretty-formats: add 'format:<string>'Libravatar Johannes Schindelin4-1/+241
2007-02-22Fix 'git commit -a' in a newly initialized repositoryLibravatar Fredrik Kuivinen1-0/+4
2007-02-22Teach git-diff-files the new option `--no-index`Libravatar Johannes Schindelin8-64/+227
2007-02-22apply: make --verbose a little more usefulLibravatar Johannes Schindelin1-1/+6
2007-02-22run_diff_{files,index}(): update calling convention.Libravatar Junio C Hamano5-11/+27
2007-02-22update-index: do not die too early in a read-only repository.Libravatar Junio C Hamano1-1/+10
2007-02-22git-status: do not be totally useless in a read-only repository.Libravatar Junio C Hamano1-10/+11
2007-02-21Include git-gui credits file in dist.Libravatar Shawn O. Pearce1-1/+2
2007-02-21Document the new core.bare configuration option.Libravatar Shawn O. Pearce1-0/+12
2007-02-21t4119: test autocomputing -p<n> for traditional diff input.Libravatar Junio C Hamano1-74/+43
2007-02-21git-apply: guess correct -p<n> value for non-git patches.Libravatar Junio C Hamano2-4/+111