]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/notes: convert static functions to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:48 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:50 +0000 (09:23 -0700)
commite8adba25ff74f2cb95f480a86063190c0fb57ec2
treec10e43ea56bdf5d26448182ee45186823faf4b99
parentf8ddeff50930d7c330b6f68745631c34e63540bd
builtin/notes: convert static functions to object_id

Convert the remaining static functions to take pointers to struct
object_id.

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