Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/spec/v1/gitrepositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,9 @@ spec:
```

This field takes precedence over all other fields. It can be combined with
`.spec.ref.branch` to perform a shallow clone of the branch, in which the
commit must exist:
`.spec.ref.branch` to restrict the clone to a single branch, in which the
commit must exist. Note that this is not a shallow clone: the commit is
fetched with the full history of that branch.

```yaml
---
Expand Down
Loading