On Thu, Jan 11, 2018 at 03:14:07PM -0800, Junio C Hamano wrote:
> >> Doesn't "git read-tree --prefix=previous HEAD^" add paths like
> >> "previous/Documentation/Makefile" to the index, i.e. instead of
> >> forcing you to have the required slash at the end, we give one for
> >> free when it is miss
Jeff King writes:
> On Thu, Jan 11, 2018 at 11:02:04AM -0800, Junio C Hamano wrote:
>
>> >> ---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
On Thu, Jan 11, 2018 at 11:02:04AM -0800, Junio C Hamano wrote:
> >> ---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
> >> - exi
Jeff King writes:
> On Tue, Jan 09, 2018 at 04:30:34PM +0100, Andreas G. Schacker wrote:
>
>> 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.
>
> Make
On Tue, Jan 09, 2018 at 04:30:34PM +0100, Andreas G. Schacker wrote:
> 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.
Makes sense.
> ---prefix=/::
> +
"Andreas G. Schacker" writes:
> 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
> ---
Thanks. "read-tree --pre
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
---
Documentation/git-read-tree.txt | 5 ++---
1 file changed, 2 inserti
7 matches
Mail list logo