fetch, pull: ask config for remote information
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 30 Apr 2006 13:24:03 +0000 (15:24 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 2 May 2006 08:03:25 +0000 (01:03 -0700)
commit5a223a0d434c874984a0251eca4520ef95718a6d
tree7d5e223d48eb41b00a48e1268b34bed80de36d33
parent97d4df0b29d262df291985aed486e226b43132d0
fetch, pull: ask config for remote information

Now you can say

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

in your .git/config.

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