aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-01-21 17:22:26 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-01-21 17:22:26 -0500
commit2c44372604e5fea1a090e59447dccc74e439b09a (patch)
tree5c2dec9c6e62a1ab98246a9b3bf9ceaa43c0b642
parent7e88c8f56c0727a5583396ef0ed504202c17e8a1 (diff)
downloadkorg-helpers-2c44372604e5fea1a090e59447dccc74e439b09a.tar.gz
Tweak wording in sendmail-pi-feed instructions
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xsendmail-pi-feed14
1 files changed, 11 insertions, 3 deletions
diff --git a/sendmail-pi-feed b/sendmail-pi-feed
index 05331eb..67c4668 100755
--- a/sendmail-pi-feed
+++ b/sendmail-pi-feed
@@ -5,8 +5,8 @@
# like mutt.
#
# Simplest configuration is to set the following in your git config file,
-# either in a single repository, or globally in ~/.gitconfig if you want
-# a single developer feed for all your work.
+# either per repository, or globally in ~/.gitconfig if you want a single
+# developer feed for all your work.
#
# [sendemail]
# smtpserver = /path/to/bin/sendmail-pi-feed
@@ -22,11 +22,19 @@
# # to the public-inbox feed; leave undefined otherwise
# sendmail = /usr/sbin/sendmail
#
-# Once this is done, run "sendmail-pi-feed --init" to create the feed.
+# Once this is done, run "sendmail-pi-feed --init" to initialize the feed.
# During the init process, you will be asked whether you would like to
# PGP-sign the commits, which is strongly recommended if you already
# have PGP-signing set up on your system.
#
+# After the --init is complete, you can use "git send-email" as you
+# normally would and all patches will be automatically added to the
+# feed. You can then publish the feed on any git hosting service by
+# setting a remote and performing a git push.
+#
+# If you would like to auto-push the feed, you can add an appropriate
+# post-commit hook.
+#
# SPDX-License-Identifier: GPL-2.0-or-later
#
#