summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit5
1 files changed, 5 insertions, 0 deletions
diff --git a/dgit b/dgit
index a2ca2db..e752108 100755
--- a/dgit
+++ b/dgit
@@ -5930,6 +5930,11 @@ END
}
push @failsuggestion, [ 'quilt-mode',
"Maybe you need one of --[quilt=]gbp --[quilt=]dpm --quilt=unapplied ?" ];
+
+ push @failsuggestion, [ 'gitattrs',
+ "Warning: Tree has .gitattributes. See GITATTRIBUTES in dgit(7)." ]
+ if stat_exists '.gitattributes';
+
push @failsuggestion, [ 'origs',
"Maybe orig tarball(s) are not identical to git representation?" ];