]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mh/iterate-refs'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2011 22:56:18 +0000 (15:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2011 22:56:18 +0000 (15:56 -0700)
commit11fa509957025cc30c063d75014b701dd9ae235d
treef1b2c6dad8436893a889eba4d5394bf2b62e7d10
parent5fbdb9c2e8cc7226d9a9e7de5ad09ac5f0a0b906
parent3ab24efeef37f9a148662f8de4412a72e754b69f
Merge branch 'mh/iterate-refs'

* mh/iterate-refs:
  refs.c: make create_cached_refs() static
  Retain caches of submodule refs
  Store the submodule name in struct cached_refs
  Allocate cached_refs objects dynamically
  Change the signature of read_packed_refs()
  Access reference caches only through new function get_cached_refs()
  Extract a function clear_cached_refs()
refs.c