repo-config: learn the flag "--no-local"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 8 Jun 2006 11:31:46 +0000 (13:31 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 10 Jun 2006 21:09:25 +0000 (14:09 -0700)
commitb4af077f4cd2d15d7b2f5368b64d9c8edf89df39
tree870307427f689b6bd204bcbbcdafd393df007202
parentea71d197c3d265f32aae225a5fd17f4ef617c216
repo-config: learn the flag "--no-local"

Since there is a global config now, we need a way to access it
conveniently. Now you can say

git repo-config --no-local alias.l "log --stat -M ORIG_HEAD.."

to set the alias globally (it will be stored in ~/.gitconfig).

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
config.c
repo-config.c