chiark / gitweb /
Allows extraction of information about remotes.
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)
commit681f805ef4688c7ea450f5e72a15dad818809734
treef9756b9a5b6455141fdc7c27a17926dd1ee09665
parent254d99f846f3427d21bc9224cd693bb4806d2d31
Allows extraction of information about remotes.

We want to know the list of declared remotes, the local branches they
hold, and which remotes holds a given branch.  All this regardless of
where the information is stored.

If there are any git-1.5 remotes declared in .git/config, we suppose
you know what you're doing and they will take precedence on any
pre-1.5 remotes.

This does not use git-remote for now, since it is 1.5 material not
released yet, does not support legacy branches/ remotes, and does not
allow yet to query all of the information we need.

Signed-off-by: Yann Dirson <ydirson@altern.org>
stgit/git.py