Files
git/builtin
J Wyman cdcf47cf3e 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-02-21 14:55:37 +01:00
..
2016-11-22 13:55:20 -08:00
2016-09-22 13:42:18 -07:00
2017-02-21 14:54:41 +01:00
2016-09-29 15:42:18 -07:00
2016-09-21 15:15:24 -07:00
2016-10-10 14:03:50 -07:00
2017-02-21 14:54:45 +01:00
2016-09-26 16:09:17 -07:00
2016-11-22 13:13:16 -08:00
2016-10-26 13:30:51 -07:00
2016-09-29 15:42:18 -07:00
2016-10-11 14:18:32 -07:00
2016-09-29 15:42:18 -07:00
2016-09-29 15:42:18 -07:00
2017-02-21 14:54:45 +01:00
2016-09-29 20:40:23 -07:00
2016-10-03 12:46:47 -07:00
2016-11-28 13:18:51 -08:00