Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
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
0
Merge Requests
0
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-shell
Commits
6216ac18
Commit
6216ac18
authored
Jan 14, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix git push by removing a bad require in the pre-receive hook
parent
a478813e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG
CHANGELOG
+3
-0
VERSION
VERSION
+1
-1
hooks/pre-receive
hooks/pre-receive
+0
-1
No files found.
CHANGELOG
View file @
6216ac18
v6.0.1
- Fix git push by removing a bad require in the pre-receive hook (!183)
v6.0.0
- Remove bin/gitlab_projects (!180)
- Remove direct redis integration (!181)
...
...
VERSION
View file @
6216ac18
6.0.
0
6.0.
1
hooks/pre-receive
View file @
6216ac18
...
...
@@ -16,7 +16,6 @@ def increase_reference_counter(gl_repository, repo_path)
end
require_relative
'../lib/gitlab_custom_hook'
require_relative
'../lib/gitlab_reference_counter'
require_relative
'../lib/gitlab_access'
require_relative
'../lib/gitlab_net'
...
...
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