SHA256
5
0
forked from pool/riff

26 Commits

Author SHA256 Message Date
69913f5265 - Update to 3.4.1:
* moor is the new name for what used to be moar

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=58
2025-08-13 06:26:45 +00:00
064226ef95 - Update to 3.4.0:
* File names mentioned in the diff can now be clicked

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=56
2025-07-04 06:28:01 +00:00
e9d4402b4c - Update to 3.3.10:
* Enable highlighting differences in ANSI styled text files.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=54
2025-04-07 14:01:58 +00:00
597261bb43 - Update to 3.3.9:
* Don't group Hiragana / Katakana into words

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=52
2025-03-24 07:03:45 +00:00
19b83f86b8 - Update to 3.3.8:
* Accept arguments in PAGER variable

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=50
2025-01-13 15:05:49 +00:00
83be94c796 - Update to 3.3.7:
* Fix building with older Rust versions

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=48
2024-11-27 08:11:28 +00:00
beaec1014e - Update to 3.3.6:
* Prevent timeouts on large differences by not doing any
    refinement on the large sections.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=46
2024-10-30 08:45:33 +00:00
7646404a87 - Update to 3.3.5:
* With this release, many more conflicts are recognized, and changes vs
    non-changed line parts are marked much more clearly.
  * This release introduces a --unchanged-style=experimental
    command line option. Try export RIFF=--unchanged-style=experimental
    and report back!

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=44
2024-10-24 07:58:21 +00:00
589303f11a - Update to 3.3.4:
* Both by clearly highlighting the markers, and by improving how
    we color the conflicting areas themselves.
  * And remember: "git config --global merge.conflictstyle diff3"
    is your friend!

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=42
2024-10-11 07:02:22 +00:00
8ad9d62d51 - Update to 3.3.3:
* With this release, we go from plain LCS to the Patience Diff algorithm.
    "Patience" is marketed as producing more human friendly diffs.
  * Additionally, post processing has been tuned to take better decisions on
    which differences should be highlighted and not.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=40
2024-10-07 08:27:53 +00:00
a89c216d5b - Update to 3.3.2:
* Tune what gets highlighted and not

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=37
2024-09-30 06:25:53 +00:00
6f93b05528 - Update to 3.3.1:
* Tune leading whitespace lowlighting

- Update to 3.3.0:
  * Don't highlight leading whitespace

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=35
2024-09-23 07:04:05 +00:00
c8d12e6fef - Update to 3.2.1:
* Before this release, file names were rendered in all bold.
    Starting with this release though, the paths are rendered
    in normal intensity, but the actual file names are kept bold.
    The goal of this is to improve readability of the output.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=33
2024-09-09 06:24:09 +00:00
cff2cb7cd9 - Update to 3.2.0:
* Especially for diff3 conflicts, where we now show unchanged
    lines vs base in context color:
    https://stackoverflow.com/questions/27417656/should-diff3-be-default-conflictstyle-on-git
  * With this release, we are also better at detecting conflict
    markers in git diff output.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=31
2024-05-21 06:09:37 +00:00
909427f20f - Update to 3.1.3:
* By doing our best, highlighting parse errors in the output,
    and then printing an error message after we're done.
    Before this release, we just panicked on parse errors.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=28
2024-05-13 06:51:18 +00:00
ce7953a9d9 output. With this release, we now retain the existing color for
lines we have no special handling for. #62
- Update to 2.30.1:
  * Fix crash by handling conflict markers corner cases properly

    and riff will use them primarily
  * Align diff file timestamp

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=26
2024-04-11 12:16:50 +00:00
6b99864e85 - Update to 2.30.1:
* Fix crash by handling conflict markers corner cases properly

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=18
2024-02-05 06:35:56 +00:00
e5e5393d91 - Update to 2.30.0:
* Option to put command line options in the RIFF environment variable
	  and riff will use them primarily
  * --no-adds-only-special flag added
  * Improved --- and +++ headers highlighting

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=16
2024-02-01 15:45:54 +00:00
a0eb43f1ef - Update to 2.20.1:
* Fix losing part of the diff
	* Align diff file timestamp

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=14
2024-01-31 05:01:21 +00:00
495ec0035e * Improve display
OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=12
2024-01-30 05:49:34 +00:00
6d124f56c9 - Update to 2.29.0:
* Improve error handling
	* Improve display

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=11
2024-01-30 05:48:50 +00:00
249eb20d95 - Update to 2.28.0:
* Conflict markers can be added to files by git merge for example.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=9
2024-01-25 08:00:51 +00:00
dc09d1affa - Update to 2.27.1:
* Don't require file names with -b #54.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=7
2023-11-14 07:00:33 +00:00
529ebadeb1 - Update to 2.27.0:
* Fix crash when you remove a line starting with "--" and passed
    the diff to riff, riff would crash #51
    As a side effect, riff will now be pickier with its input. If
    you modify your diffs manually, beware.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=5
2023-09-24 18:22:51 +00:00
2f6f5700b3 - Update to 2.26.0:
* Add -f flag for specifying a diff file to highlight
  * With this release there are two ways of highlighting a particular
    diff file:
    + riff < file.diff
    + riff --file=file.diff
  * Command line parsing has been updated to use Clap, which will
    make help output look somewhat different. Should also fix some
    options parsing corner cases.

OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=3
2023-09-17 12:35:37 +00:00
2a184d445b Accepting request 1110340 from home:jubalh
OBS-URL: https://build.opensuse.org/request/show/1110340
OBS-URL: https://build.opensuse.org/package/show/utilities/riff?expand=0&rev=1
2023-09-11 15:33:02 +00:00