From: Wolfram Sang <wsa@kernel.org>
To: git@vger.kernel.org
Cc: Wolfram Sang <wsa@kernel.org>
Subject: [PATCH tig 2/2] Drop unneeded '!' in docs
Date: Sat, 2 May 2020 20:41:52 +0200 [thread overview]
Message-ID: <20200502184152.26550-2-wsa@kernel.org> (raw)
In-Reply-To: <20200502184152.26550-1-wsa@kernel.org>
Since commit 99d8d00 ("User-defined commands no longer need to be
prefixed with '!'"), we don't need it anymore. Also, remove a
superfluous comment.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
---
doc/manual.adoc | 2 +-
doc/tigrc.5.adoc | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/doc/manual.adoc b/doc/manual.adoc
index cf87ba1..0d772ea 100644
--- a/doc/manual.adoc
+++ b/doc/manual.adoc
@@ -208,7 +208,7 @@ Example user-defined commands:
- Copy commit ID to clipboard:
- bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c"
+ bind generic 9 @sh -c "echo -n %(commit) | xclip -selection c"
- Add/edit notes for the current commit used during a review:
diff --git a/doc/tigrc.5.adoc b/doc/tigrc.5.adoc
index 1aa8085..6b40afe 100644
--- a/doc/tigrc.5.adoc
+++ b/doc/tigrc.5.adoc
@@ -780,8 +780,7 @@ file:
gitk-bg = !"gitk HEAD --not $(git rev-parse --remotes) &"
publish = !"for i in origin public; do git push $i; done"
[tig "bind"]
- # @-prefix means that the console output will not be shown.
- generic = V !@git gitk-bg
+ generic = V @git gitk-bg
generic = > !git publish
--------------------------------------------------------------------------
--
2.20.1
prev parent reply other threads:[~2020-05-02 18:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-02 18:41 [PATCH tig 1/2] Document how to use pipes and redirection with 'bind' Wolfram Sang
2020-05-02 18:41 ` Wolfram Sang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200502184152.26550-2-wsa@kernel.org \
--to=wsa@kernel.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.