[PATCH] Update comment (addition of gtags) in scripts/tags.sh

René Nyffenegger posted 1 patch 2 years ago
There is a newer version of this series
scripts/tags.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Update comment (addition of gtags) in scripts/tags.sh
Posted by René Nyffenegger 2 years ago
Commit f4ed1009fc (kbuild: add GNU GLOBAL tags generation) added support
for the GNU Global source tagging system. However, this addition
was not reflected in the script's header comment.

Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch>
---
 scripts/tags.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/tags.sh b/scripts/tags.sh
index a70d43723..cb9696134 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -3,7 +3,7 @@
 # Generate tags or cscope files
 # Usage tags.sh <mode>
 #
-# mode may be any of: tags, TAGS, cscope
+# mode may be any of: tags, gtags, TAGS, cscope
 #
 # Uses the following environment variables:
 # SUBARCH, SRCARCH, srctree
-- 
2.30.2

Re: [PATCH] Update comment (addition of gtags) in scripts/tags.sh
Posted by Greg KH 2 years ago
On Fri, Dec 15, 2023 at 02:42:46PM +0100, René Nyffenegger wrote:
> Commit f4ed1009fc (kbuild: add GNU GLOBAL tags generation) added support
> for the GNU Global source tagging system. However, this addition
> was not reflected in the script's header comment.
> 
> Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch>

So this needs a "Fixes:" tag, right?

thanks,

greg k-h