Merge branch 'sb/ref-lock-lose-lock-fd' into next
commitdde9be1faf8777bd1f66860c6106f0e72b00285d
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2015 19:43:49 +0000 (12 12:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2015 19:43:49 +0000 (12 12:43 -0700)
tree62d511b7734e8bc591362af2a38de812dda3a998
parent04b29b561df7261008c7cfe7dd4fe1e7e024090c
parent1238ac8c5d8a49c8d56e711ea9e65202fb4a1573
Merge branch 'sb/ref-lock-lose-lock-fd' into next

The refs API uses ref_lock struct which had its own "int fd", even
though the same file descriptor was in the lock struct it contains.
Clean-up the code to lose this redundant field.

* sb/ref-lock-lose-lock-fd:
  refs.c: remove lock_fd from struct ref_lock
refs.c