d1adf16fa8
'fixes'
2020-08-24 20:27:56 -04:00
80f76ad956
Merge pull request #2357 from FloSchwalm/fix-git-version-comparison
...
Fix git version comparison
2020-07-29 20:27:23 -04:00
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
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
334838c079
Update init.bat
2020-07-24 08:34:45 -04:00
0c3d89925e
'fix
2020-07-23 13:41:10 -04:00
7326a3cfc5
Update init.bat
2020-07-23 13:34:13 -04:00
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
97a41ddd99
fix cmder_configured GTR 1
2020-07-14 22:31:57 -04:00
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
0f12de345b
Update init.bat
2020-07-02 07:00:25 -04:00
c332ab1a34
Fix bug introduced in 1.3.15
2020-07-01 16:24:36 -04:00
4403edb110
Update init.bat
2020-07-01 08:26:44 -04:00
da5f1bc4db
fix git detect
2020-06-29 07:49:22 -04:00
8781779636
Update init.bat
...
If CMDER_CONFIGURED==1 skip to :CMDER_CONFIGURED
2020-06-09 19:41:08 -04:00
31c019b7e4
Update init.bat
...
Move skip to user config below clink enablement in cmder_configured == 1
2020-06-08 21:18:23 -04:00
4d86559841
Update init.bat
...
Remove cmder_configured goto
2020-06-08 21:03:41 -04:00
a999d17f71
Allow setting cmder init.bat arg vars globally on windows.
2020-06-07 15:32:15 -04:00
04c784cb16
Allow setting cmder init.bat arg vars globally on windows.
2020-06-07 14:49:02 -04:00
1f5ea5e596
Fix and enhance enhance_path_recursive
2020-04-29 12:03:24 -04:00
be5ec648c4
Fix Cmder issue #2290
2020-04-06 10:15:00 -04:00
2517f55f15
Merge branch 'master' into 1.3.15
2020-04-06 08:48:19 -04:00
93f8718489
move git functions to git lib
2020-04-06 08:20:26 -04:00
251968b4c6
Fixes #2247 , fixes #2254
2020-02-21 11:52:52 -05:00
492fc284f2
Fix issue #2214
2020-01-06 22:57:29 -05:00
180e72a6aa
revert --no-log to fix windows 7 clink prompt
2020-01-05 13:52:23 -08:00
93cf865071
post-install fixes
2020-01-05 16:41:02 -05:00
a857d8419c
fixes for cmd:cmder init script
2019-12-04 16:04:16 -05:00
f1a9721256
Update init.bat
2019-10-22 22:44:17 -04:00
468dba474e
fixes
2019-10-13 15:47:25 -04:00
57b328b209
cleanup
2019-10-13 10:15:26 -04:00
e8b33aa45b
Merge branch 'master' of https://github.com/cmderdev/cmder into fix_path_with!
2019-10-13 10:11:25 -04:00
377d97e56a
fix path with ! in dir
2019-10-13 10:07:23 -04:00
b310a2c47c
Disable clink logging
2019-08-29 12:48:52 -04:00
ea531cdd44
Fix post-install.bat not running and deleting itself ( #2106 )
...
* Fix post-install.bat not running
* Changelog
* Changelog
2019-06-03 11:23:00 +01:00
345562dbd0
Merge branch 'ps1_prompt' of https://github.com/daxgames/cmder into ps1_prompt
2019-03-31 16:48:10 -04:00
b424012a08
make debug messages more verbose
2019-03-31 09:48:58 -04:00
a93fff6798
Update init.bat
2019-03-17 15:09:02 -04:00
2582891307
Merge branch 'master' of https://github.com/cmderdev/cmder
2019-03-01 19:54:14 -05:00
16bf572cdf
Merge branch 'master' of github.com:cmderdev/cmder into git_clink_changes
2019-02-28 18:03:58 -05:00
cc12b848ac
provide default settings for clink that updates the history file in real time
2019-02-28 17:44:28 -05:00
760f4e579e
ignore all /d arg if running inside vscode
2019-01-06 18:09:06 -05:00
6d8f7a290a
ignore all args if running inside vscode
2019-01-06 17:46:50 -05:00
2a4e9d8301
workaround vscode tasks showing cmder debug output
2019-01-06 17:27:04 -05:00
f4389fc552
Merge pull request #1988 from daxgames/no_prefer_nix_option_
...
Prefer /nix_tools option
2018-12-16 13:08:56 -05:00
8101923242
Merge pull request #1987 from seeq12/default-files-user-profile
...
Use default files for default user profiles
2018-12-16 10:31:48 -05:00
0f30329e38
Update init.bat
2018-12-13 21:55:08 -05:00
528a69dab9
update nix_tools option to allow preferring nix tools
2018-12-13 20:54:18 -05:00
0c9e0e2f8c
Use default files for default user profiles
2018-12-13 12:13:17 -08:00
20eb7b8e81
Add /nix_tools switch to init.bat to optionally add !GIT_INSTALL_ROOT!\usr\bin to PATH
2018-12-13 16:09:52 +00:00