aboutsummaryrefslogtreecommitdiff
path: root/refs
Commit message (Expand)AuthorAge
* Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\
| * refs/files-backend: convert static functions to object_idbrian m. carlson2017-10-16
| * refs: convert read_raw_ref backends to struct object_idbrian m. carlson2017-10-16
| * refs: convert peel_object to struct object_idbrian m. carlson2017-10-16
| * refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-16
| * refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-16
| * refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-16
| * refs: update ref transactions to use struct object_idbrian m. carlson2017-10-16
| * refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-16
| * refs/files-backend: convert struct ref_to_prune to object_idbrian m. carlson2017-10-16
* | Merge branch 'mh/ref-locking-fix'Junio C Hamano2017-10-26
|\ \ | |/ |/|
| * files_transaction_prepare(): fix handling of ref lock failureMichael Haggerty2017-10-25
* | Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano2017-10-05
|\ \
| * | use strbuf_addstr() for adding strings to strbufsRené Scharfe2017-10-02
* | | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-10-05
|\ \ \
| * | | refs: pass NULL to refs_resolve_refdup() if hash is not neededRené Scharfe2017-10-01
* | | | Merge branch 'mh/mmap-packed-refs'Junio C Hamano2017-10-03
|\ \ \ \
| * | | | packed-backend.c: rename a bunch of things and update commentsMichael Haggerty2017-09-25
| * | | | mmapped_ref_iterator: inline into `packed_ref_iterator`Michael Haggerty2017-09-25
| * | | | ref_cache: remove support for storing peeled valuesMichael Haggerty2017-09-25
| * | | | packed_ref_store: get rid of the `ref_cache` entirelyMichael Haggerty2017-09-25
| * | | | ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty2017-09-25
| * | | | packed_read_raw_ref(): read the reference from the mmapped bufferMichael Haggerty2017-09-25
| * | | | packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`Michael Haggerty2017-09-25
| * | | | read_packed_refs(): ensure that references are ordered when readMichael Haggerty2017-09-25
| * | | | packed_ref_cache: keep the `packed-refs` file mmapped if possibleMichael Haggerty2017-09-25
| * | | | packed-backend.c: reorder some definitionsMichael Haggerty2017-09-25
| * | | | mmapped_ref_iterator_advance(): no peeled value for broken refsMichael Haggerty2017-09-25
| * | | | mmapped_ref_iterator: add iterator over a packed-refs fileMichael Haggerty2017-09-25
| * | | | packed_ref_cache: remember the file-wide peeling stateMichael Haggerty2017-09-25
| * | | | read_packed_refs(): read references with minimal copyingMichael Haggerty2017-09-25
| * | | | read_packed_refs(): make parsing of the header line more robustMichael Haggerty2017-09-14
| * | | | read_packed_refs(): only check for a header at the top of the fileMichael Haggerty2017-09-14
| * | | | read_packed_refs(): use mmap to read the `packed-refs` fileMichael Haggerty2017-09-14
| * | | | die_unterminated_line(), die_invalid_line(): new functionsMichael Haggerty2017-09-14
| * | | | packed_ref_cache: add a backlink to the associated `packed_ref_store`Michael Haggerty2017-09-14
| * | | | prefix_ref_iterator: break when we leave the prefixJeff King2017-09-14
| * | | | ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty2017-09-14
| | |_|/ | |/| |
* | | | Merge branch 'jk/read-in-full'Junio C Hamano2017-10-03
|\ \ \ \
| * | | | files-backend: prefer "0" for write_in_full() error checkJeff King2017-09-26
* | | | | Merge branch 'sd/branch-copy'Junio C Hamano2017-10-03
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | branch: add a --copy (-c) option to go with --move (-m)Sahil Dua2017-06-18
* | | | | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-09-28
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | refs: pass NULL to refs_resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
* | | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-25
|\ \ \ \ | |/ / / |/| | |
| * | | convert less-trivial versions of "write_in_full() != len"Jeff King2017-09-14
| * | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-14
* | | | Merge branch 'mh/packed-ref-transactions'Junio C Hamano2017-09-19
|\ \ \ \ | | |_|/ | |/| |
| * | | files_transaction_finish(): delete reflogs before referencesMichael Haggerty2017-09-09
| * | | packed-backend: rip out some now-unused codeMichael Haggerty2017-09-09