]> git.ipfire.org Git - thirdparty/git.git/commit - credential-store.c
lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 10 Aug 2015 09:47:38 +0000 (11:47 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Aug 2015 19:57:14 +0000 (12:57 -0700)
commitc99a4c2db3053e4fb6a43870f5c747f858b0f58f
treeb481895c6cee3a3ddf964e4a7f06e1453ce9824d
parente54c347c1c444c0f37b64b8735c50a66ee0527e9
lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()

We are about to move those members, so change client code to read them
through accessor functions.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
credential-store.c
lockfile.c
lockfile.h
read-cache.c
refs.c