author | Amos King <amos.l.king@gmail.com> | |
Wed, 18 Mar 2009 23:43:53 +0000 (18:43 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 19 Mar 2009 10:03:31 +0000 (03:03 -0700) | ||
commit | 7b5201a60d8f00e7026a3fc4cfdd7852caa9882f | |
tree | e1425c78d97f707d552cc12dbc2652dceb98940b | tree | snapshot |
parent | 750d9305009a0f3fd14c0b5c5e62ae1eb2b18fda | commit | diff |
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>
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 | diff | blob | history |