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)
commit97d4df0b29d262df291985aed486e226b43132d0
tree68f89398bc706a14ab0550f07ef1200a812a15a9
parent54eb2d3ff91bf7a914b6e1de9cf8f748d6a9ecb4
builtin-push: also ask config for remote information

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>
builtin-push.c