Skip to content

Commit 8bbe55f

Browse files
author
Git for Windows Build Agent
committed
Update 6 packages
libnghttp2 (1.67.0-1 -> 1.67.1-1) mingw-w64-i686-ruby (3.4.5-1 -> 3.4.6-1) mingw-w64-x86_64-ruby (3.4.5-1 -> 3.4.6-1) swig (4.2.1-1 -> 4.3.1-1) tig (2.5.12-1 -> 2.6.0-1) vim (9.1.1730-1 -> 9.1.1766-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 65b38e2 commit 8bbe55f

File tree

1,436 files changed

+15690
-7056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,436 files changed

+15690
-7056
lines changed

etc/tigrc

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#
1212
# Supported column types and their options:
1313
#
14-
# author
14+
# author, committer
1515
# - display (enum) [no|full|abbreviated|email|email-user]
16-
# : Show author information?
16+
# : Show author/committer information?
1717
# - width (int) : Fixed width when nonzero
1818
# - maxwidth (int) : Autosize limit
1919
#
@@ -68,14 +68,14 @@
6868
# - commit-title-overflow (boolint) : Highlight overflow in log and diff view?
6969
#
7070

71-
set blame-view = id:yes,color file-name:auto author:full date:default,format="%Y-%m-%d" line-number:yes,interval=1 text
71+
set blame-view = id:yes,color file-name:auto author:full committer:no date:default,format="%Y-%m-%d" line-number:yes,interval=1 text
7272
set grep-view = file-name:no line-number:yes,interval=1 text
73-
set main-view = line-number:no,interval=5 id:no date:default,format="%Y-%m-%d" author:full commit-title:yes,graph,refs,overflow=no
74-
set reflog-view = line-number:no,interval=5 id:yes date:no,format="%Y-%m-%d" author:no commit-title:yes,refs,overflow=no
75-
set refs-view = line-number:no id:no date:default,format="%Y-%m-%d" author:full ref commit-title
73+
set main-view = line-number:no,interval=5 id:no date:default,format="%Y-%m-%d" author:full committer:no commit-title:yes,graph,refs,overflow=no
74+
set reflog-view = line-number:no,interval=5 id:yes date:no,format="%Y-%m-%d" author:no committer:no commit-title:yes,refs,overflow=no
75+
set refs-view = line-number:no id:no date:default,format="%Y-%m-%d" author:full committer:no ref commit-title
7676
set stash-view = line-number:no,interval=5 id:no date:default,format="%Y-%m-%d" author:full commit-title
7777
set status-view = line-number:no,interval=5 status:short file-name
78-
set tree-view = line-number:no,interval=5 mode author:full file-size date:default,format="%Y-%m-%d" id:no file-name
78+
set tree-view = line-number:no,interval=5 mode author:full committer:no file-size date:default,format="%Y-%m-%d" id:no file-name
7979

8080
# Pager based views
8181
set pager-view = line-number:no,interval=5 text
@@ -122,8 +122,9 @@ set show-notes = yes # When non-bool passed as `--show-notes=...` (diff)
122122
#set diff-context = 3 # Number of lines to show around diff changes (diff)
123123
#set word-diff = yes # Show a word diff? (diff)
124124
#set diff-options = -C # User-defined options for `tig show` (git-diff)
125-
#set diff-highlight = true # String (or bool): Path to diff-highlight script,
125+
#set diff-highlight = yes # String (or bool): Path to diff-highlight script,
126126
# defaults to `diff-highlight`.
127+
set diff-indicator = yes # Show diff +/- signs?
127128
#set blame-options = -C -C -C # User-defined options for `tig blame` (git-blame)
128129
set log-options = --cc --stat # User-defined options for `tig log` (git-log)
129130
#set main-options = -n 1000 # User-defined options for `tig` (git-log)
@@ -309,6 +310,7 @@ bind generic i :toggle sort-field # Toggle field to sort by
309310
bind generic <Hash> :toggle line-number # Toggle line numbers
310311
bind generic D :toggle date # Toggle date display
311312
bind generic A :toggle author # Toggle author display
313+
bind generic T :toggle committer # Toggle committer display
312314
# bind generic ??? :toggle commit-title-display
313315
# Toggle commit title display
314316
bind generic ~ :toggle line-graphics # Toggle (line) graphics mode
@@ -326,6 +328,7 @@ bind generic $ :toggle commit-title-overflow
326328
# Toggle display of file in untracked directories
327329
# bind generic ??? :toggle vertical-split # Toggle vertical split
328330
# bind generic ??? :toggle word-diff # Toggle word diff
331+
# bind generic ??? :toggle diff-indicator # Toggle display of diff +/- signs
329332
bind generic % :toggle file-filter # Toggle filtering by pathspecs in file-args
330333
bind generic ^ :toggle rev-filter # Toggle filtering by revisions in rev-args
331334

@@ -365,7 +368,8 @@ color " +" green default
365368
color "-" red default
366369
color " -" red default
367370
color "index " blue default
368-
color "old file mode " yellow default
371+
color "old mode " yellow default
372+
color "new mode " yellow default
369373
color "new file mode " yellow default
370374
color "deleted file mode " yellow default
371375
color "copy from " yellow default
@@ -413,6 +417,7 @@ color " Original-patch-by:" yellow default
413417
color " Inspired-by:" yellow default
414418
color default default default normal
415419
color cursor white green bold
420+
color cursor-blur white green
416421
color status green default
417422
color delimiter magenta default
418423
color date blue default

mingw32/bin/msvcrt-ruby340.dll

10.5 KB
Binary file not shown.

mingw32/bin/ruby.exe

0 Bytes
Binary file not shown.

mingw32/bin/rubyw.exe

0 Bytes
Binary file not shown.
6.16 KB
Binary file not shown.

mingw32/lib/pkgconfig/ruby-3.4.pc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAJOR=3
22
MINOR=4
3-
TEENY=5
3+
TEENY=6
44
ruby_version=3.4.0
55
RUBY_API_VERSION=${MAJOR}.${MINOR}
66
RUBY_PROGRAM_VERSION=${MAJOR}.${MINOR}.${TEENY}
@@ -11,7 +11,7 @@ RUBY_BASE_NAME=ruby
1111
RUBY_VERSION_NAME=${RUBY_BASE_NAME}-${ruby_version}
1212
RUBY_SO_NAME=msvcrt-${RUBY_BASE_NAME}${MAJOR}${MINOR}0
1313
RUBY_INSTALL_NAME=${RUBY_BASE_NAME}
14-
prefix=/mingw32
14+
prefix=${pcfiledir}/../..
1515
exec_prefix=${prefix}
1616
bindir=${exec_prefix}/bin
1717
libdir=${exec_prefix}/lib
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)