summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdgit2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4adaec8..66aa5e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dgit (3.5~) unstable; urgency=medium
- *
+ Bugfixes:
+ * Improve comment left in .git/info/attributes.
--
diff --git a/dgit b/dgit
index e4cc92c..3ff58a7 100755
--- a/dgit
+++ b/dgit
@@ -3353,7 +3353,7 @@ END
print GAO <<END or die $!;
* dgit-defuse-attrs
[attr]dgit-defuse-attrs -text -eol -crlf -ident -filter
-# ^ see dgit(7). To undo, leave a definition of [attr]dgit-defuse-attrs
+# ^ see GITATTRIBUTES in dgit(7) and dgit setup-new-tree in dgit(1)
END
my $gai = open_gitattrs();
if ($gai) {