Merge branch 'sb/ref-lock-lose-lock-fd'
commit4295abc04045c0bd2160bc7f6a4971abdcabf3b8
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:17:59 +0000 (19 13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:17:59 +0000 (19 13:17 -0700)
treecc9cb12c3ffa761606895f9c91d211dd1044b2bd
parent3b7d373ae2618690170f93bd19883915851de903
parent1238ac8c5d8a49c8d56e711ea9e65202fb4a1573
Merge branch 'sb/ref-lock-lose-lock-fd'

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