git/refs
Karthik Nayak 4865707bda refs: remove `create_symref` and associated dead code
In the previous commits, we converted `refs_create_symref()` to utilize
transactions to perform symref updates. Earlier `refs_create_symref()`
used `create_symref()` to do the same.

We can now remove `create_symref()` and any code associated with it
which is no longer used. We remove `create_symref()` code from all the
reference backends and also remove it entirely from the `ref_storage_be`
struct.

Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-05-07 08:51:50 -07:00
..
debug.c refs: remove `create_symref` and associated dead code 2024-05-07 08:51:50 -07:00
files-backend.c refs: remove `create_symref` and associated dead code 2024-05-07 08:51:50 -07:00
iterator.c refs: always treat iterators as ordered 2024-02-21 09:58:06 -08:00
packed-backend.c refs: remove `create_symref` and associated dead code 2024-05-07 08:51:50 -07:00
packed-backend.h Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'" 2022-04-13 15:51:33 -07:00
ref-cache.c refs: always treat iterators as ordered 2024-02-21 09:58:06 -08:00
ref-cache.h hash-ll.h: split out of hash.h to remove dependency on repository.h 2023-04-24 12:47:32 -07:00
refs-internal.h refs: remove `create_symref` and associated dead code 2024-05-07 08:51:50 -07:00
reftable-backend.c refs: remove `create_symref` and associated dead code 2024-05-07 08:51:50 -07:00