cmder/vendor
Florian Schwalm 0ed10e5e89 Reorder if-else-clauses in :compare_git_versions so last else block can be reached
It is hard to spot without the brackets, but the last else block - that resets %test_dir% and
logs in verbose mode that an older user git version will be ignored - can't actually be reached.
The else block is considered to belong to the if clause "if exist "%test_dir:~0,-4%\cmd\git.exe""
that will only ever be executed if ERRORLEVEL is greather than or equal to 0, thus if the test fails,
the following else if clause "else if ERRORLEVEL 0" will always succeed and the last else block will be ignored.
Using the vendored git version may still have worked because %GIT_INSTALL_ROOT% isn't set either way,
but to enable the log message I reordered if-else-clauses and brackets in the way I think the
original author intended them to work.
2020-07-29 22:39:46 +02:00
..
bin fix cexec.cmd 2020-05-10 10:56:12 -04:00
lib Reorder if-else-clauses in :compare_git_versions so last else block can be reached 2020-07-29 22:39:46 +02:00
psmodules dd per shell git opt out 2019-11-23 11:54:53 -05:00
clink_settings.default Merge branch 'master' of https://github.com/cmderdev/cmder into history_cmd_index 2019-03-31 16:04:53 -04:00
clink.lua Fix an issue with clink.find_files() return order not always consistent, leading to .init.lua not being run first lua path being broken (#2278) 2020-03-14 13:01:06 +00:00
cmder_exinit Use default files for default user profiles 2018-12-13 12:13:17 -08:00
cmder.sh Use default files for default user profiles 2018-12-13 12:13:17 -08:00
ConEmu.xml.default move default comemu.xml to vendor folder 2018-11-08 21:25:42 -05:00
git-prompt.sh dd per shell git opt out 2019-11-23 11:54:53 -05:00
init.bat quote time measures for timer.cmd 2020-07-18 13:32:22 +02:00
profile.ps1 move lambda to cmder prompt method for easier user change 2019-11-03 14:14:47 -05:00
Readme.md fixed little mistake in vendor/readme 2013-12-13 00:32:22 +01:00
sources.json Update git for windows to 2.26.2 2020-04-28 11:18:24 +08:00
user_aliases.cmd.default fixes 2019-03-31 16:11:14 -04:00
user_profile.cmd.default fix ssh-agent in user_profile.cmd.default 2018-12-22 17:05:08 -05:00
user_profile.ps1.default don't delete aliases by default but provide an easy way for users to do so. 2019-04-01 09:09:32 -04:00
user_profile.sh.default Move ssh-agent logic to lib script 2018-12-13 21:12:18 -08:00

Vendor

Third parties software & init script.