summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-2/+3
2017-06-26sha1_file: refactor has_sha1_file_with_flagsJonathan Tan1-10/+2
2017-06-26sha1_file: do not access pack if unneededJonathan Tan1-0/+11
2017-06-26sha1_file: teach sha1_object_info_extended more flagsJonathan Tan1-19/+24
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-24sha1_file: guard against invalid loose subdirectory numbersRené Scharfe1-1/+4
2017-06-24sha1_file: let for_each_file_in_obj_subdir() handle subdir namesRené Scharfe1-8/+14
2017-06-22sha1_name: cache readdir(3) results in find_short_object_filename()René Scharfe1-6/+6
2017-06-21sha1_file: refactor read_objectJonathan Tan1-42/+42
2017-06-21sha1_file: move delta base cache code upJonathan Tan1-110/+110
2017-06-21sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan1-5/+9
2017-06-21sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan1-2/+2
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-15sha1_file: teach packed_object_info about typenameJonathan Tan1-17/+12
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams1-2/+2
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams1-1/+1
2017-04-23Merge branch 'jk/loose-object-fsck'Junio C Hamano1-3/+0
2017-04-19Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano1-0/+2
2017-04-19Merge branch 'bc/object-id'Junio C Hamano1-3/+3
2017-04-16Merge branch 'jk/loose-object-info-report-error'Junio C Hamano1-1/+1
2017-04-16sha1_file: remove an used fd variableSebastian Schuberth1-3/+0
2017-04-13has_sha1_file: don't bother if we are not in a repositoryJonathan Nieder1-0/+2
2017-04-01sha1_loose_object_info: return error for corrupted objectsJeff King1-1/+1
2017-03-30convert unchecked snprintf into xsnprintfJeff King1-2/+2
2017-03-28Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano1-11/+6
2017-03-26Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson1-2/+2
2017-03-26Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson1-1/+1
2017-03-21Merge branch 'jk/pack-name-cleanups'Junio C Hamano1-11/+6
2017-03-21Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maintJunio C Hamano1-0/+4
2017-03-17Merge branch 'bc/object-id'Junio C Hamano1-8/+19
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano1-1/+1
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King1-11/+6
2017-03-10Merge branch 'rs/sha1-file-plug-fallback-base-leak'Junio C Hamano1-0/+4
2017-03-01sha1_file: make check_and_freshen_file() non staticChristian Couder1-1/+1
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano1-1/+75
2017-02-27sha1_file: release fallback base's memory in unpack_entry()René Scharfe1-0/+4
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson1-6/+6
2017-02-22sha1_file: introduce an nth_packed_object_oid functionbrian m. carlson1-3/+14
2017-01-31Merge branch 'jk/clear-delta-base-cache-fix'Junio C Hamano1-5/+4
2017-01-31Merge branch 'jk/loose-object-fsck'Junio C Hamano1-16/+164
2017-01-19clear_delta_base_cache(): don't modify hashmap while iteratingJeff King1-5/+4
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano1-1/+1
2017-01-17Merge branch 'jk/quote-env-path-list-component' into maintJunio C Hamano1-11/+36
2017-01-15fsck: detect trailing garbage in all object typesJeff King1-0/+5
2017-01-15sha1_file: add read_loose_object() functionJeff King1-3/+130
2017-01-15sha1_file: fix error message for alternate objectsJeff King1-15/+31
2017-01-10Merge branch 'jc/git-open-cloexec'Junio C Hamano1-27/+19
2017-01-07raceproof_create_file(): new functionMichael Haggerty1-0/+68