Re: [PATCH v6 0/7] git-p4: add support for large file systems

2015-09-21 Thread Junio C Hamano
Luke Diamand writes: > On 20/09/15 21:26, larsxschnei...@gmail.com wrote: >> From: Lars Schneider >> >> diff to v5: >> * remove superfluous flush call (thanks Luke!) >> * keep &&-chain intact in test cases (thanks Luke, Junio and Eric!) >> * add mock

Re: [PATCH v6 0/7] git-p4: add support for large file systems

2015-09-21 Thread Luke Diamand
On 20/09/15 21:26, larsxschnei...@gmail.com wrote: From: Lars Schneider diff to v5: * remove superfluous flush call (thanks Luke!) * keep &&-chain intact in test cases (thanks Luke, Junio and Eric!) * add mock LFS test case for deleting files (thanks Luke!) * add mock

[PATCH v6 0/7] git-p4: add support for large file systems

2015-09-20 Thread larsxschneider
From: Lars Schneider diff to v5: * remove superfluous flush call (thanks Luke!) * keep &&-chain intact in test cases (thanks Luke, Junio and Eric!) * add mock LFS test case for deleting files (thanks Luke!) * add mock LFS test case for git-p4.largeFileExtensions option