From: Sebastian Schuberth Date: Thu, 26 Oct 2017 11:53:37 +0000 (+0000) Subject: docs: fix formatting of rev-parse's --show-superproject-working-tree X-Git-Tag: v2.15.0~4^2 X-Git-Url: https://git.uis.cam.ac.uk/x/uis/git/git.git/commitdiff_plain/e38c681fb7b9d9571cbcb441125759ffc4977ee2 docs: fix formatting of rev-parse's --show-superproject-working-tree Signed-off-by: Sebastian Schuberth Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index c40c470448..280fe75944 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -261,7 +261,7 @@ print a message to stderr and exit with nonzero status. --show-toplevel:: Show the absolute path of the top-level directory. ---show-superproject-working-tree +--show-superproject-working-tree:: Show the absolute path of the root of the superproject's working tree (if exists) that uses the current repository as its submodule. Outputs nothing if the current repository is