summaryrefslogtreecommitdiff
path: root/builder/remotecontext/git/gitutils.go
Commit message (Expand)AuthorAgeFilesLines
* builder/remotecontext/git: use strings.Cut()Sebastiaan van Stijn2022-12-211-15/+6
* builder/remotecontext/gitutils: switch back to os/execSebastiaan van Stijn2022-11-091-1/+1
* builder/remotecontext/git: allow building on go1.18Sebastiaan van Stijn2022-10-211-1/+1
* builder: add missing doc commentCory Snider2022-10-201-0/+1
* builder: fix running git commands on WindowsCory Snider2022-10-201-1/+1
* builder: make git config isolation opt-inCory Snider2022-10-201-20/+41
* builder: isolate git from local systemCory Snider2022-10-201-0/+6
* builder: explicitly set CWD for all git commandsCory Snider2022-10-201-6/+3
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+1
* Use golang.org/x/sys/execabsTibor Vass2021-01-251-1/+1
* replace pkg/symlink with github.com/moby/sys/symlinkSebastiaan van Stijn2020-11-031-1/+1
* builder/remotecontext: allow ssh:// urls for remote contextSebastiaan van Stijn2019-12-051-1/+1
* builder/remotecontext: use net/url instead of urlutilSebastiaan van Stijn2019-11-051-3/+21
* gosec: add ignore comments for reported issues that can be ignoredSebastiaan van Stijn2019-09-181-2/+2
* gitutils: add validation for refTonis Tiigi2019-03-261-1/+6
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* gitutils: remove checkout directory on errorTonis Tiigi2017-12-081-3/+9
* gitutils: fix checking out submodulesTonis Tiigi2017-12-071-2/+18
* Fix shallow git clone in docker-buildAndrew He2017-07-251-10/+33
* Move IsGitTransport() to gitutilsSebastiaan van Stijn2017-06-261-1/+7
* Fix handling of remote "git@" notationSebastiaan van Stijn2017-06-261-15/+46
* Move pkg/gitutils to remotecontext/gitDaniel Nephin2017-06-021-0/+122