git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bash completion: Add more long options for 'git log'
@ 2008-08-02  0:56 Lee Marlow
  2008-08-02 21:00 ` Shawn O. Pearce
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Marlow @ 2008-08-02  0:56 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git, Lee Marlow

Options added: --parents --children --full-history

Signed-off-by: Lee Marlow <lee.marlow@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 30d8701..7132a68 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -853,6 +853,7 @@ _git_log ()
 			--stat --numstat --shortstat
 			--decorate --diff-filter=
 			--color-words --walk-reflogs
+			--parents --children --full-history
 			"
 		return
 		;;
-- 
1.6.0.rc1.27.g9b6bf

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bash completion: Add more long options for 'git log'
  2008-08-02  0:56 [PATCH] bash completion: Add more long options for 'git log' Lee Marlow
@ 2008-08-02 21:00 ` Shawn O. Pearce
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2008-08-02 21:00 UTC (permalink / raw)
  To: Lee Marlow; +Cc: git

Lee Marlow <lee.marlow@gmail.com> wrote:
> Options added: --parents --children --full-history
> 
> Signed-off-by: Lee Marlow <lee.marlow@gmail.com>

Acked-by: Shawn O. Pearce <spearce@spearce.org>

> diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
> index 30d8701..7132a68 100755
> --- a/contrib/completion/git-completion.bash
> +++ b/contrib/completion/git-completion.bash
> @@ -853,6 +853,7 @@ _git_log ()
>  			--stat --numstat --shortstat
>  			--decorate --diff-filter=
>  			--color-words --walk-reflogs
> +			--parents --children --full-history
>  			"
>  		return
>  		;;

-- 
Shawn.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-02 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-02  0:56 [PATCH] bash completion: Add more long options for 'git log' Lee Marlow
2008-08-02 21:00 ` Shawn O. Pearce

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).