From 30221a3389f4172940b774829c95927fe6a728e5 Mon Sep 17 00:00:00 2001 From: "Andreas G. Schacker" Date: Tue, 9 Jan 2018 16:30:34 +0100 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/git-read-tree.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Documentation/git-read-tree.txt') diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index fa1d557e5b..a34190bb88 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=:: Keep the current index contents, and read the contents of the named tree-ish under the directory at ``. The command will refuse to overwrite entries that already - existed in the original index file. Note that the `/` - value must end with a slash. + existed in the original index file. --exclude-per-directory=:: When running the command with `-u` and `-m` options, the -- cgit v1.2.1