diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2017-10-15 22:07:12 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-16 11:05:52 +0900 |
commit | 4f01e5080c4a7eee69da47c958888358e6127584 (patch) | |
tree | bea0bf82f144ef4fefe54f8cd10a72ed301295a0 /t | |
parent | refs: convert read_raw_ref backends to struct object_id (diff) | |
download | tgif-4f01e5080c4a7eee69da47c958888358e6127584.tar.xz |
refs/files-backend: convert static functions to object_id
Convert several static functions to take pointers to struct object_id.
Change the relevant parameters to write_packed_entry to be const, as we
don't modify them. Rename lock_ref_sha1_basic to lock_ref_oid_basic to
reflect its new argument. Update the docstring for verify lock to
account for the new parameter name, and note additionally that the
old_oid may be NULL.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions