commit: convert register_commit_graft to handle arbitrary repositories
[gitweb.git] / object-store.h
2018-05-16 object-store: move object access functions to object...
2018-04-12 replace-object: eliminate replace objects prepared...
2018-04-12 replace-object: move replace_map to object store
2018-04-11 Merge branch 'svn/authors-prog-2' of git://bogomips...
2018-04-11 Merge branch 'eb/cred-helper-ignore-sigpipe'
2018-04-11 Merge branch 'lv/tls-1.3'
2018-04-11 Merge branch 'pk/test-avoid-pipe-hiding-exit-status'
2018-04-11 Merge branch 'rs/status-with-removed-submodule'
2018-04-11 Merge branch 'nd/combined-test-helper'
2018-04-11 Merge branch 'sb/object-store'
2018-03-26 sha1_file: allow map_sha1_file to handle arbitrary...
2018-03-26 sha1_file: allow sha1_file_name to handle arbitrary...
2018-03-26 sha1_file: add repository argument to map_sha1_file
2018-03-26 sha1_file: add repository argument to sha1_file_name
2018-03-26 sha1_file: allow prepare_alt_odb to handle arbitrary...
2018-03-26 sha1_file: allow link_alt_odb_entries to handle arbitra...
2018-03-26 sha1_file: add repository argument to prepare_alt_odb
2018-03-26 pack: move approximate object count to object store
2018-03-26 pack: move prepare_packed_git_run_once to object store
2018-03-26 object-store: move packed_git and packed_git_mru to...
2018-03-23 object-store: move alt_odb_list and alt_odb_tail to...
2018-03-23 object-store: migrate alternates struct and functions...
2018-03-23 repository: introduce raw object store field