From b9ef2453ea950bd60ddb52e2253cdf762f34534d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 Aug 2018 21:41:55 +0100 Subject: [PATCH] git-debrebase: Do not try split brain gdr make-patches Print a helpful error message instead. Closes: #906908. Signed-off-by: Ian Jackson --- dgit | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dgit b/dgit index 1f1b0f59..5e9d7114 100755 --- a/dgit +++ b/dgit @@ -4235,6 +4235,15 @@ END my $actualhead = git_rev_parse('HEAD'); if (branch_is_gdr_unstitched_ff($symref, $actualhead, $archive_hash)) { + if (quiltmode_splitbrain()) { + my ($ffq_prev, $gdrlast) = branch_gdr_info($symref, $actualhead); + fail <