summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-02-15 15:18:14 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-02-15 15:18:14 -0800
commitd4e528ef6a00b2176e69e426be0da19c86577ffc (patch)
tree0b1fe84e64782e9f038bee9324bf4308a4a8933a /Documentation
parentMerge branch 'nd/add-i-ignore-submodules' into maint (diff)
parentdoc/read-tree: remove obsolete remark (diff)
downloadtgif-d4e528ef6a00b2176e69e426be0da19c86577ffc.tar.xz
Merge branch 'as/read-tree-prefix-doc-fix' into maint
Doc update. * as/read-tree-prefix-doc-fix: doc/read-tree: remove obsolete remark
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-read-tree.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt
index 72bd809fb8..f2a07d54d6 100644
--- a/Documentation/git-read-tree.txt
+++ b/Documentation/git-read-tree.txt
@@ -81,12 +81,11 @@ OPTIONS
* when both sides add a path identically. The resolution
is to add that path.
---prefix=<prefix>/::
+--prefix=<prefix>::
Keep the current index contents, and read the contents
of the named tree-ish under the directory at `<prefix>`.
The command will refuse to overwrite entries that already
- existed in the original index file. Note that the `<prefix>/`
- value must end with a slash.
+ existed in the original index file.
--exclude-per-directory=<gitignore>::
When running the command with `-u` and `-m` options, the