]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
config.c: remove static keyword from git_env_bool()
authorLars R. Damerow <lars@pixar.com>
Wed, 17 Mar 2010 19:55:51 +0000 (12:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Mar 2010 16:19:05 +0000 (09:19 -0700)
commit0ef37164c2e453e8348fee05e50d3a4ed6d69f6b
tree94038f312a314a0067d44ed7f765383da65c4d90
parent5e4f61474202122f376b16181b760f390623bf4e
config.c: remove static keyword from git_env_bool()

Since this function is the preferred way to handle boolean environment
variables it's useful to have it available to other files.

Signed-off-by: Lars R. Damerow <lars@pixar.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
config.c