Michael J Gruber <git@drmicha.warpmail.net> writes:
Hmm, I actually think this was deliberate. rev-list is designed to be a
low level machinery for getting full object names, and in that context,
setting the default abbreviation length to "don't abbreviate" gave us some
safety, with additional safety of requiring a separate --abbrev-commit
option to affect the main "show the commit object names" codepath (the
latter of which would not likely to change). The caller sets explicitly
how long an output it wants (see git-rebase--interactive for an example).
Having said that, I don't think this would break existing scripts, so
let's queue it and see what happens.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html