summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2017-08-23pack: move unpack_object_header_buffer()Jonathan Tan
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan
2017-08-23pack: move install_packed_git()Jonathan Tan
2017-08-23pack: move add_packed_git()Jonathan Tan
2017-08-23pack: move unuse_pack()Jonathan Tan
2017-08-23pack: move use_pack()Jonathan Tan
2017-08-23pack: move pack-closing functionsJonathan Tan
2017-08-23pack: move release_pack_memory()Jonathan Tan
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan
2017-08-23pack: move pack_report()Jonathan Tan
2017-08-23pack: move static state variablesJonathan Tan
2017-08-23pack: move pack name-related functionsJonathan Tan
2017-08-23Merge branch 'sb/sha1-file-cleanup'Junio C Hamano
2017-08-23Merge branch 'jt/sha1-file-cleanup'Junio C Hamano
2017-08-22Merge branch 'rs/unpack-entry-leakfix'Junio C Hamano
2017-08-22Merge branch 'rs/find-pack-entry-bisection'Junio C Hamano
2017-08-22Merge branch 'jk/drop-sha1-entry-pos'Junio C Hamano
2017-08-21sha1_file: convert index_stream to struct object_idPatryk Obara
2017-08-21sha1_file: convert hash_sha1_file_literally to struct object_idPatryk Obara
2017-08-21sha1_file: convert index_fd to struct object_idPatryk Obara
2017-08-21sha1_file: convert index_path to struct object_idPatryk Obara
2017-08-18sha1_file: fix definition of null_sha1Patryk Obara
2017-08-15sha1_file: make read_info_alternates staticStefan Beller
2017-08-11sha1_file: remove read_packed_sha1()Jonathan Tan
2017-08-11sha1_file: set whence in storage-specific info fnJonathan Tan
2017-08-10sha1_file: release delta_stack on error in unpack_entry()René Scharfe
2017-08-09sha1_file: drop experimental GIT_USE_LOOKUP searchJeff King
2017-08-09sha1_file: avoid comparison if no packed hash matches the first byteRené Scharfe
2017-07-20Merge branch 'ew/fd-cloexec-fix'Junio C Hamano
2017-07-17set FD_CLOEXEC properly when O_CLOEXEC is not supportedEric Wong
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano
2017-07-05Merge branch 'jt/unify-object-info'Junio C Hamano
2017-07-05Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-26sha1_file: refactor has_sha1_file_with_flagsJonathan Tan
2017-06-26sha1_file: do not access pack if unneededJonathan Tan
2017-06-26sha1_file: teach sha1_object_info_extended more flagsJonathan Tan
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24sha1_file: guard against invalid loose subdirectory numbersRené Scharfe
2017-06-24sha1_file: let for_each_file_in_obj_subdir() handle subdir namesRené Scharfe
2017-06-22sha1_name: cache readdir(3) results in find_short_object_filename()René Scharfe
2017-06-22sha1_file: refactor read_objectJonathan Tan
2017-06-22sha1_file: move delta base cache code upJonathan Tan
2017-06-22sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan
2017-06-22sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15sha1_file: teach packed_object_info about typenameJonathan Tan
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams