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>
This commit is contained in:
parent
27dea4683b
commit
30221a3389
@ -81,12 +81,11 @@ OPTIONS
|
|||||||
* when both sides add a path identically. The resolution
|
* when both sides add a path identically. The resolution
|
||||||
is to add that path.
|
is to add that path.
|
||||||
|
|
||||||
--prefix=<prefix>/::
|
--prefix=<prefix>::
|
||||||
Keep the current index contents, and read the contents
|
Keep the current index contents, and read the contents
|
||||||
of the named tree-ish under the directory at `<prefix>`.
|
of the named tree-ish under the directory at `<prefix>`.
|
||||||
The command will refuse to overwrite entries that already
|
The command will refuse to overwrite entries that already
|
||||||
existed in the original index file. Note that the `<prefix>/`
|
existed in the original index file.
|
||||||
value must end with a slash.
|
|
||||||
|
|
||||||
--exclude-per-directory=<gitignore>::
|
--exclude-per-directory=<gitignore>::
|
||||||
When running the command with `-u` and `-m` options, the
|
When running the command with `-u` and `-m` options, the
|
||||||
|
Loading…
Reference in New Issue
Block a user