From: Teemu Likonen <tlikonen@iki.fi>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: Dan McGee <dpmcgee@gmail.com>, git@vger.kernel.org, gitster@pobox.com
Subject: [PATCH v2] bash: Add more option completions for 'git log'
Date: Fri, 20 Jun 2008 16:02:10 +0300 [thread overview]
Message-ID: <20080620130210.GA4521@mithlond.arda.local> (raw)
In-Reply-To: <20080620063104.GA3307@mithlond.arda.local>
Options added: --walk-reflogs --stat --numstat --shortstat
--decorate --diff-filter= --color-words
Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
---
Here's a non-conflicting version.
contrib/completion/git-completion.bash | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 72575cf..f108ede 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -762,6 +762,9 @@ _git_log ()
--not --all
--left-right --cherry-pick
--graph
+ --stat --numstat --shortstat
+ --decorate --diff-filter=
+ --color-words --walk-reflogs
"
return
;;
--
1.5.6.2.g3c3a
prev parent reply other threads:[~2008-06-20 13:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-19 21:15 [PATCH] completion: add --graph to log command completion Dan McGee
2008-06-19 21:58 ` Shawn O. Pearce
2008-06-19 22:40 ` Teemu Likonen
2008-06-19 22:55 ` Shawn O. Pearce
2008-06-19 23:06 ` Dan McGee
2008-06-20 6:31 ` Teemu Likonen
2008-06-20 13:02 ` Teemu Likonen [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=20080620130210.GA4521@mithlond.arda.local \
--to=tlikonen@iki.fi \
--cc=dpmcgee@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=spearce@spearce.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).