summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2022-03-01 10:33:50 +0100
committerJunio C Hamano <gitster@pobox.com>2022-03-01 10:13:46 -0800
commit1553f5e76c72243f61b454412b651706a869388f (patch)
tree9c8fd917eab6fa936be11f3472c6708fce5adf9a /commit.c
parentcd475b3b03809b1b1c664e0dca9f16f815456719 (diff)
remote: read symbolic refs via `refs_read_symbolic_ref()`
We have two cases in the remote code where we check whether a reference is symbolic or not, but don't mind in case it doesn't exist or in case it exists but is a non-symbolic reference. Convert these two callsites to use the new `refs_read_symbolic_ref()` function, whose intent is to implement exactly that usecase. No change in behaviour is expected from this change. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions