summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>Junio C Hamano2005-11-282-5/+12
* mailinfo: Use i18n.commitencodingJunio C Hamano2005-11-271-8/+9
* mailinfo: allow -u to fall back on latin1 to utf8 conversion.Junio C Hamano2005-11-271-24/+35
* Introduce i18n.commitencoding.Junio C Hamano2005-11-273-0/+9
* Fix gitk this->selected diffsYann Dirson2005-11-271-21/+32
* Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-271-43/+45
|\
| * [PATCH] gitk: UTF-8 supportPavel Roskin2005-11-231-2/+3
| * [PATCH] gitk: put braces around exprsJeff Hobbs2005-11-231-41/+42
* | git-mv: follow -k request even on failing renamesJosef Weidendorfer2005-11-271-0/+5
* | Small fixes in Documentation/git-mv.txtJosef Weidendorfer2005-11-271-4/+4
* | git-mv: fully detect 'directory moved into itself'Josef Weidendorfer2005-11-271-1/+1
* | git-mv: keep git index consistent with file system on failed renameJosef Weidendorfer2005-11-271-2/+10
* | git-mv: shrink usage, no usage on errorJosef Weidendorfer2005-11-271-27/+19
* | setup_git_directory(): check repository format version.Junio C Hamano2005-11-271-0/+1
* | init-db: check template and repository format.Junio C Hamano2005-11-273-42/+64
* | Check repository format version in enter_repo().Junio C Hamano2005-11-271-0/+1
* | Repository format version check.Junio C Hamano2005-11-273-0/+22
* | format-patch: output filename reported to stdout verbatim.Junio C Hamano2005-11-261-2/+2
* | name-rev: fix off-by-one error in --stdin.Junio C Hamano2005-11-251-4/+3
* | git-mv is not able to handle big directoriesAlexander Litvinov2005-11-251-9/+22
* | shell.c: complain on insufficient arguments.Junio C Hamano2005-11-251-2/+1
* | git-sh-setup: move the repository check to a core program.Junio C Hamano2005-11-251-7/+2
* | setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano2005-11-251-5/+37
* | git-var: make it work in subdirectory.Junio C Hamano2005-11-251-0/+2
* | 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