commit | 37a8768f83d5932ca66202f9cc4977c20b022e17 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 30 17:47:26 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Oct 30 19:20:54 2009 -0700 |
tree | 2b2dba18b162032a8f0ea440601f332f977bd471 | |
parent | 78affc49ded26700450d25168534af02b29a6c61 [diff] |
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 <spearce@spearce.org> CC: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>