]> git.ipfire.org Git - thirdparty/git.git/commit - refs.h
refs: convert read_ref_at to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 15 Oct 2017 22:07:03 +0000 (22:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Oct 2017 02:05:51 +0000 (11:05 +0900)
commit8eb36d9422a04a30ecc54fd69b4f836eafd10637
treefcbafdd7eea7ab47cb5f90e2d2c4264e42690ed4
parentb420d90980a31246836680b68ca15e0239a8b696
refs: convert read_ref_at to struct object_id

Convert the callers and internals, including struct read_ref_at_cb, of
read_ref_at to use struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-branch.c
refs.c
refs.h
sha1_name.c