Re: [PATCH v2] Documentation/githooks: Explain pre-rebase parameters
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:14
"W. Trevor King" [off-list ref] writes:
On Sat, Feb 23, 2013 at 01:21:59PM -0800, Junio C Hamano wrote:quoted
"W. Trevor King" [off-list ref] writes:quoted
+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.