commit | d70b4a8f4ba79fb83dc95e9483f9fb3feaf578b7 | [log] [tgz] |
---|---|---|
author | Nanako Shiraishi <nanako3@lavabit.com> | Mon Oct 06 14:14:24 2008 +0900 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Oct 06 01:19:14 2008 -0700 |
tree | 56208dadfbdd238a76b6a7c254900ef7fc9a0f86 | |
parent | 00e5d48a9aef3228496d6f517a272fa095c562fe [diff] |
Teach rebase -i to honor pre-rebase hook 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>