]> git.ipfire.org Git - thirdparty/git.git/commit
commit_packed_refs(): remove call to `packed_refs_unlock()`
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 23 Jun 2017 07:01:45 +0000 (09:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2017 20:27:33 +0000 (13:27 -0700)
commit42c7f7ff96850a608023c21a5ea05d801e4e5030
tree355a28d491644bce4531767ecc39cc8680003695
parent9051198214d3e5ec325917d93116bec55addaf5b
commit_packed_refs(): remove call to `packed_refs_unlock()`

Instead, change the callers of `commit_packed_refs()` to call
`packed_refs_unlock()`.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/files-backend.c
refs/packed-backend.c