From: Stefan Beller Date: Thu, 12 Apr 2018 00:21:06 +0000 (-0700) Subject: object-store: move lookup_replace_object to replace-object.h X-Git-Tag: v2.18.0-rc0~98^2~12 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/47f351e9b328cd828d85c45a736eca252152aa5c?hp=47f351e9b328cd828d85c45a736eca252152aa5c object-store: move lookup_replace_object to replace-object.h lookup_replace_object is a low-level function that most users of the object store do not need to use directly. Move it to replace-object.h to avoid a dependency loop in an upcoming change to its inline definition that will make use of repository.h. Signed-off-by: Stefan Beller Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---