summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn: avoid tracking change-less revisionsEric Wong2007-02-233-35/+42
* git-svn: add an odd test case that seems to cause segfaults over HTTPEric Wong2007-02-231-0/+15
* git-svn: track writes writes to the index in fetchEric Wong2007-02-231-9/+41
* git-svn: --follow-parent now works on sub-directories of larger branchesEric Wong2007-02-232-8/+40
* git-svn: 'init' attempts to connect to the repository root if possibleEric Wong2007-02-232-21/+89
* git-svn: better error reporting if --follow-parent failsEric Wong2007-02-231-3/+14
* git-svn: allow 'init' to work outside of testsEric Wong2007-02-231-0/+1
* git-svn: get rid of additional fetch-argumentsEric Wong2007-02-232-25/+6
* git-svn: allow --follow-parent on deleted directoriesEric Wong2007-02-232-1/+13
* git-svn: disallow ambigious local refspecsEric Wong2007-02-232-7/+44
* git-svn: --follow-parent works with svn-remotes multiple branchesEric Wong2007-02-232-17/+45
* git-svn: fix --follow-parent to work with Git::SVNEric Wong2007-02-232-92/+110
* git-svn: enable --minimize to simplify the config and connectionsEric Wong2007-02-232-6/+129
* git-svn: reuse open SVN::Ra connections by URLEric Wong2007-02-231-4/+6
* git-svn: fix a regression in dcommit that caused empty log messagesEric Wong2007-02-231-1/+2
* git-svn: add support for metadata in .git/configEric Wong2007-02-232-279/+367
* git-svn: remove graft-branches commandEric Wong2007-02-232-593/+3
* git-svn: convert 'set-tree' command to use Git::SVNEric Wong2007-02-231-495/+17
* git-svn: switch dcommit to using Git::SVN codeEric Wong2007-02-231-84/+38
* git-svn: fetch/multi-fetch converted over to Git::SVN moduleEric Wong2007-02-231-38/+51
* git-svn: get rid of Memoize for now...Eric Wong2007-02-231-4/+0
* git-svn: convert the 'commit-diff' command to Git::SVNEric Wong2007-02-231-133/+233
* git-svn: do not let Git.pm warn if we prematurely close pipesEric Wong2007-02-231-1/+1
* git-svn: port the 'rebuild' command to use Git::SVN objectsEric Wong2007-02-231-43/+28
* git-svn: moved the 'log' command into its own namespaceEric Wong2007-02-231-327/+325
* git-svn: convert show-ignore over to Git::SVNEric Wong2007-02-231-7/+5
* git-svn: add a test for show-ignoreEric Wong2007-02-231-0/+26
* git-svn: make multi-init capable of reusing the Ra connectionEric Wong2007-02-232-27/+29
* git-svn: convert multi-init over to using Git::SVNEric Wong2007-02-231-41/+31
* git-svn: convert 'init' to use Git::SVNEric Wong2007-02-231-20/+18
* git-svn: add Git::SVN module (to avoid global variables)Eric Wong2007-02-231-0/+485
* git-svn: cleanup: avoid re-use()ing Git.pm in sub-packagesEric Wong2007-02-231-13/+15
* git-svn: cleanup: put SVN workarounds into their own namespaceEric Wong2007-02-231-149/+173
* git-svn: cleanup: move process_rm aroundEric Wong2007-02-231-25/+19
* git-svn: move authentication prompts into their own namespaceEric Wong2007-02-231-16/+24
*-. Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano2007-02-2211-27/+767
|\ \
| | * t4119: test autocomputing -p<n> for traditional diff input.Junio C Hamano2007-02-211-74/+43
| | * git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano2007-02-212-4/+111
| | * git-apply: notice "diff --git" patch againJunio C Hamano2007-02-212-9/+18
| | * Fix botched "leak fix"Junio C Hamano2007-02-211-2/+8
| | * t4119: add test for traditional patch and different p_valueJunio C Hamano2007-02-211-2/+49
| | * apply: fix memory leak in prefix_one()Johannes Schindelin2007-02-191-6/+9
| | * git-apply: require -p<n> when working in a subdirectory.Junio C Hamano2007-02-192-28/+46
| | * git-apply: do not lose cwd when run from a subdirectory.Junio C Hamano2007-02-191-4/+4
| | * Teach 'git apply' to look at $HOME/.gitconfig even outside of a repositoryJunio C Hamano2007-02-181-5/+3
| | * Teach 'git apply' to look at $GIT_DIR/configJunio C Hamano2007-02-172-8/+103
| * | Teach core.autocrlf to 'git apply'Junio C Hamano2007-02-172-10/+43
| * | t0020: add test for auto-crlfJunio C Hamano2007-02-141-0/+206
| * | Make AutoCRLF ternary variable.Linus Torvalds2007-02-143-2/+6
| * | Lazy man's auto-CRLFLinus Torvalds2007-02-148-5/+251
| |/