summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
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
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams
2017-04-24Merge branch 'jk/loose-object-fsck'Junio C Hamano
2017-04-20Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-17Merge branch 'jk/loose-object-info-report-error'Junio C Hamano
2017-04-17sha1_file: remove an used fd variableSebastian Schuberth
2017-04-14has_sha1_file: don't bother if we are not in a repositoryJonathan Nieder
2017-04-01sha1_loose_object_info: return error for corrupted objectsJeff King
2017-03-30convert unchecked snprintf into xsnprintfJeff King
2017-03-28Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson
2017-03-21Merge branch 'jk/pack-name-cleanups'Junio C Hamano
2017-03-21Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maintJunio C Hamano
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King
2017-03-10Merge branch 'rs/sha1-file-plug-fallback-base-leak'Junio C Hamano
2017-03-01sha1_file: make check_and_freshen_file() non staticChristian Couder