send-pack.c: mark a file-local function static
commit16a2743cd08c74d71b17e663c05c878fddffa03c
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Sun, 5 Jan 2014 23:55:01 +0000 (5 23:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2014 16:26:36 +0000 (6 08:26 -0800)
tree15666547099e55385fc433034e668c076126d86d
parent82fba2b9d39163a0c9b7a3a2f35964cbc039e1aa
send-pack.c: mark a file-local function static

Commit f2c681cf ("send-pack: support pushing from a shallow clone
via http", 05-12-2013) adds the 'advertise_shallow_grafts_buf'
function as an external symbol.

Noticed by sparse. ("'advertise_shallow_grafts_buf' was not declared.
Should it be static?")

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
send-pack.c