summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit9
1 files changed, 7 insertions, 2 deletions
diff --git a/dgit b/dgit
index f3aea0d..2b4cad1 100755
--- a/dgit
+++ b/dgit
@@ -4469,18 +4469,23 @@ END
}
}
if (@mode_changes) {
- fail <<END.(join '', @mode_changes).<<END;
+ fail <<END.<<END
HEAD specifies a different tree to $dscfn:
+END
$diffs
END
+ .(join '', @mode_changes)
+ .<<END;
There is a problem with your source tree (see dgit(7) for some hints).
To see a full diff, run git diff $tree $referent
END
}
- fail <<END;
+ fail <<END.<<END.<<END;
HEAD specifies a different tree to $dscfn:
+END
$diffs
+END
Perhaps you forgot to build. Or perhaps there is a problem with your
source tree (see dgit(7) for some hints). To see a full diff, run
git diff $tree $referent