David Refoua
27f28e6ed7
fix double escaped percent
2022-10-19 10:21:56 +03:30
David Refoua
8b6d1d8a6f
alternative where filter instead of relying on find.exe
2022-10-19 00:33:10 +03:30
David Refoua
a0f234b9d0
check for clink existence
2022-10-18 16:22:05 +03:30
David Refoua
9399cbdcd7
detect if clink initialization failed
2022-10-18 16:11:54 +03:30
David Refoua
971483b2b7
use consistent indentation in init.bat
2022-10-18 15:20:35 +03:30
David Refoua
abbab3f8b4
trim trailing spaces
2022-10-15 12:46:13 +03:30
Dax T. Games
ef51ed2be2
Merge branch 'fix_find_git' of https://github.com/daxgames/cmder into fix_find_git
2022-04-16 11:35:41 -04:00
Dax T. Games
6d313853f3
only look at \cmd\git.exe for found git
2022-04-16 11:35:19 -04:00
Dax T Games
f46e8b81d8
Merge branch 'master' into fix_find_git
2022-04-16 11:18:38 -04:00
Dax T. Games
ce02fb4a0e
fix find latest git
2022-04-16 10:51:26 -04:00
Dax T Games
e345f187d8
Remove set term=cygwin in init.bat ( #2688 )
2022-04-16 15:01:17 +01:00
dgames
357e51acd1
spelling fixes
2022-01-15 11:00:58 -05:00
Dax T. Games
0ef76ee2d3
add configurable prompt
2021-04-11 18:28:43 -04:00
Dax T Games
c34eb73555
Merge pull request #2452 from daxgames/1.3.18
...
1.3.18
2021-03-26 05:45:35 -04:00
兮陌
cc1d459ea9
Fix some commands like ls' are not available
2021-02-08 23:23:30 +08:00
Stephen Solis
10d63daf90
Fix enhance_path call if no usr\bin in %GIT_INSTALL_ROOT%
2021-01-16 23:34:22 +01:00
dgames
01d300f779
cleanup
2020-12-24 18:43:23 -05:00
dgames
b5d172cd32
cleanup
2020-12-24 18:33:10 -05:00
dgames
783cf68d10
CLink migration and clenaup
2020-12-24 17:48:00 -05:00
dgames
da0af1d96b
1.3.17 Fixes for clink settings and history
2020-12-24 12:14:46 -05:00
Dax T Games
9088a5e2e6
Merge pull request #2430 from qfp64/faster-init
...
Improve init speed
2020-12-11 05:48:07 -05:00
Kyle McInnes
11a78a8d64
Fix errors
2020-12-10 13:35:40 +00:00
Kyle McInnes
2a9a4d2860
Speed up calls to lib_console
2020-12-07 19:41:11 +00:00
Dax T. Games
467b4d4ad9
hide possible file write conflict
2020-09-13 08:27:10 -04:00
Dax T. Games
d1adf16fa8
'fixes'
2020-08-24 20:27:56 -04:00
Dax T Games
80f76ad956
Merge pull request #2357 from FloSchwalm/fix-git-version-comparison
...
Fix git version comparison
2020-07-29 20:27:23 -04:00
Dax T Games
906bb5d357
Merge pull request #2339 from daxgames/fix_global_vars_vscode_err
...
1.3.16-pre: 1.3.15 Fixes
2020-07-29 19:33:12 -04:00
Florian Schwalm
fc90722faa
Prepend %GIT_INSTALL_ROOT%\cmd to path instead of appending it
...
The default setting for path enhancing is appending,
so the provided unix tools don't overwrite windows tools we may want to keep.
For Git this is undesired behavior, though, as we just compared git versions
to decide which one we want to use. The git directory thus needs to be prepended
to the path to make sure a call to git uses the version we selected.
2020-07-29 22:48:01 +02:00
Dax T Games
334838c079
Update init.bat
2020-07-24 08:34:45 -04:00
Dax T. Games
0c3d89925e
'fix
2020-07-23 13:41:10 -04:00
Dax T Games
7326a3cfc5
Update init.bat
2020-07-23 13:34:13 -04:00
famoses
40c58417b2
quote time measures for timer.cmd
...
The startup time duration is calculated wrongly ( at least for me, on Windows 1909, with CmderMini 1.3.15.1010 ). I got something like "Elapsed Time: 80:36:1.00 (290161.00s total)" printed into the cmder consle window. I can be solved by quoting the time measures taken in `init.bat`.
It seems that `time.cmd` fails in recognizing two arguments. In fact it did split the first time measure into two arguments and ignored the second time measure.
Example:
from the two time measures
λ echo %CMDER_INIT_START% %CMDER_INIT_END%
12:53:44,34 12:53:54,04
The call to `time.cmd` created following output (i added echo commands to print variables start and end right after they got assigned the arguments)
start: 12:53:44
end: 34
2020-07-18 13:32:22 +02:00
Dax T. Games
97a41ddd99
fix cmder_configured GTR 1
2020-07-14 22:31:57 -04:00
Dax T. Games
f1c1354c00
make vscode_init.cmd smart enough to apply cmder settings if launched from inside or outside cmder
2020-07-04 13:43:18 -04:00
Dax T Games
0f12de345b
Update init.bat
2020-07-02 07:00:25 -04:00
Dax T. Games
c332ab1a34
Fix bug introduced in 1.3.15
2020-07-01 16:24:36 -04:00
Dax T Games
4403edb110
Update init.bat
2020-07-01 08:26:44 -04:00
Dax T. Games
da5f1bc4db
fix git detect
2020-06-29 07:49:22 -04:00
Dax T Games
8781779636
Update init.bat
...
If CMDER_CONFIGURED==1 skip to :CMDER_CONFIGURED
2020-06-09 19:41:08 -04:00
Dax T Games
31c019b7e4
Update init.bat
...
Move skip to user config below clink enablement in cmder_configured == 1
2020-06-08 21:18:23 -04:00
Dax T Games
4d86559841
Update init.bat
...
Remove cmder_configured goto
2020-06-08 21:03:41 -04:00
Dax T. Games
a999d17f71
Allow setting cmder init.bat arg vars globally on windows.
2020-06-07 15:32:15 -04:00
Dax T. Games
04c784cb16
Allow setting cmder init.bat arg vars globally on windows.
2020-06-07 14:49:02 -04:00
Dax T. Games
1f5ea5e596
Fix and enhance enhance_path_recursive
2020-04-29 12:03:24 -04:00
Dax T. Games
be5ec648c4
Fix Cmder issue #2290
2020-04-06 10:15:00 -04:00
Dax T Games
2517f55f15
Merge branch 'master' into 1.3.15
2020-04-06 08:48:19 -04:00
Dax T. Games
93f8718489
move git functions to git lib
2020-04-06 08:20:26 -04:00
andyburgess
251968b4c6
Fixes #2247 , fixes #2254
2020-02-21 11:52:52 -05:00
Dax T. Games
492fc284f2
Fix issue #2214
2020-01-06 22:57:29 -05:00
Dax T. Games
180e72a6aa
revert --no-log to fix windows 7 clink prompt
2020-01-05 13:52:23 -08:00