• Show log

    Commit

  • Hash : 12f32d91
    Author : Edward Thomson
    Date : 2014-10-14T16:31:55

    Remote paths: canonicalize UNC paths on Win32
    
    Git for Windows will handle UNC paths only when in forward-slash
    format, eg "//server/path".  When given a UNC path as a remote,
    rewrite standard format ("\\server\path") into this ridiculous
    format.