From: Ramsay Jones Date: Sun, 5 Jan 2014 23:55:01 +0000 (+0000) Subject: send-pack.c: mark a file-local function static X-Git-Tag: v1.9-rc0~3^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/16a2743cd08c74d71b17e663c05c878fddffa03c?ds=sidebyside;hp=16a2743cd08c74d71b17e663c05c878fddffa03c 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 Signed-off-by: Junio C Hamano ---