]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
builtin rebase: support --quit
authorPratik Karki <predatoramigo@gmail.com>
Wed, 8 Aug 2018 15:06:19 +0000 (20:51 +0545)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2018 18:55:58 +0000 (11:55 -0700)
commit5a61494539bb549127695d42d7160f0562ed7bf7
treeb3c9eb24989f39d69090a0e4e8a7ae2d2b7f5e17
parent5e5d96197ca1bac0037a9cc91369624eb9ec5202
builtin rebase: support --quit

With this patch, the builtin rebase handles the `--quit` action which
can be used to abort a rebase without rolling back any changes performed
during the rebase (this is useful when a user forgot that they were in
the middle of a rebase and continued working normally).

Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c