Hi Christian, Christian Couder writes: > On Sunday 10 April 2011 17:11:48 Ramkumar Ramachandra wrote: > > @@ -546,10 +547,13 @@ static int prepare_revs(struct rev_info *revs) > > return 0; > > } > > > > -static int read_and_refresh_cache(const char *me) > > +static int read_and_refresh_cache(void) > > { > > static struct lock_file index_lock; > > int index_fd = hold_locked_index(&index_lock, 0); > > + const char *me; > > + > > + me = (cmd_opts.action == REVERT ? "revert" : "cherry-pick"); > > It looks like this patch will not compile as cmd_opts is introduced in patch > 03/11. Rebase fail. Thanks for pointing it out. I'll add some features and rework the series shortly. -- Ram -- 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