Make stgit.config use git-repo-config.
authorYann Dirson <ydirson@altern.org>
Wed, 31 Jan 2007 23:15:38 +0000 (23:15 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 31 Jan 2007 23:15:38 +0000 (23:15 +0000)
commitc73e63b7d7733f1308c2c0c504144e93062bb489
tree444f9a981d7009f9a346c60f6d70cd92393f3bfe
parentc6f366f6b7452e24edf5bff06da8b69c500899a4
Make stgit.config use git-repo-config.

This is an initial implementation without any sort of caching.  If we
want that, we could do it with this new API.  We could even just
simply generalize the use of ConfigOption instead.

I just copypasted __run from stgit.git to avoid too much work, but
it's definitely something to cleanup.

Signed-off-by: Yann Dirson <ydirson@altern.org>
stgit/commands/common.py
stgit/commands/mail.py
stgit/commands/pull.py
stgit/commands/refresh.py
stgit/commands/series.py
stgit/config.py
stgit/git.py
stgit/gitmergeonefile.py
stgit/stack.py