RFR: 1222: Git patch parser fails on Status T
Zhao Song
duke at openjdk.org
Thu Sep 22 23:39:37 UTC 2022
On Tue, 13 Sep 2022 16:44:55 GMT, Zhao Song <duke at openjdk.org> wrote:
> Make parser know Status T
vcs/src/main/java/org/openjdk/skara/vcs/tools/PatchHeader.java line 108:
> 106: } else if (status.isFileTypeChanged()) {
> 107: sourcePath = Path.of(parts[1]);
> 108: targetPath = sourcePath;
I am not very sure whether this is right or not. I could not create a Status T raw line by myself
-------------
PR: https://git.openjdk.org/skara/pull/1373
More information about the skara-dev
mailing list