]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: add file streaming progress in verbose mode
authorLars Schneider <larsxschneider@gmail.com>
Sat, 26 Sep 2015 07:55:01 +0000 (09:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 3 Oct 2015 17:21:13 +0000 (10:21 -0700)
commitd2176a5060c73a04846e270ab07b90aad4d8b8f0
tree395bb23b0fd9c169961227157b9919d05ec9209a
parent7960e70710a97b4d650531614b2839a907f79d95
git-p4: add file streaming progress in verbose mode

If a file is streamed from P4 to Git then the verbose mode prints
continuously the progress as percentage like this:
//depot/file.bin 20% (10 MB)

Upon completion the progress is overwritten with depot source, local
file and size like this:
//depot/file.bin --> local/file.bin (10 MB)

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py