Re: [PATCH v2 04/16] lockfile: add accessor get_lock_file_path()

2015-08-11 Thread Junio C Hamano
Michael Haggerty writes: > Signed-off-by: Michael Haggerty > --- I was briefly confused by the similarity between get_locked_file_path() and this new helper ;-) but names of both make sense to me. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majo

[PATCH v2 04/16] lockfile: add accessor get_lock_file_path()

2015-08-10 Thread Michael Haggerty
Signed-off-by: Michael Haggerty --- builtin/commit.c | 15 --- config.c | 14 +++--- lockfile.c | 7 +++ lockfile.h | 6 ++ refs.c | 6 +++--- shallow.c| 6 +++--- 6 files changed, 34 insertions(+), 20 deletions(-) diff --git