commit | 0c47695a69da42df4c4b7a9dad4ba083c604e3d1 | [log] [tgz] |
---|---|---|
author | Jay Soffian <jaysoffian@gmail.com> | Wed May 18 13:56:04 2011 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 18 12:40:15 2011 -0700 |
tree | a231ad767ee774f4978d4b3c65571716e44cdb86 | |
parent | f0f90e34b00e5401ef51f636b0735e17a9938e0a [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>