git-submodule.sh: get rid of unused variable
Remove the variable "$diff_cmd" which is no longer used. Signed-off-by: Roy Eldar <royeldar0@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
006f546bc3
commit
402e46daf5
@ -503,7 +503,6 @@ cmd_set_url() {
|
|||||||
cmd_summary() {
|
cmd_summary() {
|
||||||
summary_limit=-1
|
summary_limit=-1
|
||||||
for_status=
|
for_status=
|
||||||
diff_cmd=diff-index
|
|
||||||
|
|
||||||
# parse $args after "submodule ... summary".
|
# parse $args after "submodule ... summary".
|
||||||
while test $# -ne 0
|
while test $# -ne 0
|
||||||
|
|||||||
Reference in New Issue
Block a user