chiark / gitweb /
dgit: Improve comment left in .git/info/attributes.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Jan 2017 12:45:05 +0000 (12:45 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Jan 2017 12:45:06 +0000 (12:45 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index 4adaec8e39bd2992d4fd59cbefca9c7d6a83304b..66aa5e9ec91023d5c4951073196eafb2f188e2ec 100644 (file)
@@ -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 e4cc92c08fa8db70bda8e8e3dcdf959c39cf6952..3ff58a7e156e7bbc2f8f119400c963a58bce5b0e 100755 (executable)
--- 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) {