开发者

How to patch --dry-run but still view rejects?

开发者 https://www.devze.com 2023-01-10 20:38 出处:网络
I want to test a patch using --dry-run, but when it fails, I don\'t get any reject files. Is there any wa开发者_如何学JAVAy to do a dry run but keep the reject files so I can see what went wrong?patch

I want to test a patch using --dry-run, but when it fails, I don't get any reject files. Is there any wa开发者_如何学JAVAy to do a dry run but keep the reject files so I can see what went wrong?


patch -o /dev/null (without --dry-run) should send the successful hunks into oblivion and keep the reject files.

0

精彩评论

暂无评论...
验证码 换一张
取 消