diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2017-10-26 11:53:37 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-27 10:31:46 +0900 |
commit | e38c681fb7b9d9571cbcb441125759ffc4977ee2 (patch) | |
tree | 35bd08e30c8eb79045cdddf605e75f1b74ee7e6d | |
parent | bf0231c66140be5194ac76a4a9f79e949c588293 (diff) | |
download | git-e38c681fb7b9d9571cbcb441125759ffc4977ee2.tar.gz |
docs: fix formatting of rev-parse's --show-superproject-working-treesb/rev-parse-show-superproject-root
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 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 |