summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sha1_file: refactor read_objectJonathan Tan2017-06-211-42/+42
| * sha1_file: move delta base cache code upJonathan Tan2017-06-211-110/+110
| * sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan2017-06-211-5/+9
| * sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan2017-06-211-2/+2
| * sha1_file: teach packed_object_info about typenameJonathan Tan2017-06-151-17/+12
* | Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-051-15/+24
|\ \
| * | sha1_file: guard against invalid loose subdirectory numbersrs/sha1-name-readdir-optimRené Scharfe2017-06-241-1/+4
| * | sha1_file: let for_each_file_in_obj_subdir() handle subdir namesRené Scharfe2017-06-241-8/+14
| * | sha1_name: cache readdir(3) results in find_short_object_filename()René Scharfe2017-06-221-6/+6
| |/
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
| |/
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/
* | convert: convert convert_to_git to take an indexBrandon Williams2017-06-131-2/+2
* | convert: convert convert_to_git_filter_fd to take an indexBrandon Williams2017-06-131-1/+1
|/
* Merge branch 'jk/loose-object-fsck'Junio C Hamano2017-04-231-3/+0
|\
| * sha1_file: remove an used fd variablejk/loose-object-fsckSebastian Schuberth2017-04-161-3/+0
* | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2017-04-191-0/+2
|\ \
| * | has_sha1_file: don't bother if we are not in a repositoryJonathan Nieder2017-04-131-0/+2
* | | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-3/+3
|\ \ \
| * | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-261-2/+2
| * | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-261-1/+1
* | | | Merge branch 'jk/loose-object-info-report-error'Junio C Hamano2017-04-161-1/+1
|\ \ \ \
| * | | | sha1_loose_object_info: return error for corrupted objectsJeff King2017-04-011-1/+1
| * | | | Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano2017-03-281-11/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maintJunio C Hamano2017-03-211-0/+4
| |\ \ \ \ \
* | | | | | | convert unchecked snprintf into xsnprintfJeff King2017-03-301-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-211-11/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | sha1_file.c: make pack-name helper globally accessibleJeff King2017-03-161-11/+6
| |/ / / /
* | | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-8/+19
|\ \ \ \ \
| * | | | | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-221-6/+6
| * | | | | sha1_file: introduce an nth_packed_object_oid functionbrian m. carlson2017-02-221-3/+14
| |/ / / /
* | | | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-171-1/+1
|\ \ \ \ \
| * | | | | sha1_file: make check_and_freshen_file() non staticChristian Couder2017-03-011-1/+1
* | | | | | Merge branch 'rs/sha1-file-plug-fallback-base-leak'Junio C Hamano2017-03-101-0/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | sha1_file: release fallback base's memory in unpack_entry()rs/sha1-file-plug-fallback-base-leakRené Scharfe2017-02-271-0/+4
| * | | | | Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano2016-10-281-0/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/verify-loose-object-header' into maintJunio C Hamano2016-10-111-2/+24
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano2017-02-271-1/+75
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | raceproof_create_file(): new functionMichael Haggerty2017-01-071-0/+68
| * | | | | | | safe_create_leading_directories(): set errno on SCLD_EXISTSMichael Haggerty2017-01-071-1/+3
| * | | | | | | safe_create_leading_directories_const(): preserve errnoMichael Haggerty2017-01-071-0/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jk/clear-delta-base-cache-fix'Junio C Hamano2017-01-311-5/+4
|\ \ \ \ \ \ \
| * | | | | | | clear_delta_base_cache(): don't modify hashmap while iteratingjk/clear-delta-base-cache-fixJeff King2017-01-191-5/+4
| * | | | | | | Merge branch 'jk/quote-env-path-list-component' into maintJunio C Hamano2017-01-171-11/+36
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jk/loose-object-fsck'Junio C Hamano2017-01-311-16/+164
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |