Re: [PATCH v2 01/16] Move lockfile documentation to lockfile.h and lockfile.c

2015-08-11 Thread Junio C Hamano
Michael Haggerty writes: > Rearrange/rewrite it somewhat to fit its new environment. > ... > diff --git a/lockfile.h b/lockfile.h > index b4abc61..a483cc9 100644 > --- a/lockfile.h > +++ b/lockfile.h > @@ -4,54 +4,103 @@ > ... > @@ -68,16 +117,51 @@ struct lock_file { > #define LOCK_SUFFIX ".loc

[PATCH v2 01/16] Move lockfile documentation to lockfile.h and lockfile.c

2015-08-10 Thread Michael Haggerty
Rearrange/rewrite it somewhat to fit its new environment. Signed-off-by: Michael Haggerty --- Documentation/technical/api-lockfile.txt | 220 --- lockfile.c | 53 ++ lockfile.h | 290