From: Shawn O. Pearce Date: Sat, 31 Oct 2009 00:47:26 +0000 (-0700) Subject: remote-curl: Refactor walker initialization X-Git-Tag: v1.7.5.1~2^2~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/37a8768f83d5932ca66202f9cc4977c20b022e17?ds=inline;hp=37a8768f83d5932ca66202f9cc4977c20b022e17 remote-curl: Refactor walker initialization We will need the walker, url and remote in other functions as the code grows larger to support smart HTTP. Extract this out into a set of globals we can easily reference once configured. Signed-off-by: Shawn O. Pearce CC: Daniel Barkalow Signed-off-by: Junio C Hamano ---