Skip to content

Commit

Permalink
git-submodule: re-enable 'status' as the default subcommand
Browse files Browse the repository at this point in the history
This was broken as part of ecda072.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Acked-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Lars Hjemli authored and Junio C Hamano committed Aug 17, 2007
1 parent a9ab200 commit 97a5d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ case "$add,$init,$update,$status,$cached" in
,,1,,)
modules_update "$@"
;;
,,,1,*)
,,,*,*)
modules_list "$@"
;;
*)
Expand Down

0 comments on commit 97a5d8c

Please sign in to comment.