Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ApplyCommand: handle completely empty context lines in text patches | Thomas Wolf | 2021-05-26 | 1 | -0/+4 |
C git treats completely empty lines as empty context lines (which traditionally have a single blank). Apparently newer GNU diff may produce such lines; see [1]. ("Newer" meaning "since 2006"...) [1] https://github.com/git/git/commit/b507b465f7831 Change-Id: I80c1f030edb17a46289b1dabf11a2648d2660d38 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> |