aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-10-23 18:00:41 -0400
committerJeff King <peff@peff.net>2012-10-24 03:36:58 -0400
commite89558988305c3e912c0674faeb814e44563f7fd (patch)
treef90b1e93906bb0a3dc1b9f015fa6471b20f748ef /utf8.c
parent00b347d3aa094948d58dd1303aef7ba97ff09519 (diff)
downloadgit-e89558988305c3e912c0674faeb814e44563f7fd.tar.gz
git-e89558988305c3e912c0674faeb814e44563f7fd.tar.xz
git-config: use git_config_with_options
The git-config command has always implemented its own file lookup and parsing order. This was necessary because its duplicate-entry handling did not match the way git's internal callbacks worked. Now that this is no longer the case, we are free to reuse the existing parsing code. This saves us a few lines of code, but most importantly, it means that the logic for which files are examined is contained only in one place and cannot diverge. Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'utf8.c')
0 files changed, 0 insertions, 0 deletions