config: add --local option
commit57210a678a8bedd222bf4478eeb0a664d9dd5369
authorSverre Rabbelier <srabbelier@gmail.com>
Wed, 4 Aug 2010 01:59:23 +0000 (3 20:59 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Aug 2010 19:01:10 +0000 (4 12:01 -0700)
treeed677c952aa32edca2b77ed074d175cb130a4e11
parent64fdc08dac6694d1e754580e7acb82dfa4988bb9
config: add --local option

This is a shorthand similar to --system but instead uses
the config file of the current repository.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/config.c