diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-02-16 06:00:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-15 21:24:53 -0800 |
commit | ea5105a5e3c6629ee64b499ea918c2b80882fc22 (patch) | |
tree | 3cb732cc384cf3bcbad18a28618e120e29386403 /git-gui | |
parent | 2c778210f8877e8f5c88715c2d25d1a43d976566 (diff) | |
download | git-ea5105a5e3c6629ee64b499ea918c2b80882fc22.tar.gz git-ea5105a5e3c6629ee64b499ea918c2b80882fc22.tar.xz |
config: add 'git_config_string' to refactor string config variables.
In many places we just check if a value from the config file is not
NULL, then we duplicate it and return 0. This patch introduces the new
'git_config_string' function to do that.
This function is also used to refactor some code in 'config.c'.
Refactoring other files is left for other patches.
Also not all the code in "config.c" is refactored, because the function
takes a "const char **" as its first parameter, but in many places a
"char *" is used instead of a "const char *". (And C does not allow
using a "char **" instead of a "const char **" without a warning.)
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui')
0 files changed, 0 insertions, 0 deletions