aboutsummaryrefslogtreecommitdiff
path: root/refs
Commit message (Expand)AuthorAge
...
* | | | 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
| * | | files_ref_store: use a transaction to update packed refsMichael Haggerty2017-09-09
| * | | files_initial_transaction_commit(): use a transaction for packed refsMichael Haggerty2017-09-09
| * | | prune_refs(): also free the linked listMichael Haggerty2017-09-09
| * | | files_pack_refs(): use a reference transaction to write packed refsMichael Haggerty2017-09-09
| * | | packed_delete_refs(): implement methodMichael Haggerty2017-09-09
| * | | packed_ref_store: implement reference transactionsMichael Haggerty2017-09-09
| * | | struct ref_transaction: add a place for backends to store dataMichael Haggerty2017-09-09
| * | | packed-backend: don't adjust the reference count on lock/unlockMichael Haggerty2017-09-09
* | | | Merge branch 'jk/incore-lockfile-removal'Junio C Hamano2017-09-19
|\ \ \ \
| * | | | ref_lock: stop leaking lock_filesJeff King2017-09-06
| * | | | tempfile: auto-allocate tempfiles on heapJeff King2017-09-06
| * | | | lockfile: do not rollback lock on failed closeJeff King2017-09-06
| |/ / /
* | | | Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-19
|\ \ \ \
| * | | | files-backend: make reflog iterator go through per-worktree reflogNguyễn Thái Ngọc Duy2017-08-24
* | | | | Merge branch 'ma/split-symref-update-fix'Junio C Hamano2017-09-19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | refs/files-backend: add `refname`, not "HEAD", to listMartin Ågren2017-09-10
| * | | | refs/files-backend: correct return value in lock_ref_for_updateMartin Ågren2017-09-10
| * | | | refs/files-backend: fix memory leak in lock_ref_for_updateMartin Ågren2017-09-10
| * | | | refs/files-backend: add longer-scoped copy of string to listMartin Ågren2017-09-10
| | |/ / | |/| |
* | | | Merge branch 'mh/ref-lock-entry'Junio C Hamano2017-08-26
|\ \ \ \ | |_|/ / |/| | |
| * | | refs: retry acquiring reference locks for 100msMichael Haggerty2017-08-23
| |/ /
* | | Merge branch 'mh/packed-ref-store'Junio C Hamano2017-08-22
|\ \ \ | |/ / |/| |
| * | files-backend: cheapen refname_available check when locking refsMichael Haggerty2017-08-17
| * | packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty2017-07-27
| * | read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty2017-07-03
| * | repack_without_refs(): don't lock or unlock the packed refsMichael Haggerty2017-07-03
| * | commit_packed_refs(): remove call to `packed_refs_unlock()`Michael Haggerty2017-06-23
| * | clear_packed_ref_cache(): don't protest if the lock is heldMichael Haggerty2017-06-23
| * | packed_refs_unlock(), packed_refs_is_locked(): new functionsMichael Haggerty2017-06-23
| * | packed_refs_lock(): report errors via a `struct strbuf *err`Michael Haggerty2017-06-23
| * | packed_refs_lock(): function renamed from lock_packed_refs()Michael Haggerty2017-06-23
| * | commit_packed_refs(): use a staging file separate from the lockfileMichael Haggerty2017-06-23
| * | commit_packed_refs(): report errors rather than dyingMichael Haggerty2017-06-23
| * | packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty2017-06-23
| * | packed-backend: new module for handling packed referencesMichael Haggerty2017-06-23
| * | packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`Michael Haggerty2017-06-23
| * | packed_ref_store: support iterationMichael Haggerty2017-06-23
| * | packed_peel_ref(): new function, extracted from `files_peel_ref()`Michael Haggerty2017-06-23