summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2017-09-25ref_cache: remove support for storing peeled valuesMichael Haggerty
2017-09-25packed_ref_store: get rid of the `ref_cache` entirelyMichael Haggerty
2017-09-25ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty
2017-09-25packed_read_raw_ref(): read the reference from the mmapped bufferMichael Haggerty
2017-09-25packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`Michael Haggerty
2017-09-25read_packed_refs(): ensure that references are ordered when readMichael Haggerty
2017-09-25packed_ref_cache: keep the `packed-refs` file mmapped if possibleMichael Haggerty
2017-09-25packed-backend.c: reorder some definitionsMichael Haggerty
2017-09-25mmapped_ref_iterator_advance(): no peeled value for broken refsMichael Haggerty
2017-09-25mmapped_ref_iterator: add iterator over a packed-refs fileMichael Haggerty
2017-09-25packed_ref_cache: remember the file-wide peeling stateMichael Haggerty
2017-09-25read_packed_refs(): read references with minimal copyingMichael Haggerty
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-24refs: pass NULL to refs_resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-19Merge branch 'mh/packed-ref-transactions'Junio C Hamano
2017-09-19Merge branch 'jk/incore-lockfile-removal'Junio C Hamano
2017-09-19Merge branch 'nd/prune-in-worktree'Junio C Hamano
2017-09-19Merge branch 'ma/split-symref-update-fix'Junio C Hamano
2017-09-14read_packed_refs(): make parsing of the header line more robustMichael Haggerty
2017-09-14read_packed_refs(): only check for a header at the top of the fileMichael Haggerty
2017-09-14read_packed_refs(): use mmap to read the `packed-refs` fileMichael Haggerty
2017-09-14die_unterminated_line(), die_invalid_line(): new functionsMichael Haggerty
2017-09-14packed_ref_cache: add a backlink to the associated `packed_ref_store`Michael Haggerty
2017-09-14prefix_ref_iterator: break when we leave the prefixJeff King
2017-09-14ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty
2017-09-14convert less-trivial versions of "write_in_full() != len"Jeff King
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-10refs/files-backend: add `refname`, not "HEAD", to listMartin Ågren
2017-09-10refs/files-backend: correct return value in lock_ref_for_updateMartin Ågren
2017-09-10refs/files-backend: fix memory leak in lock_ref_for_updateMartin Ågren
2017-09-10refs/files-backend: add longer-scoped copy of string to listMartin Ågren
2017-09-08files_transaction_finish(): delete reflogs before referencesMichael Haggerty
2017-09-08packed-backend: rip out some now-unused codeMichael Haggerty
2017-09-08files_ref_store: use a transaction to update packed refsMichael Haggerty
2017-09-08files_initial_transaction_commit(): use a transaction for packed refsMichael Haggerty
2017-09-08prune_refs(): also free the linked listMichael Haggerty
2017-09-08files_pack_refs(): use a reference transaction to write packed refsMichael Haggerty
2017-09-08packed_delete_refs(): implement methodMichael Haggerty
2017-09-08packed_ref_store: implement reference transactionsMichael Haggerty
2017-09-08struct ref_transaction: add a place for backends to store dataMichael Haggerty
2017-09-08packed-backend: don't adjust the reference count on lock/unlockMichael Haggerty
2017-09-06ref_lock: stop leaking lock_filesJeff King
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06lockfile: do not rollback lock on failed closeJeff King
2017-08-27Merge branch 'mh/ref-lock-entry'Junio C Hamano
2017-08-24files-backend: make reflog iterator go through per-worktree reflogNguyễn Thái Ngọc Duy
2017-08-23refs: retry acquiring reference locks for 100msMichael Haggerty
2017-08-22Merge branch 'mh/packed-ref-store'Junio C Hamano
2017-08-17files-backend: cheapen refname_available check when locking refsMichael Haggerty
2017-07-27packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty