projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70969f7
)
git-submodule.sh: fix filename in comment.
author
Michał Górny
<mgorny@gentoo.org>
Mon, 25 Jun 2012 10:56:59 +0000
(12:56 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 25 Jun 2012 18:09:35 +0000
(11:09 -0700)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh
patch
|
blob
|
history
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 5c61ae2b43d67bf66ddee54ca80ba0607fbf45b8..fbf2fafaaf49ec65090ec4eadb33d1ccedc60436 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# git-submodule
s
.sh: add, init, update or list git submodules
+# git-submodule.sh: add, init, update or list git submodules
#
# Copyright (c) 2007 Lars Hjemli