Toon Claes
2ca67c6f14
clone: add tags refspec earlier to fetch refspec
...
In clone.c we call refspec_ref_prefixes() to copy the fetch refspecs
from the `remote->fetch` refspec into `ref_prefixes` of
`transport_ls_refs_options`. Afterwards we add the tags prefix
`refs/tags/` prefix as well. At a later point, in wanted_peer_refs() we
process refs using both `remote->fetch` and `TAG_REFSPEC`.
Simplify the code by appending `TAG_REFSPEC` to `remote->fetch` before
calling refspec_ref_prefixes().
To be able to do this, we set `option_tags` to 0 when --mirror is given.
This is because --mirror mirrors (hence the name) all the refs,
including tags and they do not need to be treated separately.
Signed-off-by: Toon Claes <toon@iotcl.com >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2025-02-06 12:23:53 -08:00
..
2024-12-06 20:20:04 +09:00
2025-01-28 13:02:22 -08:00
2024-10-25 14:02:36 -04:00
2024-09-13 14:32:24 -07:00
2024-10-11 09:37:18 -07:00
2024-12-06 20:20:02 +09:00
2025-01-21 08:44:54 -08:00
2025-01-29 14:05:09 -08:00
2024-12-18 10:44:31 -08:00
2024-12-13 07:33:36 -08:00
2024-12-23 09:32:11 -08:00
2024-09-13 14:32:24 -07:00
2024-09-13 14:32:24 -07:00
2024-09-23 10:35:09 -07:00
2025-01-17 13:30:03 -08:00
2025-01-17 13:30:03 -08:00
2025-01-17 13:30:03 -08:00
2024-12-23 09:32:11 -08:00
2024-12-06 20:20:02 +09:00
2025-02-06 12:23:53 -08:00
2024-09-13 14:32:24 -07:00
2024-12-18 10:44:30 -08:00
2025-01-17 13:30:03 -08:00
2025-01-29 14:05:09 -08:00
2024-11-26 10:36:08 +09:00
2024-12-04 08:21:54 +09:00
2025-01-28 13:02:24 -08:00
2024-11-01 12:53:19 -04:00
2024-09-13 14:32:24 -07:00
2025-01-28 13:02:22 -08:00
2024-12-23 09:32:11 -08:00
2024-12-18 10:44:31 -08:00
2025-01-17 13:30:03 -08:00
2025-01-17 13:30:03 -08:00
2025-01-17 13:30:03 -08:00
2024-12-06 20:20:02 +09:00
2024-12-06 20:20:04 +09:00
2024-12-06 20:20:02 +09:00
2025-01-17 13:30:03 -08:00
2025-01-17 13:30:03 -08:00
2025-01-06 12:02:21 -08:00
2024-09-23 10:35:09 -07:00
2025-01-21 09:06:24 -08:00
2024-12-06 20:20:04 +09:00
2024-12-18 10:44:30 -08:00
2025-01-17 13:30:03 -08:00
2025-01-28 13:02:22 -08:00
2025-01-17 13:30:03 -08:00
2025-01-01 14:13:01 -08:00
2024-09-13 14:32:24 -07:00
2024-12-18 10:44:30 -08:00
2024-11-26 10:36:08 +09:00
2025-01-28 13:02:23 -08:00
2024-11-21 08:23:45 +09:00
2024-10-14 12:33:02 -04:00
2025-01-21 08:44:54 -08:00
2025-01-17 13:30:03 -08:00
2024-11-04 22:37:51 -08:00
2024-09-13 14:32:24 -07:00
2024-12-18 10:44:31 -08:00
2025-01-17 13:30:03 -08:00
2024-12-27 08:12:40 -08:00
2024-12-06 20:20:02 +09:00
2025-01-17 13:30:03 -08:00
2025-01-17 13:30:03 -08:00
2025-01-17 13:30:03 -08:00
2024-12-06 20:20:04 +09:00
2025-01-17 13:30:03 -08:00
2024-09-13 14:32:24 -07:00
2024-09-13 14:32:24 -07:00
2024-12-04 10:32:20 +09:00
2024-12-06 20:20:02 +09:00
2024-12-06 20:20:02 +09:00
2024-11-26 10:36:08 +09:00
2024-12-23 09:32:11 -08:00
2025-01-17 13:30:03 -08:00
2024-12-06 20:20:03 +09:00
2024-12-06 20:20:05 +09:00
2024-09-13 14:33:30 -07:00
2024-12-18 10:44:30 -08:00
2024-12-06 20:20:04 +09:00
2024-12-06 20:20:04 +09:00
2024-12-23 09:32:17 -08:00
2024-09-13 14:32:24 -07:00
2025-01-17 13:30:03 -08:00
2025-01-21 08:44:54 -08:00
2024-12-06 20:20:03 +09:00
2024-12-04 10:14:47 +09:00
2025-01-17 13:30:03 -08:00
2025-01-17 13:30:03 -08:00
2025-01-21 08:44:54 -08:00
2024-12-23 09:32:11 -08:00
2024-11-21 07:59:14 +09:00
2024-12-06 20:20:02 +09:00
2024-12-06 20:20:04 +09:00
2024-12-06 20:20:03 +09:00
2025-01-28 13:02:22 -08:00
2025-01-17 13:30:03 -08:00
2024-12-06 20:20:03 +09:00
2024-12-06 20:20:02 +09:00
2024-12-18 10:44:30 -08:00
2024-12-06 20:20:03 +09:00
2024-12-06 20:20:02 +09:00
2025-01-31 09:44:16 -08:00
2024-09-13 14:32:24 -07:00
2024-12-06 20:20:02 +09:00
2024-12-06 20:20:04 +09:00
2024-09-13 14:32:24 -07:00
2024-12-06 20:20:04 +09:00
2024-09-13 14:32:24 -07:00
2025-01-21 09:06:24 -08:00
2025-01-17 13:30:03 -08:00
2025-01-28 13:02:23 -08:00
2025-01-17 13:30:03 -08:00
2024-12-06 20:20:02 +09:00
2024-12-18 10:44:30 -08:00
2025-01-17 13:30:03 -08:00
2024-12-18 10:44:30 -08:00
2025-01-28 13:02:22 -08:00
2024-09-13 14:32:24 -07:00
2024-09-13 14:32:24 -07:00
2025-01-21 09:06:24 -08:00
2024-12-23 09:32:11 -08:00
2024-09-23 10:35:09 -07:00