907 Commits (d0aaa46fd3e53801346a4cadebf398f05d79780b)

Author SHA1 Message Date
René Scharfe 62a24c8923 sha1_file: use hex_to_bytes() 7 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 7 years ago
brian m. carlson bcd2986473 sha1_file: convert index_path and index_fd to struct object_id 7 years ago
Jeff King b3ea7dd32d sha1_loose_object_info: handle errors from unpack_sha1_rest 7 years ago
Martin Ågren f132a127ee sha1_file: do not leak `lock_file` 7 years ago
Jeff King 90dca6710e avoid looking at errno for short read_in_full() returns 7 years ago
Jeff King f0f7bebef7 read_info_alternates: warn on non-trivial errors 8 years ago
Jeff King dc732bd5cb read_info_alternates: read contents into strbuf 8 years ago
Jeff King f48ecd38cb read_pack_header: handle signed/unsigned comparison in read result 8 years ago
Rene Scharfe ea8e029785 sha1_file: release strbuf on error return in index_path() 8 years ago
Jonathan Tan 7709f468fd pack: move for_each_packed_object() 8 years ago
Jonathan Tan f9a8672a81 pack: move has_pack_index() 8 years ago
Jonathan Tan 150e3001d0 pack: move has_sha1_pack() 8 years ago
Jonathan Tan 1a1e5d4f47 pack: move find_pack_entry() and make it global 8 years ago
Jonathan Tan d6fe0036fd pack: move find_sha1_pack() 8 years ago
Jonathan Tan a2551953b9 pack: move find_pack_entry_one(), is_pack_valid() 8 years ago
Jonathan Tan 9e0f45f5a6 pack: move check_pack_index_ptr(), nth_packed_object_offset() 8 years ago
Jonathan Tan d5a1676182 pack: move nth_packed_object_{sha1,oid} 8 years ago
Jonathan Tan f1d8130be0 pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry() 8 years ago
Jonathan Tan 3588dd6e99 pack: move unpack_object_header() 8 years ago
Jonathan Tan 7b3aa75df7 pack: move get_size_from_delta() 8 years ago
Jonathan Tan 32b42e152f pack: move unpack_object_header_buffer() 8 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 8 years ago
Jonathan Tan e65f186242 pack: move install_packed_git() 8 years ago
Jonathan Tan 9a42865374 pack: move add_packed_git() 8 years ago
Jonathan Tan 97de1803f8 pack: move unuse_pack() 8 years ago
Jonathan Tan 84f80ad5e1 pack: move use_pack() 8 years ago
Jonathan Tan 3836d88ae5 pack: move pack-closing functions 8 years ago
Jonathan Tan f0e17e86e1 pack: move release_pack_memory() 8 years ago
Jonathan Tan 0317f45576 pack: move open_pack_index(), parse_pack_index() 8 years ago
Jonathan Tan 8e21176c3c pack: move pack_report() 8 years ago
Jonathan Tan 6d6a80e068 pack: move static state variables 8 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago
Patryk Obara 7d5e1dc333 sha1_file: convert index_stream to struct object_id 8 years ago
Patryk Obara da77611d73 sha1_file: convert hash_sha1_file_literally to struct object_id 8 years ago
Patryk Obara e3506559d4 sha1_file: convert index_fd to struct object_id 8 years ago
Patryk Obara 98e019b067 sha1_file: convert index_path to struct object_id 8 years ago
Patryk Obara 50c5cd5800 sha1_file: fix definition of null_sha1 8 years ago
Stefan Beller 2456990dfd sha1_file: make read_info_alternates static 8 years ago
Jonathan Tan 789bf26b07 sha1_file: remove read_packed_sha1() 8 years ago
Jonathan Tan 3ab0fb0646 sha1_file: set whence in storage-specific info fn 8 years ago
René Scharfe 896dca3ab7 sha1_file: release delta_stack on error in unpack_entry() 8 years ago
Jeff King f1068efefe sha1_file: drop experimental GIT_USE_LOOKUP search 8 years ago
René Scharfe 6355a76802 sha1_file: avoid comparison if no packed hash matches the first byte 8 years ago
Eric Wong 9fb9495dae set FD_CLOEXEC properly when O_CLOEXEC is not supported 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Jonathan Tan e83e71c5e1 sha1_file: refactor has_sha1_file_with_flags 8 years ago
Jonathan Tan cd585e2a33 sha1_file: do not access pack if unneeded 8 years ago
Jonathan Tan dfdd4afcf9 sha1_file: teach sha1_object_info_extended more flags 8 years ago
René Scharfe 70c49050d4 sha1_file: guard against invalid loose subdirectory numbers 8 years ago