Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Teach rebase -i to honor pre-rebase hook | Nanako Shiraishi | 2008-10-06 |
The original git-rebase honored pre-rebase hook so that public branches can be protected from getting rebased, but rebase --interactive ignored the hook entirely. This fixes it. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org> |