]> git.ipfire.org Git - thirdparty/git.git/commit - revision.h
Add log.abbrevCommit config variable
authorJay Soffian <jaysoffian@gmail.com>
Wed, 18 May 2011 17:56:04 +0000 (13:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 May 2011 19:40:15 +0000 (12:40 -0700)
commit0c47695a69da42df4c4b7a9dad4ba083c604e3d1
treea231ad767ee774f4978d4b3c65571716e44cdb86
parentf0f90e34b00e5401ef51f636b0735e17a9938e0a
Add log.abbrevCommit config variable

Add log.abbrevCommit config variable as a convenience for users who
often use --abbrev-commit with git log and friends. Allow the option
to be overridden with --no-abbrev-commit. Per 635530a2fc and 4f62c2bc57,
the config variable is ignored when log is given "--pretty=raw".

(Also, a drive-by spelling correction in git log's short help.)

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/pretty-options.txt
builtin/log.c
revision.c
revision.h
t/t4202-log.sh