summaryrefslogtreecommitdiff
path: root/devel/gitui
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23devel/gitui: remove obsolete patchpin1-51/+0
2022-11-22devel/gitui: update to 0.22.1pin4-396/+525
[0.22.1] - 2022-11-22 - Bugfix followup release - check 0.22.0 notes for more infos! Added - new arg --polling to use poll-based change detection and not filesystem watcher (use if you see problems running into file descriptor limits) Fixes - improve performance by requesting branches info asynchronous (92f63d1) - fix app startup delay due to using file watcher (#1436) - make git tree file fetch async (#734) [0.22.0] - 2022-11-19 submodules view - submodules Added - submodules support (#1087) - remember tab between app starts (#1338) - repo specific gitui options saved in .git/gitui.ron (#1340) - commit msg history (#1345) - customizable cmdbar_bg theme color & screen spanning selected line bg [@gigitsu] (#1299) - word motions to text input [@Rodrigodd] (#1256) - file blame at right revision from commit-details [@heiskane] (#1122) - dedicated selection foreground theme color selection_fg (#1365) - add regex-fancy and regex-onig features to allow building Syntect with Onigumara regex engine instead of the default engine based on fancy-regex [@jirutka] - add vendor-openssl feature to allow building without vendored openssl [@jirutka] - allow copying marked commits [@remique] (#1288) - feedback for success/failure of copying hash commit [@sergioribera](#1160) - display tags and branches in the log view [@alexmaco] (#1371) - display current repository path in the top-right corner [@alexmaco](#1387) - add Linux targets for ARM, ARMv7 and AARCH64 [@adur1990] (#1419) - display commit description in file view [@alexmaco] (#1380) - allow launching editor from Compare Commits view (#1409) Fixes - remove insecure dependency ansi_term (#1290) - use filewatcher instead of polling updates (#1)
2022-09-20gitui: fix path in patch and rename it for pkglint. fix checksum too.wiz2-5/+5
2022-09-18devel/gitui: add recognition of the NetBSD rust-running ports.he2-1/+53
Now also reported upstream, ref. https://github.com/alexcrichton/openssl-src-rs/pull/156 so hopefully this patch can eventually be removed.
2022-08-18devel/gitui: update to 0.21.0pin3-416/+532
Added stack popups (#846) file history log [@cruessler] (#381) termux support on andriod [@PeroSar] (#1139) use GIT_DIR and GIT_WORK_DIR from environment if set (#1191) new FAQs page mention macports in install section [@fs111](#1237) support copy to clipboard on wayland [@JayceFayne] (#397) Fixed opening tags list without remotes (#1111) tabs indentation in blame [@fersilva16] (#1117) switch focus to index after staging last file (#1169) fix stashlist multi marking not updated after dropping (#1207) exact matches have a higher priority and are placed to the top of the list when fuzzily finding files (#1183) Changed minimum supported rust version bumped to 1.60 (#1279)
2022-06-28*: recursive bump for perl 5.36wiz1-1/+2
2022-04-09New package for gitui. From Kimihiro Nonaka in PR pkg/56784.bsiegert5-0/+726
Blazing fast terminal client for git written in Rust. Features: * Fast and intuitive keyboard only control * Context based help (no need to memorize tons of hot-keys) * Inspect, commit, and amend changes (incl. hooks: commit-msg/post-commit) * Stage, unstage, revert and reset files and hunks * Stashing (save, apply, drop, and inspect) * Browse commit log, diff committed changes * Scalable terminal UI layout * Async input polling * Async git API for fluid control