[PATCH 1/1] git-p4: auto-delete named temporary file

2019-08-26 Thread Git Gadget
From: "Philip.McGraw" Take new approach using the NamedTemporaryFile() file-like object as input to the ZipFile() which auto-deletes after implicit close leaving with scope. Original code produced double-open problems on Windows platform from using already open NamedTemporaryFile() generated fil

Fwd: [PATCH v2 1/1] diff-highlight: Use correct /dev/null for UNIX and Windows

2019-05-08 Thread Git Gadget
Forwarding this mail to the Git mailing list, as the original did not make it there (for reasons unknown). -- Forwarded message - From: Chris. Webster via GitGitGadget Date: Wed, Oct 31, 2018 at 11:58 PM Subject: [PATCH v2 1/1] diff-highlight: Use correct /dev/null for UNIX and Wi