On Sat, May 14, 2011 at 5:55 PM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Jay Soffian 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. > > Based on a quick google code search, this will break scripts. :/ > For example, tig uses "git log --pretty=raw" to get revision lists, > including expecting 40-digit commit ids. Hmfph. > But aside from that, this looks good to me. ÂI'm not sure what to > suggest: go out and spread the word about diff-tree? suppress this > configuration when --pretty or --format is passed? ÂThere's no obvious > good answer. Ah, see: - 635530a2fc (log --pretty/--oneline: ignore log.decorate, 2010-04-06) - 4f62c2bc57 (log.decorate: only ignore it under "log --pretty=raw", 2010-04-08) So I'll do the same thing for log.abbrevCommit. j. -- 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