From: Ian Jackson Date: Fri, 24 Aug 2018 20:41:55 +0000 (+0100) Subject: git-debrebase: Do not try split brain gdr make-patches X-Git-Tag: archive/debian/6.10~63 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b9ef2453ea950bd60ddb52e2253cdf762f34534d;p=dgit.git git-debrebase: Do not try split brain gdr make-patches Print a helpful error message instead. Closes: #906908. Signed-off-by: Ian Jackson --- 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 <