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

This commit teaches the builtin rebase the "abort" action, which a user
can call to roll back a rebase that is in progress.

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