There's nothing important that happens during the init phase any more.
Keep the option around as a no-op for backwards compatibility.
Signed-off-by: W. Trevor King <wking@tremily.us>
USAGE="[--quiet] add [-b branch] [-f|--force] [--reference <repository>] [--] <repository> [<path>]
or: $dashless [--quiet] status [--cached] [--recursive] [--] [<path>...]
or: $dashless [--quiet] init [--] [<path>...]
- or: $dashless [--quiet] update [--init] [-N|--no-fetch] [-f|--force] [--rebase] [--reference <repository>] [--merge] [--recursive] [--] [<path>...]
+ or: $dashless [--quiet] update [-N|--no-fetch] [-f|--force] [--rebase] [--reference <repository>] [--merge] [--recursive] [--] [<path>...]
or: $dashless [--quiet] summary [--cached|--files] [--summary-limit <n>] [commit] [--] [<path>...]
or: $dashless [--quiet] foreach [--recursive] <command>
or: $dashless [--quiet] sync [--] [<path>...]"
reference=
cached=
recursive=
-init=
files=
nofetch=
update=
GIT_QUIET=1
;;
-i|--init)
- init=1
;;
-N|--no-fetch)
nofetch=1
shift
done
- if test -n "$init"
- then
- cmd_init "--" "$@" || return
- fi
-
cloned_modules=
module_list "$@" | {
err=