Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2020 13:24:30 GMT
From:      Philip Paeps <philip@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b6d54565c238 - main - share/zoneinfo: fix minor documentation nit
Message-ID:  <202012301324.0BUDOUTO045285@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by philip:

URL: https://cgit.FreeBSD.org/src/commit/?id=b6d54565c238399b6e90b21d5bb9f08d5dc91960

commit b6d54565c238399b6e90b21d5bb9f08d5dc91960
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2020-12-30 13:23:17 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2020-12-30 13:23:17 +0000

    share/zoneinfo: fix minor documentation nit
    
    The `git tag` command wants a tag name.
---
 share/zoneinfo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 3cbca07c1b94..de354f885674 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -12,7 +12,7 @@
 #   (check with "git status" and "git diff" if it all makes sense)
 # $ git add -A
 # $ git commit -m "Import tzdata 20XXX"
-# $ git tag -a -m "Tag import of tzdata 20XXX"
+# $ git tag -a -m "Tag import of tzdata 20XXX" vendor/tzdata/tzdata20XXX
 # $ git push --follow-tags freebsd vendor/tzdata
 # $ popd
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012301324.0BUDOUTO045285>