git/builtin
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h
This should make these functions easier to find and cache.h less
overwhelming to read.

In particular, this moves:
- read_object_file
- oid_object_info
- write_object_file

As a result, most of the codebase needs to #include object-store.h.
In this patch the #include is only added to files that would fail to
compile otherwise.  It would be better to #include wherever
identifiers from the header are used.  That can happen later
when we have better tooling for it.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-05-16 11:42:03 +09:00
..
2018-04-11 13:09:55 +09:00
2014-07-16 11:10:11 -07:00
2017-10-06 10:07:18 +09:00
2018-04-10 08:25:45 +09:00
2017-10-07 16:27:55 +09:00
2018-04-11 13:09:55 +09:00
2018-04-11 13:09:55 +09:00
2018-02-22 10:08:05 -08:00
2018-02-22 10:08:05 -08:00
2018-04-11 13:09:55 +09:00
2017-08-26 22:55:09 -07:00
2018-03-14 12:01:07 -07:00
2017-12-08 09:52:42 -08:00
2017-12-13 11:15:14 -08:00
2018-04-10 08:25:45 +09:00
2017-08-22 10:29:03 -07:00
2018-04-10 08:25:45 +09:00