Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UsingCygwinGit = isUsingCygwinGit()
UsingCygwinGit indicates whether we believe the host's git utility is from Cygwin (expects Windows paths as /cygdrive/c/dir/file) or not (expects paths in host-native format).
Functions ¶
func ToSlashCygwin ¶
ToSlashCygwin converts a path to a format suitable for sending to a Cygwin binary - `/dir/file` on UNIX-style systems; `c:\dir\file` on Windows without Cygwin; `/cygdrive/c/dir/file` on Windows with Cygwin.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.