diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-28 10:18:40 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-28 10:18:40 +0900 |
commit | 986ffdc83ea3f975aacf2c2f3b6c6ac569b13780 (patch) | |
tree | 2044b78689aaf442b66a7276f2f42a3c5c5fccf7 /Documentation | |
parent | fd052e4f9abc2cf9ea54ea33e2b563c0e120a795 (diff) | |
parent | e38c681fb7b9d9571cbcb441125759ffc4977ee2 (diff) | |
download | git-986ffdc83ea3f975aacf2c2f3b6c6ac569b13780.tar.gz |
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
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rev-parse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |