Re: [PATCH v7 00/38] Lockfile correctness and refactoring

2014-10-01 Thread Junio C Hamano
Overall I am very happy with this round ;-) Especially the last one, although I briefly debated myself if cache.h should include the new lockfile.h to reduce the churn, but I think that it is better without, so I like what you did there, too. Thanks. -- To unsubscribe from this list: send the l

[PATCH v7 00/38] Lockfile correctness and refactoring

2014-10-01 Thread Michael Haggerty
Yet another iteration of my lockfile fixes and refactoring. Thanks to Junio for his comments about v6. I believe that this series addresses all of the comments from v1 [1], v2 [2], v3 [3], v4 [4], v5 [5], and v6 [6]. Changes since v6: * Rebased on current master to resolve conflicts with jk/wr