forked from pool/gitui
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f0ec8095d7 | |||
| 691a123136 | |||
| b116918621 | |||
|
|
9521c415f3 | ||
| b73432fb56 | |||
|
|
90cd64ca92 | ||
|
|
5d4cc3c4b6 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55a85f4a3ce97712b618575aa80f3c15ea4004d554e8899669910d7fb4ff6e4b
|
|
||||||
size 34695215
|
|
||||||
3
gitui-0.28.0.tar.gz
Normal file
3
gitui-0.28.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d7d1deef84b8cb3f59882b57b9a70d39ddd6491bd4539504d69b2b3924c044f
|
||||||
|
size 35102374
|
||||||
@@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 1 17:14:38 UTC 2026 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||||
|
|
||||||
|
- Update to 0.28.0
|
||||||
|
Added:
|
||||||
|
* support choosing checkout branch method when status is not empty
|
||||||
|
* support pre-push hook
|
||||||
|
* message tab supports pageUp and pageDown
|
||||||
|
* files and status tab support pageUp and pageDown
|
||||||
|
* support loading custom syntax highlighting themes from a file
|
||||||
|
* select syntax highlighting theme out of the defaults
|
||||||
|
from syntect
|
||||||
|
* new command-line option to override the default log file
|
||||||
|
path (--logfile)
|
||||||
|
* dx: make check checks Cargo.toml dependency ordering
|
||||||
|
using cargo sort
|
||||||
|
* add use_selection_fg to theme file to allow customizing
|
||||||
|
selection foreground color
|
||||||
|
* add "go to line" command for the blame view
|
||||||
|
* add --file cli flag to open the files tab with the given
|
||||||
|
file already selected
|
||||||
|
* add the ability to specify a custom keybinding/symbols
|
||||||
|
file via the cli
|
||||||
|
Changed:
|
||||||
|
* execute git-hooks directly if possible (on *nix) else use sh
|
||||||
|
instead of bash (without reading SHELL variable)
|
||||||
|
* improve error messages
|
||||||
|
* improve syntax highlighting file detection
|
||||||
|
* after commit: jump back to unstaged area
|
||||||
|
* the default key to close the commit error message popup
|
||||||
|
is now the Escape key
|
||||||
|
* use OSC52 copying in case other methods fail
|
||||||
|
* push: respect branch.*.merge when push default is upstream
|
||||||
|
* set the terminal title to gitui ({repo_path})
|
||||||
|
* respect .mailmap
|
||||||
|
* use gitoxide for get_tags
|
||||||
|
* increase MSRV to 1.82
|
||||||
|
Fixes:
|
||||||
|
* resolve core.hooksPath relative to GIT_WORK_TREE
|
||||||
|
* yanking commit ranges no longer generates incorrect dotted
|
||||||
|
range notations, but lists each individual commit
|
||||||
|
* print slightly nicer errors when failing to create a directory
|
||||||
|
* when the terminal is insufficient to display all the commands,
|
||||||
|
the cmdbar_bg configuration color does not fully take effect.
|
||||||
|
* disable blame and history popup keybinds for untracked files
|
||||||
|
* overwrites committer on amend of unsigned commits
|
||||||
|
* Updated project links to point to gitui-org
|
||||||
|
instead of extrawurst
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 26 15:47:12 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun Jan 26 15:47:12 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gitui
|
# spec file for package gitui
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gitui
|
Name: gitui
|
||||||
Version: 0.27.0
|
Version: 0.28.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal UI for git
|
Summary: Terminal UI for git
|
||||||
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Artistic-2.0 OR CC0-1.0) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CDDL-1.0 AND ISC AND MIT AND MIT AND CC-BY-3.0 AND MPL-2.0 AND SUSE-GPL-2.0-with-linking-exception
|
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Artistic-2.0 OR CC0-1.0) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CDDL-1.0 AND ISC AND MIT AND MIT AND CC-BY-3.0 AND MPL-2.0 AND SUSE-GPL-2.0-with-linking-exception
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:602a011742aeb96691a9f6dc433838ddf6da35ec0f1672de3eeb8042b59403dd
|
oid sha256:821a8bce7f81ce7862939bbf913776bd923b9b99ac7ad594437807049803f1eb
|
||||||
size 48730837
|
size 49617397
|
||||||
|
|||||||
Reference in New Issue
Block a user