summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-2526-31/+34
* parse-remote and ls-remote clean-up.Junio C Hamano2005-11-252-2/+3
* Prevent "git-commit -a path1 path2..."Junio C Hamano2005-11-251-1/+4
* config.c: avoid shadowing global.Junio C Hamano2005-11-251-5/+5
* Fix a warning about unused value.YOSHIFUJI Hideaki / 吉藤英明2005-11-251-1/+1
* cvsimport: Don't let local settings hinder cvs user-migration.Andreas Ericsson2005-11-251-1/+1
* Rename git-config-set to git-repo-configJohannes Schindelin2005-11-246-51/+51
* diff-tree: teach single-commit diff-tree to honour graftsJunio C Hamano2005-11-231-29/+25
* Teach update-index to read from ls-tree.Junio C Hamano2005-11-232-6/+8
* git-revert: make --edit default.Junio C Hamano2005-11-231-7/+11
* Allow editing of a revert-messageLinus Torvalds2005-11-231-1/+5
* Fix git-mv for moving directories with 1 fileJosef Weidendorfer2005-11-231-8/+17
* git-merge: make recursive the default strategyJunio C Hamano2005-11-231-8/+12
* pack-redundant: type cleanups.Junio C Hamano2005-11-231-10/+10
* Fixed git:// IPv4 address problem when compiled with -DNO_IPV6.Paul Serice2005-11-221-1/+1
* arguments cleanup and some formattingAlex Riesen2005-11-221-7/+8
* remove unused variableAlex Riesen2005-11-221-2/+0
* speedup allocation in pack-redundant.cAlex Riesen2005-11-221-6/+26
* Make git-pack-redundant take a list of unimportant objs on stdinLukas Sandström2005-11-221-0/+21
* Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-221-1/+5
|\
| * gitk: Disable fastdate stuff for nowPaul Mackerras2005-11-211-1/+5
* | git-var: constness and globalness cleanup.Junio C Hamano2005-11-213-9/+13
* | Move diff.renamelimit out of default configuration.Junio C Hamano2005-11-218-9/+19
* | max-count in terms of intersectionLuben Tuikov2005-11-211-2/+3
* | GIT: Fix compilation error in connect.cYOSHIFUJI Hideaki / 吉藤英明2005-11-211-4/+5
* | Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.Andreas Ericsson2005-11-211-13/+15
* | rename/copy score parsing updates.H. Peter Anvin2005-11-211-12/+21
* | git-daemon not listening when compiled with -DNO_IPV6Paul Serice2005-11-211-0/+6
* | git-repack: Properly abort in corrupt repositoryLinus Torvalds2005-11-212-2/+2
* | Allow hierarchical section namesJohannes Schindelin2005-11-212-9/+29
* | git-config-set: Properly terminate strings with '\0'Johannes Schindelin2005-11-212-0/+2
* | git-proxy updates.Junio C Hamano2005-11-211-7/+45
* | proxy-command support for git://Paul Collins2005-11-211-1/+71
* | daemon: further tweaks.Junio C Hamano2005-11-212-18/+14
* | git-daemon support for user-relative paths.Andreas Ericsson2005-11-213-87/+72
* | tutorial: setting up a tree for subsystem maintainersJunio C Hamano2005-11-211-1/+4
* | rename detection with -M100 means "exact renames only".Junio C Hamano2005-11-212-0/+7
* | format-patch: fix two-argument special case, and make it easier to pick singl...Junio C Hamano2005-11-211-2/+3
* | Fix hooks/update template.Junio C Hamano2005-11-211-4/+3
* | Make sure heads/foo and tags/foo do not confuse things.Junio C Hamano2005-11-212-6/+24
* | Fix "do not DWIM" patch to enter_repo"Junio C Hamano2005-11-201-1/+1
* | git-reset.txt: Small fix + clarifications.Andreas Ericsson2005-11-201-4/+15
* | Add Python version checks to the Makefile to automatically set WITH_OWN_SUBPR...Ryan Anderson2005-11-201-10/+15
* | Fix sparse warningsTimo Hirvonen2005-11-204-32/+31
* | Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-201-83/+50
|\ \ | |/
| * gitk: Fix some bugs introduced by speedup changesPaul Mackerras2005-11-201-11/+12
| * gitk: moving all three panes if clicking on an arrow.Stefan-W. Hahn2005-11-191-1/+3
| * gitk: use git-diff-tree --no-commit-idPavel Roskin2005-11-191-4/+2
| * gitk: Specify line hover fontFrank Sorenson2005-11-181-1/+1
| * readrefs: grab all refs with one call to ls-remote.Junio C Hamano2005-11-181-66/+32