./devel/diffbreaker, Tool to manuipulate unified diffs using curses

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5, Package name: diffbreaker-0.5, Maintainer: nat

Diffbreaker allows the user to create incremental patches
from a single unified diff interactively using curses.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 8.754 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package removed
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.