From: Dan McGee <dpmcgee@gmail.com>
To: spearce@spearce.org
Cc: git@vger.kernel.org, Dan McGee <dpmcgee@gmail.com>
Subject: [PATCH] completion: add --graph to log command completion
Date: Thu, 19 Jun 2008 16:15:53 -0500 [thread overview]
Message-ID: <1213910153-10679-1-git-send-email-dpmcgee@gmail.com> (raw)
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
---
contrib/completion/git-completion.bash | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 2141b6b..0eb8df0 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -761,6 +761,7 @@ _git_log ()
--pretty= --name-status --name-only --raw
--not --all
--left-right --cherry-pick
+ --graph
"
return
;;
--
1.5.6
next reply other threads:[~2008-06-19 21:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-19 21:15 Dan McGee [this message]
2008-06-19 21:58 ` [PATCH] completion: add --graph to log command completion 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 ` [PATCH v2] bash: Add more option completions for 'git log' Teemu Likonen
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=1213910153-10679-1-git-send-email-dpmcgee@gmail.com \
--to=dpmcgee@gmail.com \
--cc=git@vger.kernel.org \
--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 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.