Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-07-16 13:14:21 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-07-16 13:14:21 +0300
commitfb08b9b88cbed04267250590ce565d6c454f3071 (patch)
tree75c95996e4bc147e9b5c277ab068615d665db996
parent9196ce8c1b0b0130550d1aace78994ff87faed56 (diff)
-rw-r--r--internal/git/gitpipe/revision.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/gitpipe/revision.go b/internal/git/gitpipe/revision.go
index 6cd576f50..fcc3abd50 100644
--- a/internal/git/gitpipe/revision.go
+++ b/internal/git/gitpipe/revision.go
@@ -320,7 +320,7 @@ func ForEachRef(
// burden into the next pipeline step.
git.ValueFlag{Name: "--format", Value: "%(objectname) %(refname)"},
},
- Args: patterns,
+ PostSepArgs: patterns,
})
if err != nil {
sendRevisionResult(ctx, resultChan, RevisionResult{err: err})