summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* index-pack: prefetch missing REF_DELTA basesJonathan Tan2019-05-151-2/+24
* index-pack: show progress while checking objectsSZEDER Gábor2019-04-011-1/+9
* convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-1/+1
* Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano2018-11-191-4/+5
|\
| * Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-4/+5
* | index-pack: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-051-49/+14
|/
* convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-2/+2
* convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
* Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-1/+1
|\
| * check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
* | blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+1
* | object: add repository argument to parse_object_bufferStefan Beller2018-06-291-1/+2
|/
* Merge branch 'jk/index-pack-maint'Junio C Hamano2018-06-131-2/+6
|\
| * index-pack: correct install_packed_git() argsJunio C Hamano2018-06-111-1/+1
| * index-pack: handle --strict checks of non-repo packsJeff King2018-06-011-2/+6
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-1/+2
|\ \
| * | index-pack: abstract away hash function constantbrian m. carlson2018-05-021-1/+2
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\ \ \
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
* | | | Sync with Git 2.17.1Junio C Hamano2018-05-291-1/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | index-pack: check .gitmodules files with --strictJeff King2018-05-211-0/+10
| * | | index-pack: make fsck error message more specificJeff King2018-05-211-1/+1
* | | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-2/+2
|\ \ \ \
| * | | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-021-1/+1
* | | | sha1_file.c: rename to use dash in file nameStefan Beller2018-04-111-1/+1
* | | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| |/ / |/| |
* | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+1
|\ \ \
| * | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* | | | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-21/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-2/+3
| * | | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-2/+2
| * | | streaming: convert open_istream to use struct object_idbrian m. carlson2018-03-141-1/+1
| * | | sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson2018-03-141-1/+1
| * | | builtin/index-pack: convert struct ref_delta_entry to object_idbrian m. carlson2018-03-141-17/+17
* | | | index-pack: support checking objects but not linksJonathan Tan2018-03-151-2/+4
* | | | Merge branch 'nd/object-allocation-comments'Junio C Hamano2018-03-141-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | object.h: update flag allocation commentNguyễn Thái Ngọc Duy2018-03-061-0/+1
* | | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-6/+6
| |/ /
* | | Merge branch 'bc/hash-algo'Junio C Hamano2018-02-151-57/+57
|\ \ \
| * | | csum-file: rename sha1file to hashfilebrian m. carlson2018-02-021-10/+10
| * | | builtin/index-pack: improve hash function abstractionbrian m. carlson2018-02-021-45/+45
| |/ /
* | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-3/+2
|\ \ \ | |_|/ |/| |
| * | sha1_file: convert hash_sha1_file to object_idPatryk Obara2018-01-301-3/+2
| |/
* | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-45/+66
|\ \ | |/ |/|
| * sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+6
| * introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-3/+13
| * index-pack: refactor writing of .keep filesJonathan Tan2017-12-051-46/+53