Jeff King <peff@xxxxxxxx> writes: > Of course that only helps if the patch actually applies. If your goal is > to filter out hunks that don't apply, it won't help. :) That can be done without filterdiff, though, via "git apply --reject" ;-)
Jeff King <peff@xxxxxxxx> writes: > Of course that only helps if the patch actually applies. If your goal is > to filter out hunks that don't apply, it won't help. :) That can be done without filterdiff, though, via "git apply --reject" ;-)