From: Elijah Newren Date: Wed, 5 Sep 2018 17:25:49 +0000 (-0700) Subject: update-ref: fix type of update_flags variable to match its usage X-Git-Tag: v2.19.2~55^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e4c34855a26fccd2072d452390a0e3167bcc4da9?hp=e4c34855a26fccd2072d452390a0e3167bcc4da9 update-ref: fix type of update_flags variable to match its usage The ref_transaction_*() family of functions expect a flags parameter which is of type unsigned int. Make the update_flags variable, which is passed as that parameter, be of the same type. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano ---