Re: [PATCH v5 3/6] builtin/verify-tag: change variable name for readability

2016-04-06 Thread Junio C Hamano
santi...@nyu.edu writes: > From: Santiago Torres > > The run_gpg_verify function has two variables size, and len. I somehow found this harder to parse than necessary. > This may come off as confusing when reading the code. We clarify which one > pertains to the length of the tag headers by ren

[PATCH v5 3/6] builtin/verify-tag: change variable name for readability

2016-04-05 Thread santiago
From: Santiago Torres The run_gpg_verify function has two variables size, and len. This may come off as confusing when reading the code. We clarify which one pertains to the length of the tag headers by renaming len to payload_length. Signed-off-by: Santiago Torres --- builtin/verify-tag.c | 1