Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Fix up temporary file usage for Windows #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 5, 2016

  1. Fix up temporary file usage for Windows

    On Windows you can't overwrite a file that you're holding an open file
    handle for. Create a temporary file with delete=false and reuse the
    filename instead. (This is less than ideal, but at least makes git-p4 work
    on Windows.)
    nsubtil committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    ec05beb View commit details
    Browse the repository at this point in the history