Skip to content

Commit ad237bc

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
tig (2.5.10-1 -> 2.5.11-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent a88f870 commit ad237bc

File tree

13 files changed

+22
-9
lines changed

13 files changed

+22
-9
lines changed

etc/tigrc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# date
2727
# - display (enum) [no|default|relative|relative-compact|custom]
2828
# : Show dates?
29+
# - use-author (bool) : Show author date instead of committer date?
2930
# - local (bool) : Show local dates?
3031
# - format (string) : Custom strftime(3) format
3132
# Note: %Z is formatted as %z
@@ -100,6 +101,7 @@ set truncation-delimiter = ~ # Character drawn for truncations, or "utf-8"
100101
# - replace : A replaced reference.
101102
# - branch : A branch.
102103
# - stash : The stash.
104+
# - note : Notes.
103105
# - prefetch : Refs prefetched by `git maintenance`.
104106
# - other : Any other reference.
105107
#
@@ -108,8 +110,8 @@ set truncation-delimiter = ~ # Character drawn for truncations, or "utf-8"
108110
# Similarly, if no format is specified for `tracked-remote`, the format for
109111
# `remote` is used, and if no format is specified for any other reference
110112
# type, the format for `branch` is used.
111-
# Prefix with `hide:` to not show that reference type, e.g. `hide:remote`.
112-
set reference-format = [branch] <tag> {remote} ~replace~ hide:prefetch
113+
# Prefix with `hide:` to not show that reference type, e.g. `hide:prefetch`.
114+
set reference-format = [branch] <tag> {remote} ~replace~
113115

114116
# Settings controlling how content is read from Git
115117
set commit-order = auto # Enum: auto, default, topo, date, reverse (main)
@@ -168,7 +170,7 @@ set pager-autoscroll = no # Scroll the pager view automatically while loading?
168170
#
169171
# User-defined commands can optionally refer to Tig's internal state
170172
# using the following variable names, which are substituted before
171-
# commands are run:
173+
# commands are run (see 'man tigrc' for the full list):
172174
#
173175
# %(head) The current ref ID. Defaults to HEAD
174176
# %(commit) The current commit ID.
@@ -186,6 +188,9 @@ set pager-autoscroll = no # Scroll the pager view automatically while loading?
186188
# %(cmdlineargs) All other options passed on the command line.
187189
# %(diffargs) The diff options from `diff-options` or `TIG_DIFF_OPTS`
188190
# %(prompt) Prompt for the argument value.
191+
# %(repo:head) The name of the checked out branch.
192+
# %(repo:remote) The remote name associated with the checked out branch.
193+
# %(repo:upstream) The upstream branch associated with the checked out branch.
189194

190195
bind main C ?git cherry-pick %(commit)
191196
bind status C !git commit
@@ -428,6 +433,10 @@ color main-annotated default default bold
428433
color main-tag magenta default bold
429434
color main-local-tag magenta default
430435
color main-remote yellow default
436+
color main-stash blue default
437+
color main-note blue default
438+
color main-prefetch blue default
439+
color main-other blue default
431440
color main-replace cyan default
432441
color main-tracked yellow default bold
433442
color main-ref cyan default

usr/bin/tig.exe

6.22 KB
Binary file not shown.

usr/share/bash-completion/completions/tig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bash/zsh completion for tig
22
#
33
# Copyright (C) 2019 Roland Hieber, Pengutronix
4-
# Copyright (C) 2006-2024 Jonas fonseca
4+
# Copyright (C) 2006-2025 Jonas fonseca
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License as

usr/share/man/man1/tig.1.gz

4 Bytes
Binary file not shown.

usr/share/man/man5/tigrc.5.gz

63 Bytes
Binary file not shown.

usr/share/man/man7/tigmanual.7.gz

30 Bytes
Binary file not shown.

var/lib/pacman/local/mingw-w64-clang-aarch64-git-extra-1.1.641.031e03baf-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1718204686
2121

2222
%INSTALLDATE%
23-
1738239223
23+
1738380266
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
-800 Bytes
Binary file not shown.

var/lib/pacman/local/tig-2.5.10-1/desc renamed to var/lib/pacman/local/tig-2.5.11-1/desc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tig
33

44
%VERSION%
5-
2.5.10-1
5+
2.5.11-1
66

77
%BASE%
88
tig
@@ -17,21 +17,22 @@ http://jonas.nitro.dk/tig/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1715459164
20+
1738331485
2121

2222
%INSTALLDATE%
23-
1716415432
23+
1738380258
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
2727

2828
%SIZE%
29-
719097
29+
726012
3030

3131
%LICENSE%
3232
GPL
3333

3434
%VALIDATION%
35+
sha256
3536
pgp
3637

3738
%DEPENDS%
@@ -41,3 +42,6 @@ ncurses
4142
libpcre2_8
4243
libpcre2posix
4344

45+
%XDATA%
46+
pkgtype=pkg
47+
624 Bytes
Binary file not shown.
-564 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)