summaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'jt/threaded-index-pack'Junio C Hamano2020-09-221-206/+250
|\|
| * index-pack: make quantum of work smallerJonathan Tan2020-09-091-148/+200
| * index-pack: make resolve_delta() assume base dataJonathan Tan2020-08-241-3/+5
| * index-pack: calculate {ref,ofs}_{first,last} earlyJonathan Tan2020-08-241-63/+60
| * index-pack: remove redundant child fieldJonathan Tan2020-08-241-19/+22
| * index-pack: unify threaded and unthreaded codeJonathan Tan2020-08-241-9/+1
| * index-pack: remove redundant parameterJonathan Tan2020-08-241-14/+12
* | index-pack: adjust default threading capJeff King2020-08-211-3/+16
|/
* builtin/index-pack: add option to specify hash algorithmbrian m. carlson2020-06-191-0/+8
* packfile: compute and use the index CRC offsetbrian m. carlson2020-05-271-5/+1
* promisor-remote: accept 0 as oid_nr in functionJonathan Tan2020-04-021-3/+2
* Merge branch 'jk/index-pack-dupfix'Junio C Hamano2020-02-141-1/+3
|\
| * index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King2020-02-041-1/+3
* | sha1-file: allow check_object_signature() to handle any repoMatheus Tavares2020-01-311-2/+3
* | sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-1/+1
* | streaming: allow open_istream() to handle any repoMatheus Tavares2020-01-311-1/+2
|/
* Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-111-2/+2
|\
| * builtin/index-pack: replace sha1_to_hexbrian m. carlson2019-08-201-2/+2
* | Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-4/+4
|/
* 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-161-1/+1
|\
| * check_replace_refs: rename to read_replace_refsJeff King2018-07-191-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-121-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-221-0/+10
| * | | index-pack: make fsck error message more specificJeff King2018-05-221-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
|\ \ \ \ | |_|_|/ |/| | |