summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 2 insertions, 0 deletions
diff --git a/dgit b/dgit
index a902590..e940224 100755
--- a/dgit
+++ b/dgit
@@ -7575,6 +7575,8 @@ sub parseopts_late_defaults () {
}
fail __ "dgit: --include-dirty is not supported in split view quilt mode"
+ # xxx this does not actually work, because $split brain is
+ # not set this early
if $split_brain && $includedirty;
if (!defined $cleanmode) {