Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
8007a2e88a51
Commit
8007a2e88a51
authored
2 years ago
by
GitLab Bot
Browse files
Options
Downloads
Plain Diff
Automatic merge of gitlab-org/omnibus-gitlab master
parents
11da337c7c15
88fb5713f50a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!102
heptapod#1237: making 0.38 the new oldstable
,
!90
Merged upstream 15.9.0+ce.0 into heptapod branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/software/git.rb
+1
-1
1 addition, 1 deletion
config/software/git.rb
with
1 addition
and
1 deletion
config/software/git.rb
+
1
−
1
View file @
8007a2e8
...
...
@@ -84,7 +84,7 @@
#
# As the bundled Git versions change over time we have this generic loop to
# just accept any such override into the environment used by make.
ENV
.
select
{
|
k
,
v
|
k
.
start_with
(
'GITALY_GIT_VERSION_'
)
}.
each
do
|
k
,
v
|
ENV
.
select
{
|
k
,
v
|
k
.
start_with
?
(
'GITALY_GIT_VERSION_'
)
}.
each
do
|
k
,
v
|
env
[
k
.
delete_prefix
(
'GITALY_'
)]
=
v
unless
v
&
.
empty?
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment