summaryrefslogtreecommitdiff
path: root/builder/remotecontext/git
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-202-39/+60
* builder: isolate git from local systemCory Snider2022-10-202-2/+55
* builder: explicitly set CWD for all git commandsCory Snider2022-10-202-14/+7
* builder: modernize TestCheckoutGitCory Snider2022-10-201-87/+56
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-11/+9
* 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
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* builder/remotecontext: allow ssh:// urls for remote contextSebastiaan van Stijn2019-12-052-1/+27
* builder/remotecontext: use net/url instead of urlutilSebastiaan van Stijn2019-11-052-3/+29
* TestParseRemoteURL: use subtestsSebastiaan van Stijn2019-11-051-24/+65
* gosec: add ignore comments for reported issues that can be ignoredSebastiaan van Stijn2019-09-181-2/+2
* gitutils: add validation for refTonis Tiigi2019-03-262-4/+24
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Post migration assertion fixesDaniel Nephin2018-03-161-12/+9
* Automated migration usingDaniel Nephin2018-03-161-55/+55
* Add canonical import commentDaniel Nephin2018-02-052-2/+2
* gitutils: remove checkout directory on errorTonis Tiigi2017-12-082-13/+19
* gitutils: fix checking out submodulesTonis Tiigi2017-12-072-20/+79
* Fix shallow git clone in docker-buildAndrew He2017-07-251-10/+33
* Move IsGitTransport() to gitutilsSebastiaan van Stijn2017-06-262-1/+34
* Fix handling of remote "git@" notationSebastiaan van Stijn2017-06-262-19/+81
* Move pkg/gitutils to remotecontext/gitDaniel Nephin2017-06-022-0/+302