Skip to content

Commit 289bcf0

Browse files
committed
Merge remote-tracking branch 'upstream/development'
2 parents 3b8e87d + 5e22496 commit 289bcf0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

vendor/bin/cmder_shell.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if "%cmder_init%" == "1" (
99
)
1010

1111
pushd "%CMDER_ROOT%"
12-
call "%CMDER_ROOT%\vendor\init.bat" /f
12+
call "%CMDER_ROOT%\vendor\init.bat" /f %*
1313
popd

vendor/sources.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
22
{
33
"name": "git-for-windows",
4-
"version": "2.41.0.windows.3",
5-
"url": "https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.3/PortableGit-2.41.0.3-64-bit.7z.exe"
4+
"version": "2.43.0-rc0.windows.1",
5+
"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"
66
},
77
{
88
"name": "clink",
9-
"version": "1.5.1",
10-
"url": "https://github.com/chrisant996/clink/releases/download/v1.5.1/clink.1.5.1.1e9e51.zip"
9+
"version": "1.5.12",
10+
"url": "https://github.com/chrisant996/clink/releases/download/v1.5.12/clink.1.5.12.c7156f.zip"
1111
},
1212
{
1313
"name": "conemu-maximus5",
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"name": "clink-completions",
19-
"version": "0.4.10",
20-
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.10.zip"
19+
"version": "0.4.11",
20+
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.11.zip"
2121
}
2222
]

0 commit comments

Comments
 (0)