.gitmodules | 3 +++
1 file changed, 3 insertions(+)
Description: Add Bash/ZSH completion as a git module
This patch adds the third-party bash and zsh completion as a git
submodule.
Author: Gergely Nagy <algernon@madhouse-project.org>
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "shFlags"]
path = shFlags
url = git://github.com/nvie/shFlags.git
+[submodule "completion"]
+ path = completion
+ url = git://github.com/bobthecow/git-flow-completion.git