summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'po/read-graft-line'Junio C Hamano2017-09-061-1/+1
|\
| * sha1_file: fix definition of null_sha1Patryk Obara2017-08-171-1/+1
* | Merge branch 'jt/packmigrate'Junio C Hamano2017-08-261-1891/+15
|\ \
| * | pack: move for_each_packed_object()Jonathan Tan2017-08-231-40/+0
| * | pack: move has_pack_index()Jonathan Tan2017-08-231-8/+0
| * | pack: move has_sha1_pack()Jonathan Tan2017-08-231-6/+0
| * | pack: move find_pack_entry() and make it globalJonathan Tan2017-08-231-53/+0
| * | pack: move find_sha1_pack()Jonathan Tan2017-08-231-13/+0
| * | pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan2017-08-231-73/+0
| * | pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan2017-08-231-33/+0
| * | pack: move nth_packed_object_{sha1,oid}Jonathan Tan2017-08-231-31/+0
| * | pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan2017-08-231-663/+14
| * | pack: move unpack_object_header()Jonathan Tan2017-08-231-26/+0
| * | pack: move get_size_from_delta()Jonathan Tan2017-08-231-39/+0
| * | pack: move unpack_object_header_buffer()Jonathan Tan2017-08-231-25/+0
| * | pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-214/+0
| * | pack: move install_packed_git()Jonathan Tan2017-08-231-9/+0
| * | pack: move add_packed_git()Jonathan Tan2017-08-231-61/+0
| * | pack: move unuse_pack()Jonathan Tan2017-08-231-9/+0
| * | pack: move use_pack()Jonathan Tan2017-08-231-285/+0
| * | pack: move pack-closing functionsJonathan Tan2017-08-231-55/+0
| * | pack: move release_pack_memory()Jonathan Tan2017-08-231-49/+0
| * | pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-140/+0
| * | pack: move pack_report()Jonathan Tan2017-08-231-24/+0
| * | pack: move static state variablesJonathan Tan2017-08-231-13/+0
| * | pack: move pack name-related functionsJonathan Tan2017-08-231-22/+1
* | | Merge branch 'po/object-id'Junio C Hamano2017-08-261-16/+16
|\ \ \ | |/ / |/| |
| * | sha1_file: convert index_stream to struct object_idPatryk Obara2017-08-201-3/+3
| * | sha1_file: convert hash_sha1_file_literally to struct object_idPatryk Obara2017-08-201-4/+4
| * | sha1_file: convert index_fd to struct object_idPatryk Obara2017-08-201-6/+6
| * | sha1_file: convert index_path to struct object_idPatryk Obara2017-08-201-5/+5
| |/
* | Merge branch 'sb/sha1-file-cleanup'Junio C Hamano2017-08-231-1/+2
|\ \
| * | sha1_file: make read_info_alternates staticsb/sha1-file-cleanupStefan Beller2017-08-151-1/+2
* | | Merge branch 'jt/sha1-file-cleanup'Junio C Hamano2017-08-231-32/+7
|\ \ \
| * | | sha1_file: remove read_packed_sha1()jt/sha1-file-cleanupJonathan Tan2017-08-111-25/+1
| * | | sha1_file: set whence in storage-specific info fnJonathan Tan2017-08-111-7/+6
| | |/ | |/|
* | | Merge branch 'rs/unpack-entry-leakfix'Junio C Hamano2017-08-221-2/+3
|\ \ \
| * | | sha1_file: release delta_stack on error in unpack_entry()rs/unpack-entry-leakfixRené Scharfe2017-08-101-2/+3
* | | | Merge branch 'rs/find-pack-entry-bisection'Junio C Hamano2017-08-221-2/+2
|\ \ \ \
| * | | | sha1_file: avoid comparison if no packed hash matches the first byters/find-pack-entry-bisectionRené Scharfe2017-08-091-2/+2
* | | | | Merge branch 'jk/drop-sha1-entry-pos'Junio C Hamano2017-08-221-11/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sha1_file: drop experimental GIT_USE_LOOKUP searchJeff King2017-08-091-11/+0
| | |/ / | |/| |
* | | | Merge branch 'ew/fd-cloexec-fix'Junio C Hamano2017-07-201-3/+3
|\ \ \ \
| * | | | set FD_CLOEXEC properly when O_CLOEXEC is not supportedew/fd-cloexec-fixEric Wong2017-07-171-3/+3
* | | | | Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano2017-07-131-2/+3
|\ \ \ \ \
| * | | | | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-2/+3
* | | | | | Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-051-189/+196
|\ \ \ \ \ \
| * | | | | | sha1_file: refactor has_sha1_file_with_flagsjt/unify-object-infoJonathan Tan2017-06-261-10/+2
| * | | | | | sha1_file: do not access pack if unneededJonathan Tan2017-06-261-0/+11
| * | | | | | sha1_file: teach sha1_object_info_extended more flagsJonathan Tan2017-06-261-19/+24