From: Daniel Barkalow Date: Thu, 17 Apr 2008 23:32:22 +0000 (-0400) Subject: Mark the list of refs to fetch as const X-Git-Tag: v1.5.6-rc0~5^2~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2d5c298f91b4b76a8b51b9b66283ef5a872736a0?hp=2d5c298f91b4b76a8b51b9b66283ef5a872736a0 Mark the list of refs to fetch as const Fetching the objects doesn't actually modify the list in any of the code paths, so this will allow code that fetches the entire (const) list of available refs to just pass the list in directly. Signed-off-by: Daniel Barkalow Signed-off-by: Junio C Hamano ---