Linus Torvalds <torvalds@osdl.org> writes: > Ok, fourth time lucky? > > Linus With this, perhaps. --- diff --git a/revision.c b/revision.c index 2061ca8..1d26e0d 100644 --- a/revision.c +++ b/revision.c @@ -792,6 +792,7 @@ int setup_revisions(int argc, const char } if (revs->diffopt.output_format == DIFF_FORMAT_PATCH) revs->diffopt.recursive = 1; + revs->diffopt.abbrev = revs->abbrev; diff_setup_done(&revs->diffopt); return left; - 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.htmlReceived on Sat Apr 15 12:23:30 2006
This archive was generated by hypermail 2.1.8 : 2006-04-15 12:23:45 EST