Skip to content

Commit 06e88f0

Browse files
author
Paulo Gomes
committed
docs: Improve Git implementation section
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 0b8e663 commit 06e88f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/v1beta2/gitrepositories.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ resume.
385385

386386
### Git implementation
387387

388-
> **_NOTE:_** `libgit2` is being deprecated. When it is used the controllers
389-
are known to panic over long periods of time, or when under high GC pressure.
388+
**Note:** `libgit2` is being deprecated, as its use is known to cause controllers
389+
to panic when running over long periods of time, or when under high GC pressure.
390390
A new opt-out feature gate `ForceGoGitImplementation` was introduced, which will
391391
use `go-git` regardless of the value defined at `.spec.gitImplementation`.
392392
This can be disabled by starting the controller with the additional flag below:

0 commit comments

Comments
 (0)