File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,11 @@ type SourceReference struct {
7070
7171To be able to commit changes back, the referenced ` GitRepository ` object must refer to credentials
7272with write access; e.g., if using a GitHub deploy key, "Allow write access" should be checked when
73- creating it. Only the ` url ` , ` ref ` , ` secretRef ` and ` gitImplementation ` (see just below) fields of
74- the ` GitRepository ` are used.
73+ creating it. Only the ` url ` , ` ref ` , and ` secretRef ` fields of the ` GitRepository ` are used.
7574
76- The ` gitImplementation ` field in the referenced ` GitRepository ` object controls which git library is
77- used. This will matter if you run on Azure, and possibly otherwise -- see [ the source controller
78- documentation ] [ source-docs ] for more details .
75+ The [ ` gitImplementation ` field] [ source-docs ] in the referenced ` GitRepository ` is ignored. The
76+ automation controller cannot use shallow clones or submodules, so there is no reason to use the
77+ go-git implementation rather than libgit2 .
7978
8079Other fields particular to how the Git repository is used are in the ` git ` field, [ described
8180below] ( #git-specific-specification ) .
You can’t perform that action at this time.
0 commit comments