mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-01 17:46:47 +00:00
8a4087d07b
On Windows `code` works in the shell, but not when specified to jj, because the executable is actually named `code.cmd`! This is a feature of Windows, where certain file extensions (defined by the PATHEXT environment variable) are automatically treated as executable and can have their extensions omitted. Presumably, jj doesn't support this feature on Windows, though perhaps it should. For now, avoid adding an explanation of PATHEXT so as to not clutter things too much, and just suggest `code.cmd` on Windows. Most readers should be able to put two and two together from there. |
||
---|---|---|
.. | ||
design | ||
technical | ||
branches.md | ||
cli-reference.md | ||
code-of-conduct.md | ||
config.md | ||
config.toml | ||
conflicts.md | ||
contributing.md | ||
FAQ.md | ||
filesets.md | ||
git-comparison.md | ||
git-compatibility.md | ||
github.md | ||
glossary.md | ||
index.md | ||
install-and-setup.md | ||
operation-log.md | ||
related-work.md | ||
revsets.md | ||
sapling-comparison.md | ||
templates.md | ||
testimonials.md | ||
tutorial.md | ||
windows.md | ||
working-copy.md |