Junio C Hamano
e6d5479e7a
git: extend --no-lazy-fetch to work across subprocesses
...
Modeling after how the `--no-replace-objects` option is made usable
across subprocess spawning (e.g., cURL based remote helpers are
spawned as a separate process while running "git fetch"), allow the
`--no-lazy-fetch` option to be passed across process boundaries.
Do not model how the value of GIT_NO_REPLACE_OBJECTS environment
variable is ignored, though. Just use the usual git_env_bool() to
allow "export GIT_NO_LAZY_FETCH=0" and "unset GIT_NO_LAZY_FETCH"
to be equivalents.
Also do not model how the request is not propagated to subprocesses
we spawn (e.g. "git clone --local" that spawns a new process to work
in the origin repository, while the original one working in the
newly created one) by the "--no-replace-objects" option, as this "do
not lazily fetch from the promisor" is more about a per-request
debugging aid, not "this repository's promisor should not be relied
upon" property specific to a repository.
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2024-02-27 09:53:14 -08:00
..
2023-11-02 16:53:14 +09:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-11-20 10:28:15 +09:00
2023-10-09 12:06:47 -07:00
2023-04-05 14:18:53 -07:00
2023-04-05 21:37:45 -07:00
2023-04-24 15:16:31 -07:00
2023-10-30 07:09:56 +09:00
2023-10-30 07:09:55 +09:00
2023-10-09 12:06:44 -07:00
2023-11-02 16:53:17 +09:00
2023-05-05 14:28:03 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:06:29 -07:00
2023-02-06 15:03:34 -08:00
2023-11-02 16:53:27 +09:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:04:21 -07:00
2023-01-13 11:58:51 -08:00
2023-10-23 13:04:47 -07:00
2023-10-09 12:06:29 -07:00
2023-10-05 12:55:38 -07:00
2023-10-09 12:04:21 -07:00
2023-03-19 15:03:12 -07:00
2023-10-09 12:46:33 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:47 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:06:29 -07:00
2023-01-13 09:55:45 -08:00
2023-11-02 16:53:25 +09:00
2023-04-11 08:46:09 -07:00
2023-09-28 10:49:23 -07:00
2023-09-15 14:09:37 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:04:21 -07:00
2023-06-12 13:52:51 -07:00
2023-10-09 12:06:29 -07:00
2023-06-12 13:52:51 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:06:47 -07:00
2023-05-23 17:21:47 +09:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:06:29 -07:00
2023-05-10 10:35:25 -07:00
2023-09-25 14:52:34 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:44 -07:00
2023-10-05 13:26:11 -07:00
2023-10-09 12:06:24 -07:00
2023-10-09 12:06:24 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:06:47 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:06:29 -07:00
2023-09-07 23:04:44 -07:00
2023-10-09 12:47:29 -07:00
2023-10-09 12:06:29 -07:00
2023-05-19 08:19:34 -07:00
2023-06-22 16:29:07 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:06:44 -07:00
2023-11-02 08:51:40 +09:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:06:44 -07:00
2023-08-16 11:37:25 -07:00
2023-10-02 14:54:29 -07:00
2023-03-30 07:50:43 -07:00
2023-05-12 14:54:14 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-11-02 16:53:28 +09:00
2023-10-09 12:06:47 -07:00
2023-10-30 07:09:55 +09:00
2023-10-09 12:06:29 -07:00
2023-10-29 12:10:45 +09:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:47 -07:00
2023-10-30 07:09:57 +09:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:44 -07:00
2023-01-13 09:55:45 -08:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-09-02 15:21:44 -07:00
2023-10-09 12:06:29 -07:00
2023-10-30 07:09:59 +09:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:44 -07:00
2023-11-01 12:09:01 +09:00
2023-10-09 12:06:29 -07:00
2023-06-12 13:52:51 -07:00
2023-06-12 13:52:51 -07:00
2023-10-23 13:56:37 -07:00
2023-10-09 12:06:29 -07:00
2023-07-25 14:55:07 -07:00
2023-10-09 12:06:29 -07:00
2023-05-16 11:38:14 -07:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:24 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-10 09:23:16 -07:00
2024-02-27 09:53:14 -08:00
2023-10-05 12:55:38 -07:00
2023-10-09 12:06:29 -07:00
2023-07-18 07:28:52 -07:00
2023-10-09 12:06:44 -07:00
2023-10-30 07:09:55 +09:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-02-01 08:49:23 -08:00
2023-11-08 11:04:00 +09:00
2023-03-06 21:51:56 -08:00
2023-10-09 12:06:29 -07:00
2023-07-27 15:26:37 -07:00
2023-10-05 12:55:38 -07:00
2023-07-25 14:55:07 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:07:26 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-11-20 09:57:23 +09:00
2023-10-09 12:06:29 -07:00
2023-04-21 15:35:04 -07:00
2023-05-10 10:23:29 -07:00
2023-10-28 09:02:06 +09:00
2023-07-17 11:30:42 -07:00
2023-07-31 09:11:04 -07:00
2023-08-21 11:40:10 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:06:29 -07:00
2023-05-23 17:21:47 +09:00
2023-08-28 09:16:06 -07:00
2023-11-07 10:26:42 +09:00
2023-10-09 12:06:44 -07:00
2023-10-09 12:06:29 -07:00
2023-10-09 12:04:21 -07:00
2023-10-09 12:07:26 -07:00