Re: [PATCH] refs.c: remove extern keyword from function definition

2014-12-28 Thread Michael Haggerty
On 12/19/2014 06:24 PM, Ramsay Jones wrote: > > Commit 5ed85684 ("reflog_expire(): new function in the reference > API", 12-12-2014) added a new function definition which included > the extern keyword. > > While this is not an illegal use of the keyword, it is somewhat > unusual to include it in

[PATCH] refs.c: remove extern keyword from function definition

2014-12-19 Thread Ramsay Jones
Commit 5ed85684 ("reflog_expire(): new function in the reference API", 12-12-2014) added a new function definition which included the extern keyword. While this is not an illegal use of the keyword, it is somewhat unusual to include it in a function definition. (It would be unique in the git code