Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
tig (2.5.10-1 -> 2.5.11-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Feb 1, 2025
1 parent d72a601 commit 97c69ed
Show file tree
Hide file tree
Showing 21 changed files with 18 additions and 9 deletions.
15 changes: 12 additions & 3 deletions etc/tigrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# date
# - display (enum) [no|default|relative|relative-compact|custom]
# : Show dates?
# - use-author (bool) : Show author date instead of committer date?
# - local (bool) : Show local dates?
# - format (string) : Custom strftime(3) format
# Note: %Z is formatted as %z
Expand Down Expand Up @@ -100,6 +101,7 @@ set truncation-delimiter = ~ # Character drawn for truncations, or "utf-8"
# - replace : A replaced reference.
# - branch : A branch.
# - stash : The stash.
# - note : Notes.
# - prefetch : Refs prefetched by `git maintenance`.
# - other : Any other reference.
#
Expand All @@ -108,8 +110,8 @@ set truncation-delimiter = ~ # Character drawn for truncations, or "utf-8"
# Similarly, if no format is specified for `tracked-remote`, the format for
# `remote` is used, and if no format is specified for any other reference
# type, the format for `branch` is used.
# Prefix with `hide:` to not show that reference type, e.g. `hide:remote`.
set reference-format = [branch] <tag> {remote} ~replace~ hide:prefetch
# Prefix with `hide:` to not show that reference type, e.g. `hide:prefetch`.
set reference-format = [branch] <tag> {remote} ~replace~

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

bind main C ?git cherry-pick %(commit)
bind status C !git commit
Expand Down Expand Up @@ -428,6 +433,10 @@ color main-annotated default default bold
color main-tag magenta default bold
color main-local-tag magenta default
color main-remote yellow default
color main-stash blue default
color main-note blue default
color main-prefetch blue default
color main-other blue default
color main-replace cyan default
color main-tracked yellow default bold
color main-ref cyan default
Expand Down
Binary file modified usr/bin/tig.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion usr/share/bash-completion/completions/tig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bash/zsh completion for tig
#
# Copyright (C) 2019 Roland Hieber, Pengutronix
# Copyright (C) 2006-2024 Jonas fonseca
# Copyright (C) 2006-2025 Jonas fonseca
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
Expand Down
Binary file modified usr/share/man/man1/tig.1.gz
Binary file not shown.
Binary file modified usr/share/man/man5/tigrc.5.gz
Binary file not shown.
Binary file modified usr/share/man/man7/tigmanual.7.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204230

%INSTALLDATE%
1737861476
1738379998

%PACKAGER%
Johannes Schindelin <[email protected]>
Expand Down
Binary file removed var/lib/pacman/local/tig-2.5.10-1/mtree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tig

%VERSION%
2.5.10-1
2.5.11-1

%BASE%
tig
Expand All @@ -17,16 +17,16 @@ http://jonas.nitro.dk/tig/
i686

%BUILDDATE%
1715459182
1738331479

%INSTALLDATE%
1715483661
1738379995

%PACKAGER%
Johannes Schindelin <[email protected]>

%SIZE%
699847
706059

%LICENSE%
GPL
Expand Down
File renamed without changes.
Binary file added var/lib/pacman/local/tig-2.5.11-1/mtree
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/git-for-windows.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/git-for-windows.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit 97c69ed

Please sign in to comment.