]> git.ipfire.org Git - thirdparty/git.git/commit - setup.c
setup: document check_repository_format()
authorJeff King <peff@peff.net>
Fri, 11 Mar 2016 22:36:45 +0000 (17:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Mar 2016 23:02:13 +0000 (15:02 -0800)
commit4b0d1eebe95b8ed187ff06ae46d69d517c2b759f
tree536967c182e91467d968b3076c1f70c1e1fd222b
parentab5d01a29eb7380ceab070f0807c2939849c44bc
setup: document check_repository_format()

This function's interface is rather enigmatic, so let's
document it further.

While we're here, let's also drop the return value. It will
always either be "0" or the function will die (consequently,
neither of its two callers bothered to check the return).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
setup.c