]> git.ipfire.org Git - thirdparty/git.git/commit - setup.c
read_gitfile_gently(): rename misnamed function to read_gitfile()
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Aug 2011 21:04:56 +0000 (14:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Aug 2011 21:04:56 +0000 (14:04 -0700)
commit13d6ec913330ba90fb1a67ec5789e437f8ac4193
treef7923b01c836c79e4d546ffc0d7ab27871295c1f
parentf696543dad6c7ba27b0c4fab167a5687263a9ba0
read_gitfile_gently(): rename misnamed function to read_gitfile()

The function was not gentle at all to the callers and died without giving
them a chance to deal with possible errors. Rename it to read_gitfile(),
and update all the callers.

As no existing caller needs a true "gently" variant, we do not bother
adding one at this point.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/init-db.c
cache.h
environment.c
path.c
refs.c
setup.c
submodule.c