Files
git/builtin
J Wyman 4e4124f257 Carry non-locking status value in the environment.
If the user has specified '--no-lock-index' when calling git-status, it only seems reasonable that the user intends that option to be carried through to any child forks/procs as well. Currently, the '--no-lock-status' call is lost when submodules are checked. This change places the desired option into the environment, which is in turn passed down to all subsequent children.

With cmd_status checking for '--no-lock--status' first from args then from environment, we're able to keep the option set in all children.

Signed-off-by: J Wyman <jeremy.wyman@microsoft.com>
2017-09-11 17:41:05 +02:00
..
2017-09-10 17:02:51 +09:00
2017-09-11 14:01:02 +02:00
2017-09-11 12:17:05 +02:00