Heya, On Thu, Aug 25, 2011 at 18:00, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Prepare a separate array to keep track of what syntactic element was used > to cause each object to appear in the pending array from the command line, > and populate it as setup_revisions() parses the command line. Thank you! I was really dreading looking into this myself, so I'm very glad that you could find the time to look into it yourself. > @@ -835,6 +853,7 @@ static void handle_one_reflog_commit(unsigned char *sha1, void *cb_data) > struct object *o = parse_object(sha1); > if (o) { > o->flags |= cb->all_flags; > + /* ??? CMDLINEFLAGS ??? */ > add_pending_object(cb->all_revs, o, ""); > } > else if (!cb->warned_bad_reflog) { What is happening here? -- Cheers, Sverre Rabbelier -- 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