]> git.ipfire.org Git - thirdparty/git.git/commit - notes-merge.c
notes: convert some accessor functions to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 30 May 2017 17:30:43 +0000 (10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Jun 2017 00:36:06 +0000 (09:36 +0900)
commit5ee8a954e0191be2a144afdda6e37ef776730246
tree65d17044e181df1d635870d630086f249df84dde
parentbb7e4739712e3f9eee0dfd60088b6d8983067960
notes: convert some accessor functions to struct object_id

Convert add_note, get_note, and copy_note to take struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/notes.c
notes-cache.c
notes-merge.c
notes-utils.c
notes.c
notes.h
remote-testsvn.c