summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2d93ae)
raw | patch | inline | side by side (parent: a2d93ae)
author | Steffen Prohaska <prohaska@zib.de> | |
Mon, 21 Jan 2008 06:41:27 +0000 (07:41 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Jan 2008 08:57:51 +0000 (00:57 -0800) |
Only "status" accepts "--cached" and the preferred way of
passing sub-command specific options is after the sub-command.
The documentation is adapted to reflect this.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
passing sub-command specific options is after the sub-command.
The documentation is adapted to reflect this.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt | patch | blob | history |
index cffc6d48fb0f74c744181de25fb34532eb3d1adb..e818e6e7895a94af0b05f04d2c8ecdae64583efd 100644 (file)
SYNOPSIS
--------
[verse]
-'git-submodule' [--quiet] [-b branch] add <repository> [<path>]
-'git-submodule' [--quiet] [--cached] [status|init|update] [--] [<path>...]
+'git-submodule' [--quiet] add [-b branch] [--] <repository> [<path>]
+'git-submodule' [--quiet] status [--cached] [--] [<path>...]
+'git-submodule' [--quiet] [init|update] [--] [<path>...]
COMMANDS