Re: [PATCH 1/2] Allow git-apply to fix up the line counts
From: Johannes Sixt <hidden> Date: 2016-06-15 22:44:41
Johannes Schindelin schrieb:
+--fixup-line-counts::
+ Fix up the line counts (e.g. after editing the patch without
+ adjusting the hunk headers appropriately).
This sort of implies that there is some kind of output that tells the
correct line counts. But that isn't the case (if I read the patch
correctly). So I suggest to name the option --ignore-line-counts.
-- Hannes