2023-08-03 12:27:31

by Rasmus Villemoes

[permalink] [raw]
Subject: [PATCH] scripts/setlocalversion: clean up stale comment

Nobody has complained since 2a73cce2dad3 ("scripts/setlocalversion:
remove mercurial, svn and git-svn supports"), so let's also clean up
the header comment accordingly.

Signed-off-by: Rasmus Villemoes <[email protected]>
---
scripts/setlocalversion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index bbb6c7d545f4..e07795d1763b 100755
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0
#
# This scripts adds local version information from the version
-# control systems git, mercurial (hg) and subversion (svn).
+# control system git.
#
# If something goes wrong, send a mail the kernel build mailinglist
# (see MAINTAINERS) and CC Nico Schottelius
--
2.37.2



2023-08-05 16:15:26

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH] scripts/setlocalversion: clean up stale comment

On Thu, Aug 3, 2023 at 8:50 PM Rasmus Villemoes
<[email protected]> wrote:
>
> Nobody has complained since 2a73cce2dad3 ("scripts/setlocalversion:
> remove mercurial, svn and git-svn supports"), so let's also clean up
> the header comment accordingly.
>
> Signed-off-by: Rasmus Villemoes <[email protected]>
> ---

Applied to linux-kbuild.
Thanks.




> scripts/setlocalversion | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/setlocalversion b/scripts/setlocalversion
> index bbb6c7d545f4..e07795d1763b 100755
> --- a/scripts/setlocalversion
> +++ b/scripts/setlocalversion
> @@ -2,7 +2,7 @@
> # SPDX-License-Identifier: GPL-2.0
> #
> # This scripts adds local version information from the version
> -# control systems git, mercurial (hg) and subversion (svn).
> +# control system git.
> #
> # If something goes wrong, send a mail the kernel build mailinglist
> # (see MAINTAINERS) and CC Nico Schottelius
> --
> 2.37.2
>


--
Best Regards
Masahiro Yamada