Skip to content

Commit

Permalink
Bump to 2.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Apr 25, 2023
1 parent 7408641 commit c4e1cdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"git": {
"version": "v2.39.2",
"version": "v2.39.3",
"packages": [
{
"platform": "windows",
"arch": "amd64",
"filename": "MinGit-2.39.2-64-bit.zip",
"url": "https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip",
"checksum": "a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d"
"filename": "MinGit-2.39.3.windows.1-64-bit.zip",
"url": "https://github.com/git-for-windows/git/releases/download/v2.39.3.windows.1/MinGit-2.39.3.windows.1-64-bit.zip",
"checksum": "ffc5d2213ff567d35c15f3916d54f1d39a5c34e0ce70aa2450ab5b7e0551e2f8"
},
{
"platform": "windows",
"arch": "x86",
"filename": "MinGit-2.39.2-32-bit.zip",
"url": "https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-32-bit.zip",
"checksum": "f2027f51f8b12e5bd3c94782edddcfe277e26a3fc7c014707a72b04714f3b90f"
"filename": "MinGit-2.39.3.windows.1-32-bit.zip",
"url": "https://github.com/git-for-windows/git/releases/download/v2.39.3.windows.1/MinGit-2.39.3.windows.1-32-bit.zip",
"checksum": "ac4c461ba7dd682e0c35f9675e96de3e8969938f5a4fb77c6f522b7655f834f4"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion git
Submodule git updated 89 files
+52 −11 .github/workflows/check-whitespace.yml
+6 −0 .github/workflows/l10n.yml
+39 −3 .github/workflows/main.yml
+43 −0 Documentation/RelNotes/2.30.9.txt
+6 −0 Documentation/RelNotes/2.31.8.txt
+7 −0 Documentation/RelNotes/2.32.7.txt
+7 −0 Documentation/RelNotes/2.33.8.txt
+7 −0 Documentation/RelNotes/2.34.8.txt
+7 −0 Documentation/RelNotes/2.35.8.txt
+7 −0 Documentation/RelNotes/2.36.6.txt
+7 −0 Documentation/RelNotes/2.37.7.txt
+8 −0 Documentation/RelNotes/2.38.5.txt
+64 −0 Documentation/RelNotes/2.39.3.txt
+4 −0 Documentation/git-branch.txt
+8 −6 Documentation/git-checkout.txt
+1 −1 Documentation/git-cherry-pick.txt
+2 −1 Documentation/git-merge.txt
+7 −0 Documentation/git-rebase.txt
+2 −1 Documentation/git-reset.txt
+12 −0 Documentation/githooks.txt
+2 −1 Documentation/revisions.txt
+1 −1 GIT-VERSION-GEN
+9 −0 Makefile
+1 −1 RelNotes
+1 −1 add-interactive.c
+14 −4 apply.c
+1 −2 blob.c
+1 −2 blob.h
+1 −1 builtin/add.c
+11 −1 builtin/am.c
+3 −3 builtin/branch.c
+4 −5 builtin/bundle.c
+1 −1 builtin/fast-export.c
+5 −8 builtin/ls-tree.c
+1 −1 builtin/merge-tree.c
+1 −1 builtin/merge.c
+1 −1 builtin/rerere.c
+2 −1 builtin/reset.c
+1 −1 builtin/submodule--helper.c
+1 −1 cache.h
+1 −1 combine-diff.c
+4 −2 commit.c
+9 −0 compat/regcomp_enhanced.c
+25 −11 config.c
+1 −0 config.mak.uname
+12 −9 connect.c
+2 −1 connect.h
+1 −1 diff-lib.c
+22 −26 diff.c
+7 −0 dir.c
+6 −6 fetch-pack.c
+4 −0 gettext.c
+6 −0 gettext.h
+17 −5 git-compat-util.h
+4 −3 line-range.c
+16 −15 list-objects-filter.c
+1 −32 list-objects.c
+3 −2 ls-refs.c
+2 −9 object-file.c
+2 −3 object.c
+0 −1 pack-write.c
+8 −4 range-diff.c
+3 −2 ref-filter.c
+3 −1 reflog.c
+5 −4 refs.c
+4 −2 refs.h
+2 −1 refs/packed-backend.c
+15 −10 revision.c
+0 −1 sequencer.c
+1 −1 submodule.c
+10 −1 t/t1091-sparse-checkout-builtin.sh
+30 −0 t/t1300-config.sh
+6 −0 t/t3104-ls-tree-format.sh
+10 −0 t/t3204-branch-name-interpretation.sh
+1 −1 t/t3920-crlf-messages.sh
+6 −6 t/t4023-diff-rename-typechange.sh
+29 −0 t/t4045-diff-relative.sh
+15 −0 t/t4115-apply-symlink.sh
+1 −1 t/t4205-log-pretty-formats.sh
+22 −0 t/t4211-line-log.sh
+10 −7 t/t5314-pack-cycle-detection.sh
+7 −0 t/t6020-bundle-misc.sh
+1 −1 t/t7600-merge.sh
+0 −1 unpack-trees.c
+2 −1 userdiff.c
+1 −1 ws.c
+2 −2 wt-status.c
+1 −1 xdiff/xdiffi.c
+2 −2 xdiff/xemit.c

0 comments on commit c4e1cdc

Please sign in to comment.