Files
git/builtin
Patrick Steinhardt 2ed8008399 reflog: rename cmd_reflog_expire_cb to reflog_expire_options
We're about to expose `struct cmd_reflog_expire_cb` via "reflog.h" so
that we can also use this structure in "builtin/gc.c". Once we make it
accessible to a wider scope though it becomes awkwardly named, as it
isn't only useful in the context of a callback. Instead, the function is
containing all kinds of options relevant to whether or not a reflog
entry should be expired.

Rename the structure to `reflog_expire_options` to prepare for this.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-04-08 07:53:25 -07:00
..
2025-01-28 13:02:22 -08:00
2025-02-18 15:30:31 -08:00
2025-01-21 08:44:54 -08:00
2024-12-13 07:33:36 -08:00
2025-01-28 13:02:22 -08:00
2024-12-18 10:44:31 -08:00
2025-02-10 10:18:31 -08:00
2024-12-18 10:44:30 -08:00
2025-02-12 10:08:53 -08:00
2024-12-18 10:44:30 -08:00
2025-02-10 10:18:31 -08:00
2025-01-21 08:44:54 -08:00
2024-12-18 10:44:31 -08:00
2024-12-18 10:44:30 -08:00
2025-02-04 09:51:41 -08:00
2025-02-10 10:18:31 -08:00
2025-02-12 10:08:54 -08:00
2025-01-21 09:06:24 -08:00
2024-12-18 10:44:30 -08:00
2025-01-28 13:02:22 -08:00