diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-05-14 04:22:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-15 10:57:31 +0900 |
commit | d4fe60ed332a6031bd76db9c65c17ab3e0d7c0f5 (patch) | |
tree | c8a2a4851a655b4486232e54dfe0c6b2662c2bca /.gitignore | |
parent | t3400: stop referring to the scripted rebase (diff) | |
download | tgif-d4fe60ed332a6031bd76db9c65c17ab3e0d7c0f5.tar.xz |
.gitignore: there is no longer a built-in `git-rebase--interactive`
This went away in 0609b741a4 (rebase -i: combine rebase--interactive.c
with rebase.c, 2019-04-17).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 875f3fc6e8..bcee4fda81 100644 --- a/.gitignore +++ b/.gitignore @@ -123,7 +123,6 @@ /git-read-tree /git-rebase /git-rebase--common -/git-rebase--interactive /git-rebase--preserve-merges /git-receive-pack /git-reflog |