author | Jay Soffian <jaysoffian@gmail.com> | |
Wed, 18 May 2011 17:56:04 +0000 (13:56 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 May 2011 19:40:15 +0000 (12:40 -0700) | ||
commit | 0c47695a69da42df4c4b7a9dad4ba083c604e3d1 | |
tree | a231ad767ee774f4978d4b3c65571716e44cdb86 | tree | snapshot |
parent | f0f90e34b00e5401ef51f636b0735e17a9938e0a | commit | diff |
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>
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>