Use gitconfig rather than stgirc
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 5 Dec 2006 22:07:22 +0000 (22:07 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 5 Dec 2006 22:07:22 +0000 (22:07 +0000)
commitabcc26205add550f775bb1dceb4e30377e6b3463
treeb43459ff96eff2ae984e50be3c6a6f3b831f8a8d
parent148b69ae085a156f83621e73e7ee2e0da81f0458
Use gitconfig rather than stgirc

This patch enables the use of gitconfig files (~/.gitconfig or
.git/config) rather than stgitrc. These files can have a [stgit]
section. Currently, the git config lines have to be stripped since the
options are prepended with spaces.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
examples/gitconfig [moved from examples/stgitrc with 57% similarity]
setup.py
stgit/config.py