SHA256
5
0
forked from pool/gitui

7 Commits

Author SHA256 Message Date
f0ec8095d7 Accepting request 1327004 from utilities
- 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 (forwarded request 1325030 from priand)

OBS-URL: https://build.opensuse.org/request/show/1327004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=11
2026-01-13 20:34:51 +00:00
691a123136 - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=28
2026-01-13 13:34:16 +00:00
b116918621 Accepting request 1241342 from utilities
OBS-URL: https://build.opensuse.org/request/show/1241342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=10
2025-01-30 14:58:53 +00:00
Soc Virnyl Estela
9521c415f3 gitui 0.27.0
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=26
2025-01-30 12:38:16 +00:00
b73432fb56 Accepting request 1220284 from utilities
- Update outdated source service configuration
- Disable update of dependencies
- 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

OBS-URL: https://build.opensuse.org/request/show/1220284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=9
2024-11-03 06:17:31 +00:00
Soc Virnyl Estela
90cd64ca92 - Update outdated source service configuration
- Disable update of dependencies

OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=24
2024-11-02 13:08:29 +00:00
Soc Virnyl Estela
5d4cc3c4b6 - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=23
2024-10-26 06:37:08 +00:00
6 changed files with 88 additions and 11 deletions

View File

@@ -4,8 +4,5 @@
<param name="srctar">gitui-*.tar.gz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual">
<param name="srcdir">gitui-*</param>
</service>
</services>

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d7d1deef84b8cb3f59882b57b9a70d39ddd6491bd4539504d69b2b3924c044f
size 35102374

View File

@@ -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>

View File

@@ -1,8 +1,8 @@
#
# spec file for package gitui
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,26 @@
Name: gitui
Version: 0.26.2
Version: 0.28.0
Release: 0
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
URL: https://github.com/extrawurst/gitui
Source0: https://github.com/extrawurst/gitui/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: c++_compiler
BuildRequires: cargo-packaging
BuildRequires: cmake
BuildRequires: git-core
BuildRequires: pkgconfig
# package `home v0.5.11` requires rustc 1.81 or newer
BuildRequires: rust+rustc >= 1.81
BuildRequires: zstd
BuildRequires: pkgconfig(libgit2)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(zlib)
ExclusiveArch: %{rust_tier1_arches}
%description
TUI for git with the following features:

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9818fc5d5b242ad8371f8b6f199ad2f66ad4b7a338e7af20a3e3e3434bc3b1c6
size 38239685
oid sha256:821a8bce7f81ce7862939bbf913776bd923b9b99ac7ad594437807049803f1eb
size 49617397