Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d12b7c91
Commit
d12b7c91
authored
May 21, 2020
by
Peter Dave Hello
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unify indentation in shell scripts
parent
7a533749
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
39 deletions
+39
-39
bin/web
bin/web
+10
-10
lib/support/init.d/gitlab
lib/support/init.d/gitlab
+28
-28
scripts/gemfile_lock_changed.sh
scripts/gemfile_lock_changed.sh
+1
-1
No files found.
bin/web
View file @
d12b7c91
lib/support/init.d/gitlab
View file @
d12b7c91
scripts/gemfile_lock_changed.sh
View file @
d12b7c91
...
...
@@ -2,7 +2,7 @@
gemfile_lock_changed
()
{
if
[
-n
"
$(
git diff
--name-only
--
Gemfile.lock
)
"
]
;
then
cat
<<
EOF
cat
<<
EOF
Gemfile was updated but Gemfile.lock was not updated.
Usually, when Gemfile is updated, you should run
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment