diff options
author | Stefan Beller <sbeller@google.com> | 2017-01-11 12:59:17 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-12 14:09:28 -0800 |
commit | c32eaa8af17fb295fe5a2b18fec0ba4c363c9db6 (patch) | |
tree | 07da11d8ad31e2ef4f92061c7661148583b2c072 /git-submodule.sh | |
parent | 7c4be458b1c7ba81b0cc63d76a144261eb2395be (diff) | |
download | git-c32eaa8af17fb295fe5a2b18fec0ba4c363c9db6.tar.gz |
submodule absorbgitdirs: mention in docstring helpsb/submodule-embed-gitdir
This part was missing in f6f85861 (submodule: add absorb-git-dir function,
2016-12-12).
Noticed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-x | git-submodule.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh index 9285b5c43d..56bb3737e5 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -12,7 +12,8 @@ USAGE="[--quiet] add [-b <branch>] [-f|--force] [--name <name>] [--reference <re or: $dashless [--quiet] update [--init] [--remote] [-N|--no-fetch] [-f|--force] [--checkout|--merge|--rebase] [--[no-]recommend-shallow] [--reference <repository>] [--recursive] [--] [<path>...] or: $dashless [--quiet] summary [--cached|--files] [--summary-limit <n>] [commit] [--] [<path>...] or: $dashless [--quiet] foreach [--recursive] <command> - or: $dashless [--quiet] sync [--recursive] [--] [<path>...]" + or: $dashless [--quiet] sync [--recursive] [--] [<path>...] + or: $dashless [--quiet] absorbgitdirs [--] [<path>...]" OPTIONS_SPEC= SUBDIRECTORY_OK=Yes . git-sh-setup |