git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7/9] update 'git-show' bash completion to match the man page
@ 2009-08-08  8:56 Emmanuel Trillaud
  2009-08-08 19:49 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Emmanuel Trillaud @ 2009-08-08  8:56 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git

Signed-off-by: Emmanuel Trillaud <etrillaud@gmail.com>
---
 contrib/completion/git-completion.bash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 4746eee..1e3efe3 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1870,7 +1870,7 @@ _git_show ()
 		return
 		;;
 	--*)
-		__gitcomp "--pretty= --format= --abbrev-commit --oneline
+		__gitcomp "--pretty= --format= --abbrev-commit --oneline --encoding
 			$__git_diff_common_options
 			"
 		return
-- 
1.6.4

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

* Re: [PATCH 7/9] update 'git-show' bash completion to match the man page
  2009-08-08  8:56 [PATCH 7/9] update 'git-show' bash completion to match the man page Emmanuel Trillaud
@ 2009-08-08 19:49 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-08-08 19:49 UTC (permalink / raw)
  To: Emmanuel Trillaud; +Cc: Shawn O. Pearce, git

Emmanuel Trillaud <etrillaud@gmail.com> writes:

> Signed-off-by: Emmanuel Trillaud <etrillaud@gmail.com>

What did you add?

> -		__gitcomp "--pretty= --format= --abbrev-commit --oneline
> +		__gitcomp "--pretty= --format= --abbrev-commit --oneline --encoding

Is it not "--encoding="?  If not, why not?

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

end of thread, other threads:[~2009-08-08 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-08  8:56 [PATCH 7/9] update 'git-show' bash completion to match the man page Emmanuel Trillaud
2009-08-08 19:49 ` Junio C Hamano

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