Merge branch 'fix_find_git' of https://github.com/daxgames/cmder into fix_find_git

This commit is contained in:
Dax T. Games 2022-04-16 11:35:41 -04:00
commit ef51ed2be2
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,8 @@
### Fixes
- Fix find and use latest Git install always using vendored Git.
- Remove setting `term=cygwin` in `init.bat` to fix random `ABCD` characters when using arrow keys in `vim`.
- See: [Sometimes pressing on arrow keys prints symbols #1691](https://github.com/Maximus5/ConEmu/issues/169)
- Fix Git prompt branch when using Git worktree.
## [1.3.19](https://github.com/cmderdev/cmder/tree/v1.3.19) (2022-01-15)

1
vendor/init.bat vendored
View File

@ -211,7 +211,6 @@ if "%CMDER_CONFIGURED%" GTR "1" (
:: I do not even know, copypasted from their .bat
set PLINK_PROTOCOL=ssh
if not defined TERM set TERM=cygwin
:: The idea:
:: * if the users points as to a specific git, use that