Jeff King
b2463fc30a
fetch: stop passing around unused worktrees variable
...
In 12d47e3b1f
(fetch: use new branch_checked_out() and add tests,
2022-06-14), fetch's update_local_ref() function stopped using its
"worktrees" parameter. It doesn't need it, since the
branch_checked_out() function examines the global worktrees under the
hood.
So we can not only drop the unused parameter from that function, but
also from its entire call chain. And as we do so all the way up to
do_fetch(), we can see that nobody uses it at all, and we can drop the
local variable there entirely.
Signed-off-by: Jeff King <peff@peff.net >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2022-06-21 08:52:32 -07:00
..
2022-01-27 18:00:15 -08:00
2022-02-25 15:47:36 -08:00
2022-04-06 09:42:14 -07:00
2022-05-20 15:26:59 -07:00
2022-05-10 17:41:11 -07:00
2022-06-15 10:47:19 -07:00
2021-09-27 09:44:54 -07:00
2022-03-04 13:24:18 -08:00
2022-03-23 14:09:31 -07:00
2021-10-15 13:09:40 -07:00
2022-01-13 13:49:45 -08:00
2022-05-20 15:26:59 -07:00
2022-02-17 16:25:05 -08:00
2022-05-20 15:26:59 -07:00
2022-03-04 13:24:18 -08:00
2022-05-23 14:39:54 -07:00
2022-03-16 17:53:07 -07:00
2022-02-04 13:58:28 -08:00
2021-10-28 09:57:09 -07:00
2022-01-05 13:31:00 -08:00
2022-04-26 09:26:35 -07:00
2022-05-20 15:26:59 -07:00
2022-02-04 13:58:28 -08:00
2022-05-05 14:36:25 -07:00
2022-03-25 16:38:24 -07:00
2022-04-04 10:56:23 -07:00
2022-06-21 08:52:32 -07:00
2021-12-20 14:55:02 -08:00
2021-10-20 14:33:07 -07:00
2021-11-25 22:15:07 -08:00
2022-03-25 16:04:17 -07:00
2022-05-20 15:26:59 -07:00
2022-03-16 17:53:08 -07:00
2022-03-16 17:53:08 -07:00
2022-03-09 13:38:24 -08:00
2022-01-07 15:19:34 -08:00
2022-05-20 15:26:59 -07:00
2022-01-05 13:29:23 -08:00
2022-05-20 15:26:59 -07:00
2022-02-23 16:41:55 -08:00
2022-05-20 15:26:59 -07:00
2022-04-06 15:21:59 -07:00
2022-05-20 15:26:59 -07:00
2022-03-04 13:24:17 -08:00
2021-12-01 14:45:58 -08:00
2022-03-07 11:57:52 -08:00
2022-03-07 13:00:53 -08:00
2022-03-16 17:53:08 -07:00
2022-03-16 17:53:08 -07:00
2022-04-25 11:31:12 -07:00
2021-09-28 10:31:02 -07:00
2022-05-05 14:36:24 -07:00
2022-03-16 17:53:08 -07:00
2022-04-04 10:56:21 -07:00
2022-05-02 09:50:37 -07:00
2022-02-02 11:24:23 -08:00
2022-02-04 13:58:28 -08:00
2022-01-03 16:24:15 -08:00
2022-05-20 15:26:57 -07:00
2022-02-04 13:58:28 -08:00
2022-03-01 12:36:01 -08:00
2022-05-11 13:56:22 -07:00
2022-05-20 15:26:59 -07:00
2022-03-28 15:45:46 -07:00
2022-03-16 17:53:08 -07:00
2022-03-14 22:25:13 +00:00
2022-05-20 15:26:59 -07:00
2022-03-24 13:36:21 -07:00
2022-03-21 15:14:24 -07:00
2022-05-20 15:26:59 -07:00
2022-01-10 11:52:56 -08:00
2022-02-04 13:58:28 -08:00
2022-05-20 15:26:59 -07:00
2022-05-25 16:42:47 -07:00
2022-03-23 14:09:30 -07:00
2022-05-10 16:45:12 -07:00
2022-02-04 13:58:28 -08:00
2022-05-05 14:36:24 -07:00
2022-05-20 15:26:59 -07:00
2022-02-25 17:16:32 -08:00
2022-03-25 16:04:15 -07:00
2022-02-04 13:58:28 -08:00
2021-11-25 22:15:07 -08:00
2021-11-03 13:25:36 -07:00
2022-04-04 10:56:25 -07:00