summaryrefslogtreecommitdiffstats
path: root/sha1-file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/sha-256'Junio C Hamano2019-01-291-1/+69
|\
| * Add a base implementation of SHA-256 supportbrian m. carlson2018-11-141-0/+45
| * sha1-file: add a constant for hash block sizebrian m. carlson2018-11-141-0/+2
| * sha1-file: provide functions to look up hash algorithmsbrian m. carlson2018-10-221-0/+21
| * sha1-file: rename algorithm to "sha1"brian m. carlson2018-10-221-1/+1
* | Merge branch 'rs/sha1-file-close-mapped-file-on-error'Junio C Hamano2019-01-181-0/+1
|\ \
| * | sha1-file: close fd of empty file in map_sha1_file_1()René Scharfe2019-01-071-0/+1
* | | object-store: retire odb_load_loose_cache()René Scharfe2019-01-081-7/+2
* | | object-store: use one oid_array per subdirectory for loose cacheRené Scharfe2019-01-081-3/+6
* | | object-store: factor out odb_clear_loose_cache()René Scharfe2019-01-081-0/+7
* | | object-store: factor out odb_loose_cache()René Scharfe2019-01-081-3/+9
* | | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-106/+105
|\ \ \ | |/ / |/| |
| * | odb_load_loose_cache: fix strbuf leakJeff King2018-11-241-0/+1
| * | sha1-file: use loose object cache for quick existence checkJeff King2018-11-131-0/+20
| * | object-store: provide helpers for loose_objects_cacheJeff King2018-11-131-0/+26
| * | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-78/+44
| * | handle alternates paths the same as the main object dirJeff King2018-11-131-28/+16
| * | sha1_file_name(): overwrite buffer instead of appendingJeff King2018-11-131-10/+8
| * | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-24/+24
* | | Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano2018-11-191-3/+3
|\ \ \
| * | | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-3/+3
| |/ /
* | | Merge branch 'jk/detect-truncated-zlib-input'Junio C Hamano2018-11-131-1/+2
|\ \ \ | |/ / |/| |
| * | Adjust for 2.19.x seriesJunio C Hamano2018-10-311-1/+2
* | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-21/+29
|\ \ \ | |_|/ |/| |
| * | sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-21/+29
| |/
* | Merge branch 'jt/lazy-object-fetch-fix'Junio C Hamano2018-09-241-1/+1
|\ \
| * | fetch-object: unify fetch_object[s] functionsJonathan Tan2018-09-131-1/+1
| |/
* | convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
* | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-3/+3
* | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
|/
* Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-2/+2
|\
| * convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-2/+2
* | Merge branch 'jk/for-each-object-iteration'Junio C Hamano2018-08-201-1/+2
|\ \
| * | for_each_*_object: take flag arguments as enumJeff King2018-08-131-1/+2
| |/
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-55/+55
|\ \ | |/ |/|
| * sha1-file.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-52/+52
| * Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-4/+4
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-2/+2
|\ \
| * | tag: add repository argument to parse_tag_bufferStefan Beller2018-06-291-1/+1
| * | commit: add repository argument to parse_commit_bufferStefan Beller2018-06-291-1/+1
| |/
* / sha1-file: convert constants to uses of the_hash_algobrian m. carlson2018-07-161-4/+4
|/
* Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-251-1/+1
* Merge branch 'rd/comment-typofix-in-sha1-file'Junio C Hamano2018-06-181-1/+1
* Merge branch 'bc/object-id'Junio C Hamano2018-05-301-30/+51
* Sync with Git 2.17.1Junio C Hamano2018-05-291-1/+1
* Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-16/+21
* Merge branch 'ls/checkout-encoding'Junio C Hamano2018-05-081-1/+1
* Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-081-3/+4
* sha1_file.c: rename to use dash in file nameStefan Beller2018-04-111-0/+2254