Hi Olaf,
On Thu, 18 Aug 2016, Olaf Hering wrote:
This command used to create a diff which can be consumed by patch. But
at least with 2.9.3 it just gives a rename output:
git format-patch \
--no-signature \
--stdout \
--break-rewrites \
--keep-subject \
95fa0405c5991726e06c08ffcd8ff872f7fb4f2d^..95fa0405c5991726e06c08ffcd8ff872f7fb4f2d
What must be done now to get a usable patch?
Maybe --no-renames? BTW this behavior was not introduced in 2.9.3, but in
2.9.0:
https://github.com/git/git/blob/v2.9.0/Documentation/RelNotes/2.9.0.txt#L7-L9
Ciao,
Johannes