Docker detection and git identity lookups no longer spawn subprocesses, so startup is slightly lighter.
What's wrong with this entry?
Docker detection and git identity lookups no longer spawn subprocesses, doing the same work in-process.
- The Docker check no longer runs
test -f /.dockerenvas a subprocess. - Git identity no longer shells out to
git config --get user.emailoruser.name. - Both results stay memoised as before.
/.dockerenv
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.224
Create a cloud session without a terminal
Both mention environment
-
v2.1.224
Clearer error when
--bgand--environmentare combinedBoth mention environment
-
v2.1.224
cloud CLI: piped stdin no longer silently overrides a task description
Both mention environment