The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=b6d54565c238399b6e90b21d5bb9f08d5dc91960
commit b6d54565c238399b6e90b21d5bb9f08d5dc91960 Author: Philip Paeps <[email protected]> AuthorDate: 2020-12-30 13:23:17 +0000 Commit: Philip Paeps <[email protected]> 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 # _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
