summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-22 20:44:45 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-22 20:44:47 +0100
commit9549e6f7fe2bb01a24f0e558b9d811439c1f1be4 (patch)
treed08c259b10c7e9752af1a3be7cda05d404a013c3 /RELEASE
parentf8ba912520b73eafca7f6d431a3d32625e7ebac1 (diff)
RELEASE: Fix command
git-push(1) needs a remote for pushing a tag. Specify korg, my name for the git.kernel.org remote. $ git remote -v | grep korg korg git@gitolite.kernel.org:pub/scm/docs/man-pages/man-pages (fetch) korg git@gitolite.kernel.org:pub/scm/docs/man-pages/man-pages (push) Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 7ac1545fc..3b1864f34 100644
--- a/RELEASE
+++ b/RELEASE
@@ -179,7 +179,9 @@ Description
- Push:
$ git push
- $ git push man-pages-${new}
+ $ git push korg man-pages-${new}
+
+ korg is just my name for the remote.
Files
Changes, Changes.old