On Sat, May 14, 2011 at 6:49 PM, Jay Soffian <jaysoffian@xxxxxxxxx> 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 <jaysoffian@xxxxxxxxx> > --- > 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 <jaysoffian@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html