commit | 2d5c298f91b4b76a8b51b9b66283ef5a872736a0 | [log] [tgz] |
---|---|---|
author | Daniel Barkalow <barkalow@iabervon.org> | Thu Apr 17 19:32:22 2008 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Sun May 04 17:41:44 2008 -0700 |
tree | b24f7622fba5d782fe42c94d4f17fd7bd5080808 | |
parent | c697ad143ba1ff58b29e7efe149d244d4b7010a5 [diff] |
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 <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>