diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-05-01 20:23:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-01 20:23:10 -0700 |
commit | ddb27a5a6b5ed74c70d56c96592b32eed415d72b (patch) | |
tree | b835a16ef2d995f1628d6d5f280cd1bd6514e216 /git-submodule.sh | |
parent | c8c073c4201600b958f5d3bd9e8051b2060bd3f7 (diff) | |
parent | ed215b109fc0e352456ea2ef6a0f8375e28466d5 (diff) | |
download | git-ddb27a5a6b5ed74c70d56c96592b32eed415d72b.tar.gz |
Merge branch 'maint'
* maint:
index-pack: fix trivial typo in usage string
git-submodule.sh: properly initialize shell variables
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-x | git-submodule.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-submodule.sh b/git-submodule.sh index 2dd372a21d..3319b836b2 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -21,6 +21,8 @@ command= branch= reference= cached= +recursive= +init= files= nofetch= update= |