]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
sha1_object_info_extended(): add an "unsigned flags" parameter
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 11 Dec 2013 07:46:07 +0000 (08:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Dec 2013 19:53:48 +0000 (11:53 -0800)
commitde7b5d6218e4b928c5a395e34e5e1de40fae2a0d
tree6473995f18b338fa7278a44f2a4348fecabc4f74
parentbf93eea0f67082ec295ac60fa78986f339adf2c6
sha1_object_info_extended(): add an "unsigned flags" parameter

This parameter is not used yet, but it will be used to tell
sha1_object_info_extended() if it should perform object
replacement or not.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/cat-file.c
cache.h
sha1_file.c
streaming.c