"W. Trevor King" <wking@xxxxxxxxxx> writes: > On Sat, Feb 23, 2013 at 01:21:59PM -0800, Junio C Hamano wrote: >> "W. Trevor King" <wking@xxxxxxxxxx> writes: >> >> > +This hook is called by 'git rebase' and can be used to prevent a >> > +branch from getting rebased. The hook takes two parameters: the >> > +upstream the series was forked from and the branch being rebased. The >> > +second parameter will be missing when rebasing the current branch. >> >> takes one or two parameters? >> >> Other than that, looks good to me, but it took me two readings to >> notice where these two parameters are described. I have a feeling >> that a comma s/forked from and/forked from, and/; might make them a >> bit more spottable, but others may have better suggestions to make >> them stand out more. > > How about: > > The hook may be called with one or two parameters. The first > parameter is the upstream from which the series was forked. The > second parameter is the branch being rebased, and is not set when > rebasing the current branch. Much nicer. Thanks. -- 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