summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-27Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2005-11-27git-mv: follow -k request even on failing renamesJosef Weidendorfer
2005-11-27Small fixes in Documentation/git-mv.txtJosef Weidendorfer
2005-11-27git-mv: fully detect 'directory moved into itself'Josef Weidendorfer
2005-11-27git-mv: keep git index consistent with file system on failed renameJosef Weidendorfer
2005-11-27git-mv: shrink usage, no usage on errorJosef Weidendorfer
2005-11-27setup_git_directory(): check repository format version.Junio C Hamano
2005-11-27init-db: check template and repository format.Junio C Hamano
2005-11-27Check repository format version in enter_repo().Junio C Hamano
2005-11-27Repository format version check.Junio C Hamano
2005-11-26format-patch: output filename reported to stdout verbatim.Junio C Hamano
2005-11-26name-rev: fix off-by-one error in --stdin.Junio C Hamano
2005-11-26git-mv is not able to handle big directoriesAlexander Litvinov
2005-11-26shell.c: complain on insufficient arguments.Junio 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-23[PATCH] gitk: UTF-8 supportPavel Roskin
2005-11-23[PATCH] gitk: put braces around exprsJeff Hobbs
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