Home
last modified time | relevance | path

Searched defs:Git (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libfido2/windows/
H A Dbuild.ps131 & $Git -c advice.detachedHead=false clone --quiet --depth=1 ` in GitClone() variable
34 & $Git -C "${DIR}" show -s HEAD in GitClone() variable
38 $Git = $(Get-Command git -ErrorAction Ignore | ` variable
40 if ([string]::IsNullOrEmpty($Git)) { variable
41 $Git = $GitPath variable
43 if (-Not (Test-Path $Git)) { variable
44 throw "Unable to find Git at $Git" variable
88 Write-Host "Git: $Git" global() variable
[all...]
/freebsd/contrib/libpcap/doc/
H A DREADME.windows.md119 Git section in Building libpcap on Windows with Visual Studio