Age | Commit message (Expand) | Author | Files | Lines |
2017-10-16 | refs: convert reflog_expire parameter to struct object_id | brian m. carlson | 3 | -8/+5 |
2017-10-16 | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 1 | -5/+5 |
2017-10-16 | refs: update ref transactions to use struct object_id | brian m. carlson | 2 | -8/+8 |
2017-10-16 | refs: convert delete_ref and refs_delete_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-16 | refs/files-backend: convert struct ref_to_prune to object_id | brian m. carlson | 1 | -3/+3 |
2017-10-05 | Merge branch 'rs/cleanup-strbuf-users' | Junio C Hamano | 1 | -2/+2 |
2017-10-05 | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 1 | -2/+1 |
2017-10-03 | Merge branch 'mh/mmap-packed-refs' | Junio C Hamano | 6 | -368/+818 |
2017-10-03 | Merge branch 'jk/read-in-full' | Junio C Hamano | 1 | -1/+1 |
2017-10-03 | Merge branch 'sd/branch-copy' | Junio C Hamano | 3 | -8/+50 |
2017-10-02 | use strbuf_addstr() for adding strings to strbufs | René Scharfe | 1 | -2/+2 |
2017-10-01 | refs: pass NULL to refs_resolve_refdup() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-09-28 | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 1 | -2/+1 |
2017-09-26 | files-backend: prefer "0" for write_in_full() error check | Jeff King | 1 | -1/+1 |
2017-09-25 | packed-backend.c: rename a bunch of things and update comments | Michael Haggerty | 1 | -190/+232 |
2017-09-25 | mmapped_ref_iterator: inline into `packed_ref_iterator` | Michael Haggerty | 1 | -170/+114 |
2017-09-25 | ref_cache: remove support for storing peeled values | Michael Haggerty | 3 | -72/+11 |
2017-09-25 | packed_ref_store: get rid of the `ref_cache` entirely | Michael Haggerty | 1 | -27/+2 |
2017-09-25 | ref_store: implement `refs_peel_ref()` generically | Michael Haggerty | 3 | -77/+0 |
2017-09-25 | packed_read_raw_ref(): read the reference from the mmapped buffer | Michael Haggerty | 1 | -5/+9 |
2017-09-25 | packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator` | Michael Haggerty | 1 | -3/+106 |
2017-09-25 | read_packed_refs(): ensure that references are ordered when read | Michael Haggerty | 1 | -11/+212 |
2017-09-25 | packed_ref_cache: keep the `packed-refs` file mmapped if possible | Michael Haggerty | 1 | -42/+143 |
2017-09-25 | packed-backend.c: reorder some definitions | Michael Haggerty | 1 | -24/+24 |
2017-09-25 | mmapped_ref_iterator_advance(): no peeled value for broken refs | Michael Haggerty | 1 | -2/+8 |
2017-09-25 | mmapped_ref_iterator: add iterator over a packed-refs file | Michael Haggerty | 1 | -55/+152 |
2017-09-25 | packed_ref_cache: remember the file-wide peeling state | Michael Haggerty | 1 | -5/+12 |
2017-09-25 | read_packed_refs(): read references with minimal copying | Michael Haggerty | 1 | -61/+40 |
2017-09-25 | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 1 | -5/+5 |
2017-09-24 | refs: pass NULL to refs_resolve_ref_unsafe() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-09-19 | Merge branch 'mh/packed-ref-transactions' | Junio C Hamano | 4 | -216/+478 |
2017-09-19 | Merge branch 'jk/incore-lockfile-removal' | Junio C Hamano | 2 | -34/+30 |
2017-09-19 | Merge branch 'nd/prune-in-worktree' | Junio C Hamano | 1 | -14/+45 |
2017-09-19 | Merge branch 'ma/split-symref-update-fix' | Junio C Hamano | 1 | -18/+44 |
2017-09-14 | read_packed_refs(): make parsing of the header line more robust | Michael Haggerty | 1 | -6/+15 |
2017-09-14 | read_packed_refs(): only check for a header at the top of the file | Michael Haggerty | 1 | -11/+24 |
2017-09-14 | read_packed_refs(): use mmap to read the `packed-refs` file | Michael Haggerty | 1 | -10/+32 |
2017-09-14 | die_unterminated_line(), die_invalid_line(): new functions | Michael Haggerty | 1 | -3/+25 |
2017-09-14 | packed_ref_cache: add a backlink to the associated `packed_ref_store` | Michael Haggerty | 1 | -7/+16 |
2017-09-14 | prefix_ref_iterator: break when we leave the prefix | Jeff King | 1 | -1/+31 |
2017-09-14 | ref_iterator: keep track of whether the iterator output is ordered | Michael Haggerty | 6 | -19/+42 |
2017-09-14 | convert less-trivial versions of "write_in_full() != len" | Jeff King | 1 | -1/+1 |
2017-09-14 | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 1 | -4/+4 |
2017-09-10 | refs/files-backend: add `refname`, not "HEAD", to list | Martin Ågren | 1 | -3/+10 |
2017-09-10 | refs/files-backend: correct return value in lock_ref_for_update | Martin Ågren | 1 | -1/+1 |
2017-09-10 | refs/files-backend: fix memory leak in lock_ref_for_update | Martin Ågren | 1 | -11/+20 |
2017-09-10 | refs/files-backend: add longer-scoped copy of string to list | Martin Ågren | 1 | -4/+14 |
2017-09-09 | files_transaction_finish(): delete reflogs before references | Michael Haggerty | 1 | -14/+21 |
2017-09-09 | packed-backend: rip out some now-unused code | Michael Haggerty | 2 | -201/+0 |
2017-09-09 | files_ref_store: use a transaction to update packed refs | Michael Haggerty | 1 | -31/+101 |