Merge branch 'sb/merge-commit-msg-hook' into next
[gitweb.git] / refs / packed-backend.c
2017-08-14 Merge branch 'ex/deprecate-empty-pathspec-as-match...
2017-08-14 Merge branch 'bw/clone-recursive-quiet' into next
2017-08-14 Merge branch 'pw/sequence-rerere-autoupdate' into next
2017-08-14 Merge branch 'bw/push-options-recursively-to-submodules...
2017-08-14 Merge branch 'bw/grep-recurse-submodules' into next
2017-08-14 Merge branch 'mh/packed-ref-store' into next
2017-07-27 packed_ref_store: handle a packed-refs file that is...
2017-07-03 read_packed_refs(): die if `packed-refs` contains bogus...
2017-07-03 repack_without_refs(): don't lock or unlock the packed...
2017-06-23 commit_packed_refs(): remove call to `packed_refs_unlock()`
2017-06-23 clear_packed_ref_cache(): don't protest if the lock...
2017-06-23 packed_refs_unlock(), packed_refs_is_locked(): new...
2017-06-23 packed_refs_lock(): report errors via a `struct strbuf...
2017-06-23 packed_refs_lock(): function renamed from lock_packed_r...
2017-06-23 commit_packed_refs(): use a staging file separate from...
2017-06-23 commit_packed_refs(): report errors rather than dying
2017-06-23 packed_ref_store: make class into a subclass of `ref_store`
2017-06-23 packed-backend: new module for handling packed references