* [PATCH] completion: add options --single-branch and --branch to "git clone"
@ 2012-11-28 18:27 Ralf Thielow
2012-11-28 18:57 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Ralf Thielow @ 2012-11-28 18:27 UTC (permalink / raw)
To: gitster; +Cc: git, Ralf Thielow
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
contrib/completion/git-completion.bash | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 48c3abd..cda095d 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -989,6 +989,8 @@ _git_clone ()
--upload-pack
--template=
--depth
+ --single-branch
+ --branch
"
return
;;
--
1.8.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] completion: add options --single-branch and --branch to "git clone"
2012-11-28 18:27 [PATCH] completion: add options --single-branch and --branch to "git clone" Ralf Thielow
@ 2012-11-28 18:57 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2012-11-28 18:57 UTC (permalink / raw)
To: Ralf Thielow; +Cc: git
Ralf Thielow <ralf.thielow@gmail.com> writes:
> Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
> ---
> contrib/completion/git-completion.bash | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
> index 48c3abd..cda095d 100644
> --- a/contrib/completion/git-completion.bash
> +++ b/contrib/completion/git-completion.bash
> @@ -989,6 +989,8 @@ _git_clone ()
> --upload-pack
> --template=
> --depth
> + --single-branch
> + --branch
> "
Hmph.... OK, will queue.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-28 18:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 18:27 [PATCH] completion: add options --single-branch and --branch to "git clone" Ralf Thielow
2012-11-28 18:57 ` 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).