File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -378,11 +378,13 @@ func (o *Options) CLI() serpent.OptionSet {
378
378
Description : "Clone only a single branch of the Git repository." ,
379
379
},
380
380
{
381
- Flag : "git-clone-thinpack" ,
382
- Env : WithEnvPrefix ("GIT_CLONE_THINPACK" ),
383
- Value : serpent .BoolOf (& o .GitCloneThinPack ),
384
- Default : "true" ,
385
- Description : "Git clone with thin pack compatibility enable." ,
381
+ Flag : "git-clone-thinpack" ,
382
+ Env : WithEnvPrefix ("GIT_CLONE_THINPACK" ),
383
+ Value : serpent .BoolOf (& o .GitCloneThinPack ),
384
+ Default : "true" ,
385
+ Description : "Git clone with thin pack compatibility enabled, " +
386
+ "ensuring that even when thin pack compatibility is activated," +
387
+ "it will not be turned on for the domain dev.zaure.com." ,
386
388
},
387
389
{
388
390
Flag : "git-username" ,
Original file line number Diff line number Diff line change @@ -99,8 +99,10 @@ OPTIONS:
99
99
--git-clone-single-branch bool, $ENVBUILDER_GIT_CLONE_SINGLE_BRANCH
100
100
Clone only a single branch of the Git repository.
101
101
102
- --git-clone-thinpack bool, $ENVBUILDER_GIT_CLONE_THINPACK
103
- Git clone with thin pack compatibility enable.
102
+ --git-clone-thinpack bool, $ENVBUILDER_GIT_CLONE_THINPACK (default: true)
103
+ Git clone with thin pack compatibility enabled, ensuring that even
104
+ when thin pack compatibility is activated,it will not be turned on for
105
+ the domain dev.zaure.com.
104
106
105
107
--git-http-proxy-url string, $ENVBUILDER_GIT_HTTP_PROXY_URL
106
108
The URL for the HTTP proxy. This is optional.
You can’t perform that action at this time.
0 commit comments