We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2409e10 + 30221a3 commit d4e528eCopy full SHA for d4e528e
Documentation/git-read-tree.txt
@@ -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>/::
+--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.
+ existed in the original index file.
90
91
--exclude-per-directory=<gitignore>::
92
When running the command with `-u` and `-m` options, the
0 commit comments