2022-09-01 22:46:51 by Nathanial Sloss | Files touched by this commit (2) |
Log message: Update to new version of diffbreaker. New in this release: Search function display has been fixed. Better display in monochrome. |
2022-07-13 13:48:05 by Nathanial Sloss | Files touched by this commit (5) | |
Log message: Diffbreaker 0.4 New features: Ability to jump between files in a multi-file unified diff. Ability to search diffs. Bug fixes: Correctly calculate file offsets at the start of the diff. Now at its new home on Github at https://github.com/AceHusky12/diffbreaker. |
2021-05-14 16:47:55 by Nia Alarie | Files touched by this commit (1) |
Log message: diffbreaker: needds libcurses |
2020-10-11 03:57:04 by Nathanial Sloss | Files touched by this commit (2) |
Log message: UI change moving though the diff now moves to next marker which was the prev/intended behaviour. Bump version. |
2020-08-11 20:48:10 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Cast to right type. Mark as using BSD makefiles. |
2020-06-18 15:40:18 by Nathanial Sloss | Files touched by this commit (1) |
Log message: Fix off-by-one for last line of input diff. |
2020-06-18 15:38:49 by Nathanial Sloss | Files touched by this commit (1) |
Log message: Use secondary buffer as an intermediatory to fix compilation with SSP_FORTIFY. |
2020-06-18 02:00:25 by Nathanial Sloss | Files touched by this commit (1) |
Log message: Avoid writing empty output diffs. |