On Thu, 25 Jan 2007, Shawn O. Pearce wrote: > "Horst H. von Brand" <vonbrand@xxxxxxxxxxxx> wrote: > > index 3fefdac..814f78f 100644 > > --- a/builtin-apply.c > > +++ b/builtin-apply.c > > @@ -1811,7 +1812,8 @@ static int apply_binary(struct buffer_desc *desc, struct patch *patch) > > "without full index line", name); > > > > if (patch->old_name) { > > - /* See if the old one matches what the patch > > + /* > > + * See if the old one matches what the patch > > * applies to. > > */ > > hash_sha1_file(desc->buffer, desc->size, blob_type, sha1); > > However I cannot help but feel that this hunk is unrelated to the > theme of this extremely large patch. I don't know how Junio feels, > but this late in the 1.5.0 series I'm a little leary of a 1600+ > line patch which is changing so much code, even if its something > as trivial as the above hunk. Maybe the patch could be restricted to documentation fixes only for now? Nicolas - 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