]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
builtin rebase: start a new rebase only if none is in progress
authorPratik Karki <predatoramigo@gmail.com>
Tue, 4 Sep 2018 21:27:18 +0000 (14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2018 18:55:43 +0000 (11:55 -0700)
commitc54dacb50ea6d99a1fd9ad0abd5e64dd9914295e
treec98970bcc4dc3189a64dd364b121c339a8b6ae50
parent1ed9c14ff25ca567c8416cad0980ea1b595e5723
builtin rebase: start a new rebase only if none is in progress

To run a new rebase, there needs to be a check to assure that no other
rebase is in progress. New rebase operation cannot start until an
ongoing rebase operation completes or is terminated.

Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c