Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-03 | repack_without_refs(): don't lock or unlock the packed refs | 1 | -24/+8 | |
2017-06-23 | commit_packed_refs(): remove call to `packed_refs_unlock()` | 1 | -10/+8 | |
2017-06-23 | clear_packed_ref_cache(): don't protest if the lock is held | 1 | -2/+0 | |
2017-06-23 | packed_refs_unlock(), packed_refs_is_locked(): new functions | 1 | -6/+25 | |
2017-06-23 | packed_refs_lock(): report errors via a `struct strbuf *err` | 1 | -6/+11 | |
2017-06-23 | packed_refs_lock(): function renamed from lock_packed_refs() | 1 | -5/+5 | |
2017-06-23 | commit_packed_refs(): use a staging file separate from the lockfile | 1 | -8/+32 | |
2017-06-23 | commit_packed_refs(): report errors rather than dying | 1 | -30/+55 | |
2017-06-23 | packed_ref_store: make class into a subclass of `ref_store` | 1 | -20/+212 | |
2017-06-23 | packed-backend: new module for handling packed references | 1 | -0/+623 |