Re: [PATCH v2 03/16] lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()

2015-08-11 Thread Junio C Hamano
Michael Haggerty writes: > We are about to move those members, so change client code to read them > through accessor functions. Hmph, _fp() variant does not seem to be used at all at this step, though. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to

[PATCH v2 03/16] lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()

2015-08-10 Thread Michael Haggerty
We are about to move those members, so change client code to read them through accessor functions. Signed-off-by: Michael Haggerty --- credential-store.c | 2 +- lockfile.c | 14 ++ lockfile.h | 3 +++ read-cache.c | 2 +- refs.c | 12 +++-