diff options
| author | Junio C Hamano <gitster@pobox.com> | 2012-06-25 11:21:33 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2012-06-25 11:21:33 -0700 |
| commit | 8df9be792b1a8cc349a7a9f321be7c36c2a2a18d (patch) | |
| tree | 8326b2ce84ca2f6733c6f8dc6d9bf6f29cf7dd4f /git-submodule.sh | |
| parent | f71be5cc062e23c481944ba3f7e6d25fdcf58f28 (diff) | |
| parent | 4c8a9db6f7dd9e10b5ce9bfbcd5faa82a8c86ce3 (diff) | |
| download | git-8df9be792b1a8cc349a7a9f321be7c36c2a2a18d.tar.xz | |
Merge branch 'maint'
* maint:
git-submodule.sh: fix filename in comment.
git-add--interactive.perl: Remove two unused variables
Diffstat (limited to 'git-submodule.sh')
| -rwxr-xr-x | git-submodule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh index 5c61ae2b43..fbf2fafaaf 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# git-submodules.sh: add, init, update or list git submodules +# git-submodule.sh: add, init, update or list git submodules # # Copyright (c) 2007 Lars Hjemli |
