summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-23git-svn: get rid of additional fetch-argumentsEric Wong
2007-02-23git-svn: allow --follow-parent on deleted directoriesEric Wong
2007-02-23git-svn: disallow ambigious local refspecsEric Wong
2007-02-23git-svn: --follow-parent works with svn-remotes multiple branchesEric Wong
2007-02-23git-svn: fix --follow-parent to work with Git::SVNEric Wong
2007-02-23git-svn: enable --minimize to simplify the config and connectionsEric Wong
2007-02-23git-svn: reuse open SVN::Ra connections by URLEric Wong
2007-02-23git-svn: fix a regression in dcommit that caused empty log messagesEric Wong
2007-02-23git-svn: add support for metadata in .git/configEric Wong
2007-02-23git-svn: remove graft-branches commandEric Wong
2007-02-23git-svn: convert 'set-tree' command to use Git::SVNEric Wong
2007-02-23git-svn: switch dcommit to using Git::SVN codeEric Wong
2007-02-23git-svn: fetch/multi-fetch converted over to Git::SVN moduleEric Wong
2007-02-23git-svn: get rid of Memoize for now...Eric Wong
2007-02-23git-svn: convert the 'commit-diff' command to Git::SVNEric Wong
2007-02-23git-svn: do not let Git.pm warn if we prematurely close pipesEric Wong
2007-02-23git-svn: port the 'rebuild' command to use Git::SVN objectsEric Wong
2007-02-23git-svn: moved the 'log' command into its own namespaceEric Wong
2007-02-23git-svn: convert show-ignore over to Git::SVNEric Wong
2007-02-23git-svn: add a test for show-ignoreEric Wong
2007-02-23git-svn: make multi-init capable of reusing the Ra connectionEric Wong
2007-02-23git-svn: convert multi-init over to using Git::SVNEric Wong
2007-02-23git-svn: convert 'init' to use Git::SVNEric Wong
2007-02-23git-svn: add Git::SVN module (to avoid global variables)Eric Wong
2007-02-23git-svn: cleanup: avoid re-use()ing Git.pm in sub-packagesEric Wong
2007-02-23git-svn: cleanup: put SVN workarounds into their own namespaceEric Wong
2007-02-23git-svn: cleanup: move process_rm aroundEric Wong
2007-02-23git-svn: move authentication prompts into their own namespaceEric Wong
2007-02-23Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-23Merge branch 'maint'Junio C Hamano
2007-02-23git-diff: fix combined diffJohannes Schindelin
2007-02-23Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen
2007-02-22Include git-gui credits file in dist.Shawn O. Pearce
2007-02-22Document the new core.bare configuration option.Shawn O. Pearce
2007-02-22t4119: test autocomputing -p<n> for traditional diff input.Junio C Hamano
2007-02-22git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano
2007-02-21git-apply: notice "diff --git" patch againJunio C Hamano
2007-02-21Merge branch 'maint'Junio C Hamano
2007-02-21Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-02-21Use gunzip -c over gzcat in import-tars example.Michael Loeffler
2007-02-21Fix botched "leak fix"Junio C Hamano
2007-02-21t4119: add test for traditional patch and different p_valueJunio C Hamano
2007-02-21git-remote: support remotes with a dot in the namePavel Roskin
2007-02-21Teach diff -B about coloursJohannes Schindelin
2007-02-21Allow git-remote to update named groups of remotesTheodore Ts'o
2007-02-21Add config_boolean() method to the Git perl moduleTheodore Ts'o
2007-02-21Allow passing of an alternative CVSROOT via -d.Simon 'corecode' Schubert
2007-02-21disable t4016-diff-quote.sh on some filesystemsAlex Riesen
2007-02-21Support for large files on 32bit systems.Martin Waitz
2007-02-21git grep: use pagerJohannes Schindelin