* [PATCH] Add completion for git-svn mkdirs,reset,and gc
@ 2009-12-30 0:58 Robert Zeh
2009-12-30 0:59 ` Shawn O. Pearce
0 siblings, 1 reply; 3+ messages in thread
From: Robert Zeh @ 2009-12-30 0:58 UTC (permalink / raw)
To: spearce; +Cc: git
Signed-off-by: Robert Zeh <robert.a.zeh@gmail.com>
---
contrib/completion/git-completion.bash | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index fbfa5f2..c65462c 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2022,7 +2022,7 @@ _git_svn ()
init fetch clone rebase dcommit log find-rev
set-tree commit-diff info create-ignore propget
proplist show-ignore show-externals branch tag blame
- migrate
+ migrate mkdirs reset gc
"
local subcommand="$(__git_find_on_cmdline "$subcommands")"
if [ -z "$subcommand" ]; then
@@ -2069,7 +2069,7 @@ _git_svn ()
__gitcomp "--stdin $cmt_opts $fc_opts"
;;
create-ignore,--*|propget,--*|proplist,--*|show-ignore,--*|\
- show-externals,--*)
+ show-externals,--*|mkdirs,--*)
__gitcomp "--revision="
;;
log,--*)
@@ -2106,6 +2106,9 @@ _git_svn ()
--no-auth-cache --username=
"
;;
+ reset,--*)
+ __gitcomp "--revision= --parent"
+ ;;
*)
COMPREPLY=()
;;
--
1.6.6.rc3.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Add completion for git-svn mkdirs,reset,and gc
2009-12-30 0:58 [PATCH] Add completion for git-svn mkdirs,reset,and gc Robert Zeh
@ 2009-12-30 0:59 ` Shawn O. Pearce
2009-12-30 7:43 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Shawn O. Pearce @ 2009-12-30 0:59 UTC (permalink / raw)
To: Robert Zeh; +Cc: git
Robert Zeh <robert.a.zeh@gmail.com> wrote:
>
> Signed-off-by: Robert Zeh <robert.a.zeh@gmail.com>
> ---
> contrib/completion/git-completion.bash | 7 +++++--
> 1 files changed, 5 insertions(+), 2 deletions(-)
Acked-by: Shawn O. Pearce <spearce@spearce.org>
--
Shawn.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add completion for git-svn mkdirs,reset,and gc
2009-12-30 0:59 ` Shawn O. Pearce
@ 2009-12-30 7:43 ` Junio C Hamano
0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2009-12-30 7:43 UTC (permalink / raw)
To: Shawn O. Pearce; +Cc: Robert Zeh, git
"Shawn O. Pearce" <spearce@spearce.org> writes:
> Robert Zeh <robert.a.zeh@gmail.com> wrote:
>>
>> Signed-off-by: Robert Zeh <robert.a.zeh@gmail.com>
>> ---
>> contrib/completion/git-completion.bash | 7 +++++--
>> 1 files changed, 5 insertions(+), 2 deletions(-)
>
> Acked-by: Shawn O. Pearce <spearce@spearce.org>
>
> --
> Shawn.
Thanks.
Robert, if you are planning to be a regular contributor, please check your
MUA settings, and next time, please first send a patch to yourself and try
running "git am" on it to make sure it applies. Your patch was seriously
whitespace damaged (all the leading SP on the context lines were
stripped).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-30 7:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-30 0:58 [PATCH] Add completion for git-svn mkdirs,reset,and gc Robert Zeh
2009-12-30 0:59 ` Shawn O. Pearce
2009-12-30 7:43 ` 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