]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: add raw option to read_pipelines
authorJoel Holdsworth <jholdsworth@nvidia.com>
Thu, 16 Dec 2021 13:46:17 +0000 (13:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Dec 2021 22:06:36 +0000 (14:06 -0800)
commit9732e2229c9a1f5285109eecef0dddff16be0ace
treeeab139cb12ad9a6dc5bb2f85f4786eeae3086427
parente665e98ec1d1558a55a3e7e5fd5e88d70396ec96
git-p4: add raw option to read_pipelines

Previously the read_lines function always decoded the result lines. In
order to improve support for non-decoded binary processing of data in
git-p4.py, this patch adds a raw option to the function that allows
decoding to be disabled.

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py