nimterop/git.idx
Ganesh Viswanathan 240f745dce Update documentation
2019-01-31 09:20:56 -06:00

7 lines
680 B
Text

execAction git.html#execAction,string git: execAction(cmd: string; nostderr = false): string
extractZip git.html#extractZip,string,string git: extractZip(zipfile, outdir: string)
downloadUrl git.html#downloadUrl,string,string git: downloadUrl(url, outdir: string)
gitReset git.html#gitReset,string git: gitReset(outdir: string)
relativePathNaive git.html#relativePathNaive,string,string git: relativePathNaive(file, base: string): string
gitCheckout git.html#gitCheckout,string,string git: gitCheckout(file, outdir: string)
gitPull git.html#gitPull,string,string,string,string git: gitPull(url: string; outdir = ""; plist = ""; checkout = "")