Re: [PATCH v3] Add log.abbrevCommit config variable
From: Jay Soffian <hidden>
Date: 2016-06-15 22:51:14
On Sat, May 14, 2011 at 6:49 PM, Jay Soffian [off-list ref] wrote:
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. (Also, a drive-by spelling correction in git log's short help.) Signed-off-by: Jay Soffian <redacted> --- Changes from v2: ignore log.abbrevCommit when given --pretty=raw
Which I meant to mention in the commit message. Updated commit message: --- 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 <redacted>