| Commit message (Expand) | Author | Age |
* | Merge branch 'mh/tidy-ref-update-flags' | Junio C Hamano | 2017-11-15 |
|\ |
|
| * | refs: update some more docs to use "oid" rather than "sha1" | Michael Haggerty | 2017-11-06 |
| * | write_packed_entry(): take `object_id` arguments | Michael Haggerty | 2017-11-06 |
| * | refs: rename constant `REF_ISPRUNING` to `REF_IS_PRUNING` | Michael Haggerty | 2017-11-06 |
| * | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 2017-11-06 |
| * | refs: tidy up and adjust visibility of the `ref_update` flags | Michael Haggerty | 2017-11-06 |
| * | ref_transaction_add_update(): remove a check | Michael Haggerty | 2017-11-06 |
| * | prune_ref(): call `ref_transaction_add_update()` directly | Michael Haggerty | 2017-11-06 |
| * | files_transaction_prepare(): don't leak flags to packed transaction | Michael Haggerty | 2017-11-06 |
| * | Merge branch 'bc/object-id' into base | Michael Haggerty | 2017-10-28 |
| |\ |
|
* | \ | Merge branch 'mh/avoid-rewriting-packed-refs' | Junio C Hamano | 2017-11-15 |
|\ \ \ |
|
| * | | | files-backend: don't rewrite the `packed-refs` file unnecessarily | Michael Haggerty | 2017-10-30 |
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | refs/files-backend: convert static functions to object_id | brian m. carlson | 2017-10-16 |
| * | | refs: convert read_raw_ref backends to struct object_id | brian m. carlson | 2017-10-16 |
| * | | refs: convert peel_object to struct object_id | brian m. carlson | 2017-10-16 |
| * | | refs: convert resolve_ref_unsafe to struct object_id | brian m. carlson | 2017-10-16 |
| * | | refs: convert reflog_expire parameter to struct object_id | brian m. carlson | 2017-10-16 |
| * | | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 2017-10-16 |
| * | | refs: update ref transactions to use struct object_id | brian m. carlson | 2017-10-16 |
| * | | refs: convert delete_ref and refs_delete_ref to struct object_id | brian m. carlson | 2017-10-16 |
| * | | refs/files-backend: convert struct ref_to_prune to object_id | brian m. carlson | 2017-10-16 |
* | | | Merge branch 'mh/ref-locking-fix' | Junio C Hamano | 2017-10-26 |
|\ \ \
| |/ /
|/| | |
|
| * | | files_transaction_prepare(): fix handling of ref lock failure | Michael Haggerty | 2017-10-25 |
| |/ |
|
* | | Merge branch 'rs/cleanup-strbuf-users' | Junio C Hamano | 2017-10-05 |
|\ \ |
|
| * | | use strbuf_addstr() for adding strings to strbufs | René Scharfe | 2017-10-02 |
* | | | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 2017-10-05 |
|\ \ \ |
|
| * | | | refs: pass NULL to refs_resolve_refdup() if hash is not needed | René Scharfe | 2017-10-01 |
* | | | | Merge branch 'mh/mmap-packed-refs' | Junio C Hamano | 2017-10-03 |
|\ \ \ \ |
|
| * | | | | packed-backend.c: rename a bunch of things and update comments | Michael Haggerty | 2017-09-25 |
| * | | | | mmapped_ref_iterator: inline into `packed_ref_iterator` | Michael Haggerty | 2017-09-25 |
| * | | | | ref_cache: remove support for storing peeled values | Michael Haggerty | 2017-09-25 |
| * | | | | packed_ref_store: get rid of the `ref_cache` entirely | Michael Haggerty | 2017-09-25 |
| * | | | | ref_store: implement `refs_peel_ref()` generically | Michael Haggerty | 2017-09-25 |
| * | | | | packed_read_raw_ref(): read the reference from the mmapped buffer | Michael Haggerty | 2017-09-25 |
| * | | | | packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator` | Michael Haggerty | 2017-09-25 |
| * | | | | read_packed_refs(): ensure that references are ordered when read | Michael Haggerty | 2017-09-25 |
| * | | | | packed_ref_cache: keep the `packed-refs` file mmapped if possible | Michael Haggerty | 2017-09-25 |
| * | | | | packed-backend.c: reorder some definitions | Michael Haggerty | 2017-09-25 |
| * | | | | mmapped_ref_iterator_advance(): no peeled value for broken refs | Michael Haggerty | 2017-09-25 |
| * | | | | mmapped_ref_iterator: add iterator over a packed-refs file | Michael Haggerty | 2017-09-25 |
| * | | | | packed_ref_cache: remember the file-wide peeling state | Michael Haggerty | 2017-09-25 |
| * | | | | read_packed_refs(): read references with minimal copying | Michael Haggerty | 2017-09-25 |
| * | | | | read_packed_refs(): make parsing of the header line more robust | Michael Haggerty | 2017-09-14 |
| * | | | | read_packed_refs(): only check for a header at the top of the file | Michael Haggerty | 2017-09-14 |
| * | | | | read_packed_refs(): use mmap to read the `packed-refs` file | Michael Haggerty | 2017-09-14 |
| * | | | | die_unterminated_line(), die_invalid_line(): new functions | Michael Haggerty | 2017-09-14 |
| * | | | | packed_ref_cache: add a backlink to the associated `packed_ref_store` | Michael Haggerty | 2017-09-14 |
| * | | | | prefix_ref_iterator: break when we leave the prefix | Jeff King | 2017-09-14 |
| * | | | | ref_iterator: keep track of whether the iterator output is ordered | Michael Haggerty | 2017-09-14 |
| | |_|/
| |/| | |
|