Lines Matching +full:fetch +full:- +full:depth
7 // http://www.apache.org/licenses/LICENSE-2.0
73 // Commit calls 'git commit -m <msg> --author <author>'.
77 args = append(args, "-c", "user.name="+flags.Name)
80 args = append(args, "-c", "user.email="+flags.Email)
82 args = append(args, "commit", "-m", msg)
96 f, err := ioutil.TempFile("", "regres-cookies.txt")
108 args = append(args, "-c", "http.cookiefile="+f.Name())
114 // CheckoutRemoteBranch performs a git fetch and checkout of the given branch into path.
123 {"fetch", "origin", "--depth=1", branch},
135 // CheckoutRemoteCommit performs a git fetch and checkout of the given commit into path.
144 {"fetch", "origin", "--depth=1", commit.String()},
168 out, err := shell.Exec(gitTimeout, exe, "", nil, "ls-remote", url, ref)
193 … := shell.Exec(gitTimeout, exe, "", nil, "log", at, "--pretty=format:"+prettyFormat, fmt.Sprintf("…
202 …out, err := shell.Exec(gitTimeout, exe, "", nil, "log", "--pretty=format:"+prettyFormat, fmt.Sprin…