diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-07-19 09:54:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-07-19 09:54:51 -0700 |
commit | d907bf8ef327cd47433d4a4bb0a1bb4e96b6e340 (patch) | |
tree | 2475a33111f13c32a4e8540fb9d273bee0c5c601 /cache.h | |
parent | 54dbc1f9e6451b6673835259ce8aa450489fc420 (diff) | |
parent | 3de89c9d4216d0fdc11bd1141c419ac4d0d35fed (diff) | |
download | git-d907bf8ef327cd47433d4a4bb0a1bb4e96b6e340.tar.gz git-d907bf8ef327cd47433d4a4bb0a1bb4e96b6e340.tar.xz |
Merge branch 'jc/index-pack'
* jc/index-pack:
verify-pack: use index-pack --verify
index-pack: show histogram when emulating "verify-pack -v"
index-pack: start learning to emulate "verify-pack -v"
index-pack: a miniscule refactor
index-pack --verify: read anomalous offsets from v2 idx file
write_idx_file: need_large_offset() helper function
index-pack: --verify
write_idx_file: introduce a struct to hold idx customization options
index-pack: group the delta-base array entries also by type
Conflicts:
builtin/verify-pack.c
cache.h
sha1_file.c
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1010,7 +1010,6 @@ extern off_t find_pack_entry_one(const unsigned char *, struct packed_git *); extern void *unpack_entry(struct packed_git *, off_t, enum object_type *, unsigned long *); extern unsigned long unpack_object_header_buffer(const unsigned char *buf, unsigned long len, enum object_type *type, unsigned long *sizep); extern unsigned long get_size_from_delta(struct packed_git *, struct pack_window **, off_t); -extern int packed_object_info_detail(struct packed_git *, off_t, unsigned long *, unsigned long *, unsigned int *, unsigned char *); extern int unpack_object_header(struct packed_git *, struct pack_window **, off_t *, unsigned long *); struct object_info { |