Re: [PATCH 1/6] builtin/tag: move format specifier to global var

2016-09-22 Thread Junio C Hamano
santi...@nyu.edu writes: > From: Santiago Torres > > The format specifier will be likely used in other functions throughout > git tag. One likely candidate to require format strings in the future is > the gpg_verify_tag function. However, changing the signature of > functions

[PATCH 1/6] builtin/tag: move format specifier to global var

2016-09-22 Thread santiago
From: Santiago Torres The format specifier will be likely used in other functions throughout git tag. One likely candidate to require format strings in the future is the gpg_verify_tag function. However, changing the signature of functions such as for_each_ref or verify_tag