git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Completion: add missing '=' for 'diff --diff-filter'
@ 2008-08-22 17:25 Eric Raible
  2008-08-22 17:27 ` Shawn O. Pearce
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Raible @ 2008-08-22 17:25 UTC (permalink / raw
  To: spearce, Git Mailing List

Signed-off-by: Eric Raible <raible@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 158b912..f76545e 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -769,7 +769,7 @@ _git_diff ()
                __gitcomp "--cached --stat --numstat --shortstat --summary
                        --patch-with-stat --name-only --name-status --color
                        --no-color --color-words --no-renames --check
-                       --full-index --binary --abbrev --diff-filter
+                       --full-index --binary --abbrev --diff-filter=
                        --find-copies-harder --pickaxe-all --pickaxe-regex
                        --text --ignore-space-at-eol --ignore-space-change
                        --ignore-all-space --exit-code --quiet --ext-diff
--
1.6.0.rc3.1149.g59903

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

* Re: [PATCH] Completion: add missing '=' for 'diff --diff-filter'
  2008-08-22 17:25 [PATCH] Completion: add missing '=' for 'diff --diff-filter' Eric Raible
@ 2008-08-22 17:27 ` Shawn O. Pearce
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2008-08-22 17:27 UTC (permalink / raw
  To: Eric Raible; +Cc: Git Mailing List

Eric Raible <raible@gmail.com> wrote:
> Signed-off-by: Eric Raible <raible@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 158b912..f76545e 100755
> --- a/contrib/completion/git-completion.bash
> +++ b/contrib/completion/git-completion.bash
> @@ -769,7 +769,7 @@ _git_diff ()
>                 __gitcomp "--cached --stat --numstat --shortstat --summary
>                         --patch-with-stat --name-only --name-status --color
>                         --no-color --color-words --no-renames --check
> -                       --full-index --binary --abbrev --diff-filter
> +                       --full-index --binary --abbrev --diff-filter=
>                         --find-copies-harder --pickaxe-all --pickaxe-regex
>                         --text --ignore-space-at-eol --ignore-space-change
>                         --ignore-all-space --exit-code --quiet --ext-diff

-- 
Shawn.

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

end of thread, other threads:[~2008-08-22 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-22 17:25 [PATCH] Completion: add missing '=' for 'diff --diff-filter' Eric Raible
2008-08-22 17:27 ` Shawn O. Pearce

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).