summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-26GIT 0.99.9kv0.99.9kJunio C Hamano
2005-11-25git-sh-setup: move the repository check to a core program.Junio C Hamano
2005-11-25setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano
2005-11-25git-var: make it work in subdirectory.Junio C Hamano
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-11-25parse-remote and ls-remote clean-up.Junio C Hamano
2005-11-25Prevent "git-commit -a path1 path2..."Junio C Hamano
2005-11-25config.c: avoid shadowing global.Junio C Hamano
2005-11-25Fix a warning about unused value.YOSHIFUJI Hideaki / 吉藤英明
2005-11-25cvsimport: Don't let local settings hinder cvs user-migration.Andreas Ericsson
2005-11-24Rename git-config-set to git-repo-configJohannes Schindelin
2005-11-24diff-tree: teach single-commit diff-tree to honour graftsJunio C Hamano
2005-11-24Teach update-index to read from ls-tree.Junio C Hamano
2005-11-24git-revert: make --edit default.Junio C Hamano
2005-11-24Allow editing of a revert-messageLinus Torvalds
2005-11-24Fix git-mv for moving directories with 1 fileJosef Weidendorfer
2005-11-24git-merge: make recursive the default strategyJunio C Hamano
2005-11-24pack-redundant: type cleanups.Junio C Hamano
2005-11-22Fixed git:// IPv4 address problem when compiled with -DNO_IPV6.Paul Serice
2005-11-22arguments cleanup and some formattingAlex Riesen
2005-11-22remove unused variableAlex Riesen
2005-11-22speedup allocation in pack-redundant.cAlex Riesen
2005-11-22Make git-pack-redundant take a list of unimportant objs on stdinLukas Sandström
2005-11-22Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2005-11-22git-var: constness and globalness cleanup.Junio C Hamano
2005-11-22Move diff.renamelimit out of default configuration.Junio C Hamano
2005-11-22max-count in terms of intersectionLuben Tuikov
2005-11-22GIT: Fix compilation error in connect.cYOSHIFUJI Hideaki / 吉藤英明
2005-11-22Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.Andreas Ericsson
2005-11-21rename/copy score parsing updates.H. Peter Anvin
2005-11-21git-daemon not listening when compiled with -DNO_IPV6Paul Serice
2005-11-21git-repack: Properly abort in corrupt repositoryLinus Torvalds
2005-11-21Allow hierarchical section namesJohannes Schindelin
2005-11-21git-config-set: Properly terminate strings with '\0'Johannes Schindelin
2005-11-21git-proxy updates.Junio C Hamano
2005-11-21proxy-command support for git://Paul Collins
2005-11-21daemon: further tweaks.Junio C Hamano
2005-11-21git-daemon support for user-relative paths.Andreas Ericsson
2005-11-21tutorial: setting up a tree for subsystem maintainersJunio C Hamano
2005-11-21rename detection with -M100 means "exact renames only".Junio C Hamano
2005-11-21format-patch: fix two-argument special case, and make it easier to pick singl...Junio C Hamano
2005-11-21Fix hooks/update template.Junio C Hamano
2005-11-21Make sure heads/foo and tags/foo do not confuse things.Junio C Hamano
2005-11-21Fix "do not DWIM" patch to enter_repo"Junio C Hamano
2005-11-21git-reset.txt: Small fix + clarifications.Andreas Ericsson
2005-11-21Add Python version checks to the Makefile to automatically set WITH_OWN_SUBPR...Ryan Anderson
2005-11-21Fix sparse warningsTimo Hirvonen
2005-11-20gitk: Disable fastdate stuff for nowPaul Mackerras
2005-11-20Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2005-11-20git-config-set: support selecting values by non-matching regexJohannes Schindelin