git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add --recursive flag to git bash completion script.
@ 2016-02-22 21:00 James
  0 siblings, 0 replies; 3+ messages in thread
From: James @ 2016-02-22 21:00 UTC (permalink / raw)
  To: gitster; +Cc: git


[-- Attachment #1.1: Type: text/plain, Size: 33 bytes --]

Patch attached!

Cheers,
James

[-- Attachment #1.2: completion-recursive.patch --]
[-- Type: text/x-patch, Size: 775 bytes --]

From f7feb714a7ec703b97552e343d5f4ce541ffb7a1 Mon Sep 17 00:00:00 2001
From: James Shubin <james@shubin.ca>
Date: Sun, 8 Mar 2015 19:57:17 -0400
Subject: [PATCH] Add --recursive flag to git bash completion script.

This flag was missing from the list, and I use it quite often :)

Signed-off-by: James Shubin <james@shubin.ca>
---
 contrib/completion/git-completion.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 45ec47f..4dd9552 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1082,6 +1082,7 @@ _git_clone ()
 			--no-hardlinks
 			--shared
 			--reference
+			--recursive
 			--quiet
 			--no-checkout
 			--bare
-- 
2.5.0


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH] Add --recursive flag to git bash completion script.
@ 2015-03-09  0:00 James
  2015-03-09 10:43 ` Thomas Ferris Nicolaisen
  0 siblings, 1 reply; 3+ messages in thread
From: James @ 2015-03-09  0:00 UTC (permalink / raw)
  To: git, gitster


[-- Attachment #1.1: Type: text/plain, Size: 205 bytes --]

This is a patch to add a much needed option to the bash completion
script. I'm not subscribed to this list, so please include me in your
reply if you'd like me to see your response.

Thanks,
James


[-- Attachment #1.2: completion-recursive.patch --]
[-- Type: text/x-patch, Size: 775 bytes --]

From ca976de5bfeccc9bd69c22183f82b9d1e59d2547 Mon Sep 17 00:00:00 2001
From: James Shubin <james@shubin.ca>
Date: Sun, 8 Mar 2015 19:57:17 -0400
Subject: [PATCH] Add --recursive flag to git bash completion script.

This flag was missing from the list, and I use it quite often :)

Signed-off-by: James Shubin <james@shubin.ca>
---
 contrib/completion/git-completion.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index c21190d..6cb7ff5 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1090,6 +1090,7 @@ _git_clone ()
 			--no-hardlinks
 			--shared
 			--reference
+			--recursive
 			--quiet
 			--no-checkout
 			--bare
-- 
2.1.0


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-02-22 21:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 21:00 [PATCH] Add --recursive flag to git bash completion script James
  -- strict thread matches above, loose matches on Subject: below --
2015-03-09  0:00 James
2015-03-09 10:43 ` Thomas Ferris Nicolaisen

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