commit | 4d25dc4475639395b4c567d947218613de359f09 | [log] [tgz] |
---|---|---|
author | Lars Schneider <larsxschneider@gmail.com> | Sat Sep 26 09:55:02 2015 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Oct 03 10:21:13 2015 -0700 |
tree | 29f64051d577ed0343fbf733b67af9888caa4970 | |
parent | d2176a5060c73a04846e270ab07b90aad4d8b8f0 [diff] |
git-p4: check free space during streaming git-p4 will just halt if there is not enough disk space while streaming content from P4 to Git. Add a check to ensure at least 4 times (arbitrarily chosen) the size of a streamed file is available. Signed-off-by: Lars Schneider <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>