Skip to content

Commit 99a82b2

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
git (2.44.0-1 -> 2.45.0-1) nano (7.2-1 -> 8.0-1) pacman-mirrors (20240210-1 -> 20240504-1) vim (9.1.0264-1 -> 9.1.0380-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 314b943 commit 99a82b2

File tree

671 files changed

+4687
-2012
lines changed

Some content is hidden

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

671 files changed

+4687
-2012
lines changed

etc/nanorc

Lines changed: 44 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
## Inside string parameters, quotes should not be escaped -- the last
99
## double quote on the line will be seen as the closing quote.
1010

11+
## If you want ^F, ^B, M-F and M-B to do what they did before version 8.0:
12+
# bind ^F forward main
13+
# bind ^B back main
14+
# bind M-F formatter main
15+
# bind M-B linter main
16+
1117
## Make 'nextword' (Ctrl+Right) and 'chopwordright' (Ctrl+Delete)
1218
## stop at word ends instead of at beginnings.
1319
# set afterends
@@ -215,7 +221,7 @@ set statuscolor bold,white,green
215221
set errorcolor bold,white,red
216222
set spotlightcolor black,lightyellow
217223
set selectedcolor lightwhite,magenta
218-
set stripecolor ,yellow
224+
set stripecolor ,#444
219225
set scrollercolor cyan
220226
set numbercolor cyan
221227
set keycolor cyan
@@ -254,9 +260,6 @@ include "/usr/share/nano/sh.nanorc"
254260
## independent of the settings of 'tabsize' and 'tabstospaces':
255261
# extendsyntax python tabgives " "
256262

257-
## If <Tab> should always produce an actual TAB when editing a Makefile:
258-
# extendsyntax makefile tabgives " "
259-
260263

261264
## === Key bindings ===
262265
## For all details, see 'man nanorc', section REBINDING KEYS.
@@ -286,46 +289,49 @@ include "/usr/share/nano/sh.nanorc"
286289

287290
## For quickly uppercasing or lowercasing the word under or after the cursor.
288291
## (These effectively select a word and pipe it through a sed command.)
289-
#bind Sh-M-U "{nextword}{mark}{prevword}{execute}|sed 's/.*/\U&/'{enter}" main
290-
#bind Sh-M-L "{nextword}{mark}{prevword}{execute}|sed 's/.*/\L&/'{enter}" main
292+
# bind Sh-M-U "{nextword}{mark}{prevword}{execute}|sed 's/.*/\U&/'{enter}" main
293+
# bind Sh-M-L "{nextword}{mark}{prevword}{execute}|sed 's/.*/\L&/'{enter}" main
291294

292295
## For copying a marked region to the system clipboard:
293-
# bind Sh-M-T "{execute}|xsel -ib{enter}{undo}" main
296+
# bind Sh-M-C "{execute}|xsel -ib{enter}{undo}" main
297+
298+
## For normalizing Unicode to precomposed characters:
299+
# bind Sh-M-N "{execute}| uconv -x nfc {enter}" main
294300

295301
## For snipping trailing blanks when you save a file:
296302
# bind ^S "{execute}| sed 's/\s\+$//' {enter}{savefile}" main
297303

298304
## If you would like nano to have keybindings that are more "usual",
299305
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
300306
## then uncomment these:
301-
#bind ^X cut main
302-
#bind ^C copy main
303-
#bind ^V paste all
304-
#bind ^Q exit all
305-
#bind ^S savefile main
306-
#bind ^W writeout main
307-
#bind ^O insert main
308-
#set multibuffer
309-
#bind ^H help all
310-
#bind ^H exit help
311-
#bind ^F whereis all
312-
#bind ^G findnext all
313-
#bind ^B wherewas all
314-
#bind ^D findprevious all
315-
#bind ^R replace main
316-
#unbind ^U all
317-
#unbind ^N main
318-
#unbind ^Y all
319-
#unbind M-J main
320-
#unbind M-T main
321-
#bind ^A mark main
322-
#bind ^P location main
323-
#bind ^T gotoline main
324-
#bind ^T gotodir browser
325-
#bind ^T cutrestoffile execute
326-
#bind ^L linter execute
327-
#bind ^E execute main
328-
#bind ^K "{mark}{end}{zap}" main
329-
#bind ^U "{mark}{home}{zap}" main
330-
#bind ^Z undo main
331-
#bind ^Y redo main
307+
# bind ^X cut main
308+
# bind ^C copy main
309+
# bind ^V paste all
310+
# bind ^Q exit all
311+
# bind ^S savefile main
312+
# bind ^W writeout main
313+
# bind ^O insert main
314+
# set multibuffer
315+
# bind ^H help all
316+
# bind ^H exit help
317+
# bind ^F whereis all
318+
# bind ^G findnext all
319+
# bind ^B wherewas all
320+
# bind ^D findprevious all
321+
# bind ^R replace main
322+
# unbind ^U all
323+
# unbind ^N main
324+
# unbind ^Y all
325+
# unbind M-J main
326+
# unbind M-T main
327+
# bind ^A mark main
328+
# bind ^P location main
329+
# bind ^T gotoline main
330+
# bind ^T gotodir browser
331+
# bind ^T cutrestoffile execute
332+
# bind ^L linter execute
333+
# bind ^E execute main
334+
# bind ^K "{mark}{end}{zap}" main
335+
# bind ^U "{mark}{home}{zap}" main
336+
# bind ^Z undo main
337+
# bind ^Y redo main

etc/pacman.d/mirrorlist.clang32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Server = https://mirror.archlinux.tw/MSYS2/mingw/clang32/
2525
Server = https://fastmirror.pp.ua/msys2/mingw/clang32/
2626

2727
## Tier 2
28-
Server = https://mirror.ufro.cl/msys2/mingw/clang32/
2928
Server = https://ftp.cc.uoc.gr/mirrors/msys2/mingw/clang32/
3029
Server = https://mirror.jmu.edu/pub/msys2/mingw/clang32/
3130
Server = https://mirrors.piconets.webwerks.in/msys2-mirror/mingw/clang32/

etc/pacman.d/mirrorlist.clang64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Server = https://mirror.archlinux.tw/MSYS2/mingw/clang64/
2525
Server = https://fastmirror.pp.ua/msys2/mingw/clang64/
2626

2727
## Tier 2
28-
Server = https://mirror.ufro.cl/msys2/mingw/clang64/
2928
Server = https://ftp.cc.uoc.gr/mirrors/msys2/mingw/clang64/
3029
Server = https://mirror.jmu.edu/pub/msys2/mingw/clang64/
3130
Server = https://mirrors.piconets.webwerks.in/msys2-mirror/mingw/clang64/

etc/pacman.d/mirrorlist.mingw

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Server = https://mirror.archlinux.tw/MSYS2/mingw/$repo/
2525
Server = https://fastmirror.pp.ua/msys2/mingw/$repo/
2626

2727
## Tier 2
28-
Server = https://mirror.ufro.cl/msys2/mingw/$repo/
2928
Server = https://ftp.cc.uoc.gr/mirrors/msys2/mingw/$repo/
3029
Server = https://mirror.jmu.edu/pub/msys2/mingw/$repo/
3130
Server = https://mirrors.piconets.webwerks.in/msys2-mirror/mingw/$repo/

etc/pacman.d/mirrorlist.mingw32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Server = https://mirror.archlinux.tw/MSYS2/mingw/i686/
2525
Server = https://fastmirror.pp.ua/msys2/mingw/i686/
2626

2727
## Tier 2
28-
Server = https://mirror.ufro.cl/msys2/mingw/i686/
2928
Server = https://ftp.cc.uoc.gr/mirrors/msys2/mingw/i686/
3029
Server = https://mirror.jmu.edu/pub/msys2/mingw/i686/
3130
Server = https://mirrors.piconets.webwerks.in/msys2-mirror/mingw/i686/

etc/pacman.d/mirrorlist.mingw64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Server = https://mirror.archlinux.tw/MSYS2/mingw/x86_64/
2525
Server = https://fastmirror.pp.ua/msys2/mingw/x86_64/
2626

2727
## Tier 2
28-
Server = https://mirror.ufro.cl/msys2/mingw/x86_64/
2928
Server = https://ftp.cc.uoc.gr/mirrors/msys2/mingw/x86_64/
3029
Server = https://mirror.jmu.edu/pub/msys2/mingw/x86_64/
3130
Server = https://mirrors.piconets.webwerks.in/msys2-mirror/mingw/x86_64/

etc/pacman.d/mirrorlist.msys

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Server = https://mirror.archlinux.tw/MSYS2/msys/$arch/
2525
Server = https://fastmirror.pp.ua/msys2/msys/$arch/
2626

2727
## Tier 2
28-
Server = https://mirror.ufro.cl/msys2/msys/$arch/
2928
Server = https://ftp.cc.uoc.gr/mirrors/msys2/msys/$arch/
3029
Server = https://mirror.jmu.edu/pub/msys2/msys/$arch/
3130
Server = https://mirrors.piconets.webwerks.in/msys2-mirror/msys/$arch/

etc/pacman.d/mirrorlist.ucrt64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Server = https://mirror.archlinux.tw/MSYS2/mingw/ucrt64/
2525
Server = https://fastmirror.pp.ua/msys2/mingw/ucrt64/
2626

2727
## Tier 2
28-
Server = https://mirror.ufro.cl/msys2/mingw/ucrt64/
2928
Server = https://ftp.cc.uoc.gr/mirrors/msys2/mingw/ucrt64/
3029
Server = https://mirror.jmu.edu/pub/msys2/mingw/ucrt64/
3130
Server = https://mirrors.piconets.webwerks.in/msys2-mirror/mingw/ucrt64/

usr/bin/ex.exe

10.5 KB
Binary file not shown.

usr/bin/git-cvsserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use File::Path qw/rmtree/;
2828
use File::Basename;
2929
use Getopt::Long qw(:config require_order no_ignore_case);
3030

31-
my $VERSION = '2.44.0';
31+
my $VERSION = '2.45.0';
3232

3333
my $log = GITCVS::log->new();
3434
my $cfg;

usr/bin/git-receive-pack.exe

110 KB
Binary file not shown.

usr/bin/git-shell.exe

49.6 KB
Binary file not shown.

usr/bin/git-upload-archive.exe

110 KB
Binary file not shown.

usr/bin/git-upload-pack.exe

110 KB
Binary file not shown.

usr/bin/git.exe

110 KB
Binary file not shown.

usr/bin/nano.exe

42.8 KB
Binary file not shown.

usr/bin/rnano.exe

42.8 KB
Binary file not shown.

usr/bin/rview.exe

10.5 KB
Binary file not shown.

usr/bin/rvim.exe

10.5 KB
Binary file not shown.

usr/bin/scalar.exe

49.6 KB
Binary file not shown.

usr/bin/view.exe

10.5 KB
Binary file not shown.

usr/bin/vim.exe

10.5 KB
Binary file not shown.

usr/bin/vimdiff.exe

10.5 KB
Binary file not shown.

usr/bin/xxd.exe

0 Bytes
Binary file not shown.

usr/lib/git-core/git-add.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-am.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-annotate.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-apply.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-archive.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-bisect.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-blame.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-branch.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-bugreport.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-bundle.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-cat-file.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-check-attr.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-check-ignore.exe

110 KB
Binary file not shown.
110 KB
Binary file not shown.
110 KB
Binary file not shown.
110 KB
Binary file not shown.
110 KB
Binary file not shown.

usr/lib/git-core/git-checkout.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-cherry-pick.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-cherry.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-clean.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-clone.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-column.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-commit-graph.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-commit-tree.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-commit.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-config.exe

110 KB
Binary file not shown.
110 KB
Binary file not shown.
Binary file not shown.
110 KB
Binary file not shown.
110 KB
Binary file not shown.

usr/lib/git-core/git-credential.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-cvsserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use File::Path qw/rmtree/;
2828
use File::Basename;
2929
use Getopt::Long qw(:config require_order no_ignore_case);
3030

31-
my $VERSION = '2.44.0';
31+
my $VERSION = '2.45.0';
3232

3333
my $log = GITCVS::log->new();
3434
my $cfg;

usr/lib/git-core/git-daemon.exe

49.6 KB
Binary file not shown.

usr/lib/git-core/git-describe.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-diagnose.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-diff-files.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-diff-index.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-diff-tree.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-diff.exe

110 KB
Binary file not shown.

usr/lib/git-core/git-difftool--helper

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,19 @@ then
9191
# ignore the error from the above --- run_merge_tool
9292
# will diagnose unusable tool by itself
9393
run_merge_tool "$merge_tool" false
94+
95+
status=$?
96+
if test $status -ge 126
97+
then
98+
# Command not found (127), not executable (126) or
99+
# exited via a signal (>= 128).
100+
exit $status
101+
fi
102+
103+
if test "$GIT_DIFFTOOL_TRUST_EXIT_CODE" = true
104+
then
105+
exit $status
106+
fi
94107
else
95108
# Launch the merge tool on each path provided by 'git diff'
96109
while test $# -gt 6

0 commit comments

Comments
 (0)