* bash completion: 'git apply' should use 'fix' not 'strip'
@ 2008-08-14 17:12 Eric Raible
2008-08-14 20:58 ` Shawn O. Pearce
0 siblings, 1 reply; 3+ messages in thread
From: Eric Raible @ 2008-08-14 17:12 UTC (permalink / raw)
To: spearce, Git Mailing List
Bring completion up to date with the man page.
Signed-off-by: Eric Raible <raible@gmail.com>
---
Seems to me that this qualifies as "obviously correct"...
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 3396e35..95040bd 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -501,7 +501,7 @@ __git_has_doubledash ()
return 1
}
-__git_whitespacelist="nowarn warn error error-all strip"
+__git_whitespacelist="nowarn warn error error-all fix"
_git_am ()
{
--
1.6.0.rc1.1206.gff2cf
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: bash completion: 'git apply' should use 'fix' not 'strip'
2008-08-14 17:12 bash completion: 'git apply' should use 'fix' not 'strip' Eric Raible
@ 2008-08-14 20:58 ` Shawn O. Pearce
0 siblings, 0 replies; 3+ messages in thread
From: Shawn O. Pearce @ 2008-08-14 20:58 UTC (permalink / raw)
To: Eric Raible, Junio C Hamano; +Cc: Git Mailing List
Eric Raible <raible@gmail.com> wrote:
> Bring completion up to date with the man page.
>
> Signed-off-by: Eric Raible <raible@gmail.com>
> ---
> Seems to me that this qualifies as "obviously correct"...
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Be nice if it was in 1.6.0. Eric posted this patch earlier but it
apparently got missed.
> 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 3396e35..95040bd 100755
> --- a/contrib/completion/git-completion.bash
> +++ b/contrib/completion/git-completion.bash
> @@ -501,7 +501,7 @@ __git_has_doubledash ()
> return 1
> }
>
> -__git_whitespacelist="nowarn warn error error-all strip"
> +__git_whitespacelist="nowarn warn error error-all fix"
>
> _git_am ()
> {
> --
> 1.6.0.rc1.1206.gff2cf
--
Shawn.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bash completion: 'git apply' should use 'fix' not 'strip'
@ 2008-08-09 8:24 Eric Raible
0 siblings, 0 replies; 3+ messages in thread
From: Eric Raible @ 2008-08-09 8:24 UTC (permalink / raw)
To: spearce, git
Bring completion up to date with the man page.
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 3396e35..95040bd 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -501,7 +501,7 @@ __git_has_doubledash ()
return 1
}
-__git_whitespacelist="nowarn warn error error-all strip"
+__git_whitespacelist="nowarn warn error error-all fix"
_git_am ()
{
--
1.6.0.rc1.1206.gff2cf
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-14 20:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14 17:12 bash completion: 'git apply' should use 'fix' not 'strip' Eric Raible
2008-08-14 20:58 ` Shawn O. Pearce
-- strict thread matches above, loose matches on Subject: below --
2008-08-09 8:24 Eric Raible
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).