Bug 279760 - devel/interactive_rebase_tool: Update to 2.4.0
Summary: devel/interactive_rebase_tool: Update to 2.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/MitMaro/git-intera...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-15 08:38 UTC by Petteri Valkonen
Modified: 2024-06-20 14:32 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update devel/interactive_rebase_tool to version 2.4.0 (53.33 KB, patch)
2024-06-15 08:38 UTC, Petteri Valkonen
petteri.valkonen: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Valkonen 2024-06-15 08:38:46 UTC
Created attachment 251469 [details]
Patch to update devel/interactive_rebase_tool to version 2.4.0

Changelog: https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/2.4.0

The broken Rust 1.77.0 build failure was fixed in PR #906 (https://github.com/MitMaro/git-interactive-rebase-tool/issues/906) thus the patch can be removed.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-06-20 14:31:45 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-20 14:32:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82d0c2ea4dee40eec5966e866299ae53d7febe6e

commit 82d0c2ea4dee40eec5966e866299ae53d7febe6e
Author:     Petteri Valkonen <petteri.valkonen@iki.fi>
AuthorDate: 2024-06-19 07:06:06 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-06-20 14:31:20 +0000

    devel/interactive_rebase_tool: Update to 2.4.0

    ChangeLog:
    https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/2.4.0

    Added

     * Add support for NO_COLOR environment variable
     * Post modified line exec command

    Changed

     * List search now uses a shared search thread

    Fixed

     * Fixed TTY support on macOS
     * Flicker when action width changes
     * Selected line was not always visible when multiple lines were selected
     * Selected line hidden by added trailing, leading or header line when view was
       not resized

    PR:             279760
    Reported by:    petteri.valkonen@iki.fi (maintainer)

 devel/interactive_rebase_tool/Makefile             | 143 +------
 .../interactive_rebase_tool/Makefile.crates (new)  | 140 +++++++
 devel/interactive_rebase_tool/distinfo             | 456 +++++++++++----------
 .../files/patch-rust-1.77.0 (gone)                 | 110 -----
 4 files changed, 370 insertions(+), 479 deletions(-)