summaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
| |/ /