]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
grep: demonstrate bug with textconv attributes and submodules
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 128007db655e4e2def53e17cfd2a0d0ee3fefa18..3b63bd0253854763665a89c60512861889a70cce 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -128,9 +128,9 @@ struct grep_opt {
         * instead.
         *
         * This is potentially the cause of at least one bug - "git grep"
-        * ignoring the textconv attributes from submodules. See [1] for more
-        * information.
-        * [1] https://lore.kernel.org/git/CAHd-oW5iEQarYVxEXoTG-ua2zdoybTrSjCBKtO0YT292fm0NQQ@mail.gmail.com/
+        * using the textconv attributes from the superproject on the
+        * submodules. See the failing "git grep --textconv" tests in
+        * t7814-grep-recurse-submodules.sh for more information.
         */
        struct repository *repo;