doc/read-tree: remove obsolete remark

Earlier versions of `git read-tree` required the `--prefix` option value to end with a slash. This restriction was eventually lifted without a corresponding amendment to the documentation. Signed-off-by: Andreas G. Schacker <andreas.schacker@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Andreas G. Schacker committed Jan 9, 2018 at 16:30 UTC 30221a3389f4172940b774829c95927fe6a728e5
1 file changed +2 -3
Documentation/git-read-tree.txt
+2 -3
@@ -81,12 +81,11 @@ OPTIONS
81 * when both sides add a path identically. The resolution
82 is to add that path.
83
84 ---prefix=<prefix>/::
84 +--prefix=<prefix>::
85 Keep the current index contents, and read the contents
86 of the named tree-ish under the directory at `<prefix>`.
87 The command will refuse to overwrite entries that already
88 - existed in the original index file. Note that the `<prefix>/`
89 - value must end with a slash.
88 + existed in the original index file.
89
90 --exclude-per-directory=<gitignore>::
91 When running the command with `-u` and `-m` options, the