Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -1/+2 |
|\ | |||||
| * | index-pack: abstract away hash function constant | brian m. carlson | 2018-05-02 | 1 | -1/+2 |
* | | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -2/+2 |
|\ \ | |||||
| * | | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -2/+2 |
* | | | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -1/+11 |
|\ \ \ | |||||
| * | | | index-pack: check .gitmodules files with --strict | Jeff King | 2018-05-22 | 1 | -0/+10 |
| * | | | index-pack: make fsck error message more specific | Jeff King | 2018-05-22 | 1 | -1/+1 |
* | | | | Merge branch 'sb/oid-object-info' | Junio C Hamano | 2018-05-23 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | cache.h: add repository argument to oid_object_info | Stefan Beller | 2018-04-26 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 2018-04-02 | 1 | -1/+1 |
* | | | | sha1_file.c: rename to use dash in file name | Stefan Beller | 2018-04-11 | 1 | -1/+1 |
* | | | | exec_cmd: rename to use dash in file name | Stefan Beller | 2018-04-11 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 2018-03-26 | 1 | -0/+1 |
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-04-10 | 1 | -21/+22 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -2/+3 |
| * | | | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 |
| * | | | streaming: convert open_istream to use struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | sha1_file: convert check_sha1_signature to struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | builtin/index-pack: convert struct ref_delta_entry to object_id | brian m. carlson | 2018-03-14 | 1 | -17/+17 |
* | | | | index-pack: support checking objects but not links | Jonathan Tan | 2018-03-15 | 1 | -2/+4 |
* | | | | Merge branch 'nd/object-allocation-comments' | Junio C Hamano | 2018-03-14 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | object.h: update flag allocation comment | Nguyễn Thái Ngọc Duy | 2018-03-06 | 1 | -0/+1 |
* | | | | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -6/+6 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | object: rename function 'typename' to 'type_name' | Brandon Williams | 2018-02-14 | 1 | -6/+6 |
| |/ / | |||||
* | | | Merge branch 'bc/hash-algo' | Junio C Hamano | 2018-02-15 | 1 | -57/+57 |
|\ \ \ | |||||
| * | | | csum-file: rename sha1file to hashfile | brian m. carlson | 2018-02-02 | 1 | -10/+10 |
| * | | | builtin/index-pack: improve hash function abstraction | brian m. carlson | 2018-02-02 | 1 | -45/+45 |
| |/ / | |||||
* | | | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -3/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -3/+2 |
| |/ | |||||
* | | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -45/+66 |
|\ \ | |/ |/| | |||||
| * | sha1_file: support lazily fetching missing objects | Jonathan Tan | 2017-12-08 | 1 | -0/+6 |
| * | introduce fetch-object: fetch one promisor object | Jonathan Tan | 2017-12-05 | 1 | -3/+13 |
| * | index-pack: refactor writing of .keep files | Jonathan Tan | 2017-12-05 | 1 | -46/+53 |
* | | index-pack: use skip_to_optional_arg() | Christian Couder | 2017-12-12 | 1 | -8/+3 |
|/ | |||||
* | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 2017-10-10 | 1 | -2/+2 |
* | pack: move pack name-related functions | Jonathan Tan | 2017-08-24 | 1 | -0/+1 |
* | Merge branch 'jt/unify-object-info' | Junio C Hamano | 2017-07-05 | 1 | -1/+2 |
|\ | |||||
| * | sha1_file: refactor has_sha1_file_with_flags | Jonathan Tan | 2017-06-26 | 1 | -1/+2 |
* | | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -4/+2 |
|\ \ | |||||
| * | | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -4/+2 |
| |/ | |||||
* | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
* | | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+2 |
* | | Convert lookup_blob to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
* | | Convert remaining callers of lookup_blob to object_id | brian m. carlson | 2017-05-08 | 1 | -14/+14 |
* | | pack: convert struct pack_idx_entry to struct object_id | brian m. carlson | 2017-05-08 | 1 | -14/+19 |
|/ | |||||
* | Merge branch 'jk/loose-object-info-report-error' | Junio C Hamano | 2017-04-17 | 1 | -0/+2 |
|\ | |||||
| * | index-pack: detect local corruption in collision check | Jeff King | 2017-04-01 | 1 | -0/+2 |