summaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | 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
* | index-pack: use skip_to_optional_arg()Christian Couder2017-12-121-8/+3
|/
* cleanup: fix possible overflow errors in binary searchDerrick Stolee2017-10-101-2/+2
* pack: move pack name-related functionsJonathan Tan2017-08-241-0/+1
* Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-051-1/+2
|\
| * sha1_file: refactor has_sha1_file_with_flagsJonathan Tan2017-06-261-1/+2
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
| |/
* | 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
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+2
* | Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* | Convert remaining callers of lookup_blob to object_idbrian m. carlson2017-05-081-14/+14
* | pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-14/+19
|/
* Merge branch 'jk/loose-object-info-report-error'Junio C Hamano2017-04-171-0/+2
|\
| * index-pack: detect local corruption in collision checkJeff King2017-04-011-0/+2