[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 4803fba487 1/2: 'C-x v v' on a diff buffer commits it as a pa
From: |
Robert Pluim |
Subject: |
Re: master 4803fba487 1/2: 'C-x v v' on a diff buffer commits it as a patch (bug#52349) |
Date: |
Thu, 01 Sep 2022 15:32:14 +0200 |
>>>>> On Thu, 1 Sep 2022 16:28:09 +0300, Dmitry Gutov <dgutov@yandex.ru> said:
Dmitry> On 01.09.2022 16:26, Robert Pluim wrote:
>> 'git apply' will work as a replacement for 'patch' as well.
Dmitry> We're talking about a fallback implementation that will work across
Dmitry> backends.
I was too succinct. If the implementation at some point calls for
"patch"-like functionality, but "patch" is not available but "git
apply" is, then we could fall back to "git apply" (and the
equivalent commands for other backends if they exist).
Robert
--