]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
Do not name "repo" struct "remote" in push_http.c
authorAmos King <amos.l.king@gmail.com>
Wed, 18 Mar 2009 23:43:53 +0000 (18:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Mar 2009 10:03:31 +0000 (03:03 -0700)
commit7b5201a60d8f00e7026a3fc4cfdd7852caa9882f
treee1425c78d97f707d552cc12dbc2652dceb98940b
parent750d9305009a0f3fd14c0b5c5e62ae1eb2b18fda
Do not name "repo" struct "remote" in push_http.c

This patch is a first step in getting http-push to use http authentication
via prompts.  The patch renames remote to repo so that it doesn't get
confusing with the same remote that is passed around when using http.

Signed-off-by: Amos King <amos.l.king@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c