summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-22Fix 'git commit -a' in a newly initialized repositoryLibravatar Fredrik Kuivinen1-0/+4
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
2007-02-21git-apply: notice "diff --git" patch againLibravatar Junio C Hamano2-9/+18
2007-02-21Merge branch 'maint'Libravatar Junio C Hamano7-123/+314
2007-02-21Merge branch 'master' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano6-120/+308
2007-02-21Use gunzip -c over gzcat in import-tars example.Libravatar Michael Loeffler1-3/+6
2007-02-21Fix botched "leak fix"Libravatar Junio C Hamano1-2/+8
2007-02-21t4119: add test for traditional patch and different p_valueLibravatar Junio C Hamano1-2/+49
2007-02-21git-remote: support remotes with a dot in the nameLibravatar Pavel Roskin1-1/+1
2007-02-21Teach diff -B about coloursLibravatar Johannes Schindelin1-14/+25
2007-02-20Allow git-remote to update named groups of remotesLibravatar Theodore Ts'o3-17/+46
2007-02-20Add config_boolean() method to the Git perl moduleLibravatar Theodore Ts'o1-0/+30
2007-02-20Allow passing of an alternative CVSROOT via -d.Libravatar Simon 'corecode' Schubert2-11/+23
2007-02-20disable t4016-diff-quote.sh on some filesystemsLibravatar Alex Riesen1-0/+4
2007-02-20Support for large files on 32bit systems.Libravatar Martin Waitz1-0/+2
2007-02-20git grep: use pagerLibravatar Johannes Schindelin1-1/+1