From: Santiago Torres Date: Tue, 19 Apr 2016 17:47:18 +0000 (-0400) Subject: verify-tag: update variable name and type X-Git-Tag: v2.9.0-rc0~86^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/20972f54d3f17007904cacb829c1feefb84a68dd?ds=inline;hp=20972f54d3f17007904cacb829c1feefb84a68dd verify-tag: update variable name and type The run_gpg_verify() function has two variables, size and len. This may come off as confusing when reading the code. Clarify which one pertains to the length of the tag headers by renaming len to payload_size. Additionally, change the type of payload_size to size_t to match the return type of parse_signature. Signed-off-by: Santiago Torres Reviewed-by: Eric Sunshine Signed-off-by: Junio C Hamano ---