Documentation/submodule: add command references and update options
commit402e8a6d9af392536c10f749275588ded78bca31
authorJens Lehmann <Jens.Lehmann@web.de>
Mon, 1 Aug 2011 20:49:21 +0000 (1 22:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2011 22:34:22 +0000 (1 15:34 -0700)
tree0a66e787272159e145254de8e1fbf2004d2739db
parentd5b66299040969706dd675c021f4336a26a6cc82
Documentation/submodule: add command references and update options

Reference the "git diff" and "git status" commands where they learned
functionality that in earlier git versions was only available through the
'summary' and 'status' subcommands of "git submodule".

The short option '-n' for '--summary-limit' was missing from the synopsis
and the --init option was missing from the "options" section, add those
there. And while at it, quote all options in backticks so they are
decorated properly in the output formats which support that.

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt