From faf66542b4eb5d70df594156c76655ddf29d2383 Mon Sep 17 00:00:00 2001 From: DRSDavidSoft Date: Fri, 22 Sep 2023 13:40:52 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependencies?= =?UTF-8?q?=20(git-for-windows=20v2.42.0.windows.2,=20clink=20v1.5.6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/sources.json b/vendor/sources.json index 7ae42a9..c015d78 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -1,13 +1,13 @@ [ { "name": "git-for-windows", - "version": "2.41.0.windows.3", - "url": "https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.3/PortableGit-2.41.0.3-64-bit.7z.exe" + "version": "2.42.0.windows.2", + "url": "https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/PortableGit-2.42.0.2-64-bit.7z.exe" }, { "name": "clink", - "version": "1.5.1", - "url": "https://github.com/chrisant996/clink/releases/download/v1.5.1/clink.1.5.1.1e9e51.zip" + "version": "1.5.6", + "url": "https://github.com/chrisant996/clink/releases/download/v1.5.6/clink.1.5.6.fc63d3.zip" }, { "name": "conemu-maximus5", From d0cb6b5c23599cf612fb84f8e5b95340a1560536 Mon Sep 17 00:00:00 2001 From: DRSDavidSoft Date: Tue, 10 Oct 2023 13:40:41 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependencies?= =?UTF-8?q?=20(clink=20v1.5.9,=20clink-completions=20v0.4.11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/sources.json b/vendor/sources.json index c015d78..3d1ec67 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -6,8 +6,8 @@ }, { "name": "clink", - "version": "1.5.6", - "url": "https://github.com/chrisant996/clink/releases/download/v1.5.6/clink.1.5.6.fc63d3.zip" + "version": "1.5.9", + "url": "https://github.com/chrisant996/clink/releases/download/v1.5.9/clink.1.5.9.411d0f.zip" }, { "name": "conemu-maximus5", @@ -16,7 +16,7 @@ }, { "name": "clink-completions", - "version": "0.4.10", - "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.10.zip" + "version": "0.4.11", + "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.11.zip" } ] From ffb93b18048d614de10008e79d95320f76d45d6f Mon Sep 17 00:00:00 2001 From: David Refoua Date: Wed, 25 Oct 2023 12:32:31 +0330 Subject: [PATCH 3/4] call `init.bat` with the same arguments --- vendor/bin/cmder_shell.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/bin/cmder_shell.cmd b/vendor/bin/cmder_shell.cmd index b2a55ed..11eeb27 100644 --- a/vendor/bin/cmder_shell.cmd +++ b/vendor/bin/cmder_shell.cmd @@ -9,5 +9,5 @@ if "%cmder_init%" == "1" ( ) pushd "%CMDER_ROOT%" -call "%CMDER_ROOT%\vendor\init.bat" /f +call "%CMDER_ROOT%\vendor\init.bat" /f %* popd From 849844787832e4e0e7f4f8a5d89d7a59715ff8e8 Mon Sep 17 00:00:00 2001 From: DRSDavidSoft Date: Fri, 3 Nov 2023 13:40:42 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependencies?= =?UTF-8?q?=20(git-for-windows=20v2.43.0-rc0.windows.1,=20clink=20v1.5.12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/sources.json b/vendor/sources.json index 3d1ec67..fab5fd5 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -1,13 +1,13 @@ [ { "name": "git-for-windows", - "version": "2.42.0.windows.2", - "url": "https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/PortableGit-2.42.0.2-64-bit.7z.exe" + "version": "2.43.0-rc0.windows.1", + "url": "https://github.com/git-for-windows/git/releases/download/v2.43.0-rc0.windows.1/PortableGit-2.43.0-rc0-64-bit.7z.exe" }, { "name": "clink", - "version": "1.5.9", - "url": "https://github.com/chrisant996/clink/releases/download/v1.5.9/clink.1.5.9.411d0f.zip" + "version": "1.5.12", + "url": "https://github.com/chrisant996/clink/releases/download/v1.5.12/clink.1.5.12.c7156f.zip" }, { "name": "conemu-maximus5",