summaryrefslogtreecommitdiffstats
path: root/git-ls-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-22 12:38:39 +0900
committerJunio C Hamano <gitster@pobox.com>2019-04-22 12:38:39 +0900
commitb551377cb5b53a9d5872eeaa46cd5b3a0a661435 (patch)
treee9b56aec3e6abf5746d842678d8fa88b01472e8d /git-ls-tree.txt
parent6b7d215a58fcad73e1d989b5767c9d3b2ba6608b (diff)
downloadgit-htmldocs-b551377cb5b53a9d5872eeaa46cd5b3a0a661435.tar.gz
Autogenerated HTML docs for v2.21.0-498-g14c0f8
Diffstat (limited to 'git-ls-tree.txt')
-rw-r--r--git-ls-tree.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-ls-tree.txt b/git-ls-tree.txt
index 9dee7bef3..a7515714d 100644
--- a/git-ls-tree.txt
+++ b/git-ls-tree.txt
@@ -27,9 +27,9 @@ in the current working directory. Note that:
taken as relative to the current working directory. E.g. when you are
in a directory 'sub' that has a directory 'dir', you can run 'git
ls-tree -r HEAD dir' to list the contents of the tree (that is
- 'sub/dir' in `HEAD`). You don't want to give a tree that is not at the
+ `sub/dir` in `HEAD`). You don't want to give a tree that is not at the
root level (e.g. `git ls-tree -r HEAD:sub dir`) in this case, as that
- would result in asking for 'sub/sub/dir' in the `HEAD` commit.
+ would result in asking for `sub/sub/dir` in the `HEAD` commit.
However, the current working directory can be ignored by passing
--full-tree option.