From: Junio C Hamano Date: Sat, 28 Oct 2017 01:18:40 +0000 (+0900) Subject: Merge branch 'sb/rev-parse-show-superproject-root' X-Git-Tag: v2.15.0~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/986ffdc83ea3f975aacf2c2f3b6c6ac569b13780?hp=fd052e4f9abc2cf9ea54ea33e2b563c0e120a795 Merge branch 'sb/rev-parse-show-superproject-root' Doc markup fix. * sb/rev-parse-show-superproject-root: docs: fix formatting of rev-parse's --show-superproject-working-tree --- diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 0917b8207b..95326b85ff 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -264,7 +264,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