builtin-push: also ask config for remote information
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 30 Apr 2006 13:23:48 +0000 (15:23 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 2 May 2006 08:03:02 +0000 (01:03 -0700)
Now you can store your remote information in the config file like this:

[remote.upstream]
url = me@company.com:the-project
push = master:iceballs

[jc: fixed up to adjust a different fix for Push: lines earlier.]

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

No differences found