"W. Trevor King" writes:
> On Sat, Feb 23, 2013 at 01:21:59PM -0800, Junio C Hamano wrote:
>> "W. Trevor King" 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 f
On Sat, Feb 23, 2013 at 01:21:59PM -0800, Junio C Hamano wrote:
> "W. Trevor King" 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 re
"W. Trevor King" 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
From: "W. Trevor King"
Descriptions borrowed from templates/hooks--pre-rebase.sample.
Signed-off-by: W. Trevor King
---
Changes from v1:
* Replaced "empty" with "missing" for second parameter.
Documentation/githooks.txt | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git
4 matches
Mail list logo