fetch, pull: ask config for remote information
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 3 May 2006 13:20:21 +0000 (15:20 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 4 May 2006 07:07:06 +0000 (00:07 -0700)
commit73136b2e8a8ee024320c5ac6a0f14f912432bf03
treea35f2325ff8d41eea3bab11e32321d8ecfb63f26
parent5892fc6504dd23d7cf9415afb13bae8a61d6c70e
fetch, pull: ask config for remote information

Now you can say

    [remote.junio]
        url = git://git.kernel.org/pub/scm/git/git.git
        fetch = next:next

    in your .git/config.

[jc: fixed up the log message that still said "pull" ]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-parse-remote.sh