Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |