From: Ilari Liusvaara Date: Wed, 27 Jan 2010 17:53:17 +0000 (+0200) Subject: Fix remote..vcs X-Git-Tag: v1.7.0-rc1~28 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4da504608ea94fbcac65eb287d8d5791bddefd88?hp=4da504608ea94fbcac65eb287d8d5791bddefd88 Fix remote..vcs remote..vcs causes remote->foreign_vcs to be set on entry to transport_get(). Unfortunately, the code assumed that any such entry is stale from previous round. Fix this by making VCS set by URL to be volatile w.r.t. transport_get() instead. Signed-off-by: Ilari Liusvaara Acked-by: Daniel Barkalow Signed-off-by: Junio C Hamano ---