Is there a GIT api that can tell if a specific line of a file has a
whitespace only change
Is there a GIT api that can tell if a specific line (say given line no.)
of a file has a whitespace only change? I'm writing a rule in lint
(ArcanistLinter) that would alert if certain lines have only whitespace
changes, and they're not adjacent to any real change (say they got
modified by the editor).
No comments:
Post a Comment