Age | Commit message (Expand) | Author | Files | Lines |
2017-09-06 | tempfile: auto-allocate tempfiles on heap | Jeff King | 1 | -5/+6 |
2017-09-06 | lockfile: do not rollback lock on failed close | Jeff King | 1 | -1/+2 |
2017-08-22 | Merge branch 'mh/packed-ref-store' | Junio C Hamano | 1 | -0/+885 |
2017-07-27 | packed_ref_store: handle a packed-refs file that is a symlink | Michael Haggerty | 1 | -6/+18 |
2017-07-03 | read_packed_refs(): die if `packed-refs` contains bogus data | Michael Haggerty | 1 | -3/+7 |
2017-07-03 | repack_without_refs(): don't lock or unlock the packed refs | Michael Haggerty | 1 | -24/+8 |
2017-06-23 | commit_packed_refs(): remove call to `packed_refs_unlock()` | Michael Haggerty | 1 | -10/+8 |
2017-06-23 | clear_packed_ref_cache(): don't protest if the lock is held | Michael Haggerty | 1 | -2/+0 |
2017-06-23 | packed_refs_unlock(), packed_refs_is_locked(): new functions | Michael Haggerty | 1 | -6/+25 |
2017-06-23 | packed_refs_lock(): report errors via a `struct strbuf *err` | Michael Haggerty | 1 | -6/+11 |
2017-06-23 | packed_refs_lock(): function renamed from lock_packed_refs() | Michael Haggerty | 1 | -5/+5 |
2017-06-23 | commit_packed_refs(): use a staging file separate from the lockfile | Michael Haggerty | 1 | -8/+32 |
2017-06-23 | commit_packed_refs(): report errors rather than dying | Michael Haggerty | 1 | -30/+55 |
2017-06-23 | packed_ref_store: make class into a subclass of `ref_store` | Michael Haggerty | 1 | -20/+212 |
2017-06-23 | packed-backend: new module for handling packed references | Michael Haggerty | 1 | -0/+623 |