1
0
mirror of https://github.com/git/git.git synced 2025-04-10 13:04:34 +00:00
git/builtin
Ramsay Jones 0f73f8bd79 builtin/fetch.c: Fix a sparse warning
Sparse issues an "'prepare_transport' was not declared. Should it
be static?" warning. In order to suppress the warning, since this
symbol only requires file scope, we simply add the static modifier
to it's declaration.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-08-28 16:55:23 -07:00
..
2013-07-22 11:23:10 -07:00
2013-07-22 11:34:25 -07:00
2013-06-02 16:00:44 -07:00
2013-04-15 11:04:44 -07:00
2013-05-29 14:23:40 -07:00
2013-08-01 11:52:37 -07:00
2013-07-22 11:24:09 -07:00
2013-07-29 12:32:25 -07:00
2013-08-28 16:55:23 -07:00
2013-07-22 11:24:11 -07:00
2013-07-22 11:24:11 -07:00
2013-07-29 12:32:25 -07:00
2013-05-29 14:23:04 -07:00
2013-06-17 13:30:01 -07:00
2013-07-19 09:26:15 -07:00
2013-07-22 11:23:56 -07:00
2013-01-16 12:48:22 -08:00