Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
git (2.45.2-1 -> 2.46.0-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Jul 31, 2024
1 parent 810e229 commit 2a7538c
Show file tree
Hide file tree
Showing 403 changed files with 656 additions and 409 deletions.
2 changes: 1 addition & 1 deletion usr/bin/git-cvsserver
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use File::Path qw/rmtree/;
use File::Basename;
use Getopt::Long qw(:config require_order no_ignore_case);

my $VERSION = '2.45.2';
my $VERSION = '2.46.0';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified usr/bin/git-receive-pack.exe
Binary file not shown.
Binary file modified usr/bin/git-shell.exe
Binary file not shown.
Binary file modified usr/bin/git-upload-archive.exe
Binary file not shown.
Binary file modified usr/bin/git-upload-pack.exe
Binary file not shown.
Binary file modified usr/bin/git.exe
Binary file not shown.
Binary file modified usr/bin/scalar.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-add.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-am.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-annotate.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-apply.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-archive.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-bisect.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-blame.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-branch.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-bugreport.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-bundle.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-cat-file.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-check-attr.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-check-ignore.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-check-mailmap.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-check-ref-format.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-checkout--worker.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-checkout-index.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-checkout.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-cherry-pick.exe
Binary file not shown.
Binary file modified usr/lib/git-core/git-cherry.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion usr/lib/git-core/git-citool
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@ proc do_quit {{rc {1}}} {
#
set save [gitdir GITGUI_MSG]
if {$GITGUI_BCK_exists && ![$ui_comm edit modified]} {
file rename -force [gitdir GITGUI_BCK] $save
catch { file rename -force [gitdir GITGUI_BCK] $save }
set GITGUI_BCK_exists 0
} elseif {[$ui_comm edit modified]} {
set msg [string trim [$ui_comm get 0.0 end]]
Expand Down
Loading

0 comments on commit 2a7538c

Please sign in to comment.