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
480f994e
Commit
480f994e
authored
Feb 05, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rewrite hook script
parent
38146faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
support/rewrite-hooks.sh
support/rewrite-hooks.sh
+2
-2
No files found.
support/rewrite-hooks.sh
View file @
480f994e
...
...
@@ -14,7 +14,7 @@ do
if
[[
"
$dir
"
=
~ ^.
*
.git
$
]]
then
project_hook
=
"
$src
/
$dir
/hooks/post-receive"
gitolite_hook
=
"/home/git/
.gitolite/hooks/common
/post-receive"
gitolite_hook
=
"/home/git/
gitlab-shell/hooks
/post-receive"
ln
-s
-f
$gitolite_hook
$project_hook
else
...
...
@@ -22,7 +22,7 @@ do
do
if
[
-d
"
$src
/
$dir
/
$subdir
"
]
&&
[[
"
$subdir
"
=
~ ^.
*
.git
$
]]
;
then
project_hook
=
"
$src
/
$dir
/
$subdir
/hooks/post-receive"
gitolite_hook
=
"/home/git/
.gitolite/hooks/common
/post-receive"
gitolite_hook
=
"/home/git/
gitlab-shell/hooks
/post-receive"
ln
-s
-f
$gitolite_hook
$project_hook
fi
...
...
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