forked from pool/gitui
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f0ec8095d7 | |||
| 691a123136 | |||
| b116918621 | |||
|
|
9521c415f3 | ||
| b73432fb56 | |||
|
|
90cd64ca92 | ||
|
|
5d4cc3c4b6 |
3
_service
3
_service
@@ -4,8 +4,5 @@
|
|||||||
<param name="srctar">gitui-*.tar.gz</param>
|
<param name="srctar">gitui-*.tar.gz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="manual">
|
|
||||||
<param name="srcdir">gitui-*</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c69eccba2457c53c18b933794aa4ff3dfecb71af42349282108354d543e4d956
|
|
||||||
size 34964001
|
|
||||||
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,78 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- update to 0.27.0:
|
||||||
|
* New feature: manage remotes
|
||||||
|
* use default shell instead of bash on Unix-like OS
|
||||||
|
* add popups for viewing, adding, updating and removing remotes
|
||||||
|
* support for Copy Path action in WSL
|
||||||
|
* help popup scrollbar
|
||||||
|
* respect env vars like GIT_CONFIG_GLOBAL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 2 13:07:53 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Update outdated source service configuration
|
||||||
|
- Disable update of dependencies
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 06:35:01 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.26.3:
|
||||||
|
* update yanked dependency to libc to fix building with --locked.
|
||||||
|
* document breaking change in theme file format.
|
||||||
|
* support BUILD_GIT_COMMIT_ID enabling builds from git archive generated source tarballs or other outside a git repo
|
||||||
|
* breaking change: Theme format based on new changes from ratatui crate
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 18 12:21:18 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat May 18 12:21:18 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
|||||||
11
gitui.spec
11
gitui.spec
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gitui
|
# spec file for package gitui
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
# Copyright (c) 2024 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
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,21 +18,26 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gitui
|
Name: gitui
|
||||||
Version: 0.26.2
|
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
|
||||||
URL: https://github.com/extrawurst/gitui
|
URL: https://github.com/extrawurst/gitui
|
||||||
Source0: https://github.com/extrawurst/gitui/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/extrawurst/gitui/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
# package `home v0.5.11` requires rustc 1.81 or newer
|
||||||
|
BuildRequires: rust+rustc >= 1.81
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
BuildRequires: pkgconfig(libgit2)
|
BuildRequires: pkgconfig(libgit2)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
ExclusiveArch: %{rust_tier1_arches}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TUI for git with the following features:
|
TUI for git with the following features:
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9818fc5d5b242ad8371f8b6f199ad2f66ad4b7a338e7af20a3e3e3434bc3b1c6
|
oid sha256:821a8bce7f81ce7862939bbf913776bd923b9b99ac7ad594437807049803f1eb
|
||||||
size 38239685
|
size 49617397
|
||||||
|
|||||||
Reference in New Issue
Block a user