Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
35d4c5d4
Commit
35d4c5d4
authored
Jan 30, 2009
by
Edward Hervey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a symbolic link for the pre-commit client-side hook
parent
2bb875ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
autogen.sh
autogen.sh
+3
-3
common
common
+1
-1
No files found.
autogen.sh
View file @
35d4c5d4
...
...
@@ -23,10 +23,10 @@ fi
.
common/gst-autogen.sh
# install pre-commit hook for doing clean commits
if
test
!
-x
.git/hooks/pre-commit
;
if
test
!
\(
-x
.git/hooks/pre-commit
-a
-L
.git/hooks/pre-commit
\)
;
then
cp
common/hooks/pre-commit.hook
.git/hooks/pre-commit
chmod
+x
.git/hooks/pre-commit
rm
-f
.git/hooks/pre-commit
ln
-s
../../common/hooks/pre-commit.hook
.git/hooks/pre-commit
fi
...
...
common
@
f7bd42d4
Subproject commit
3f4e9974603807e7615c3a6b8821542abce0be19
Subproject commit
f7bd42d4fa7f9b976fe5e697ff914e25f25e8853
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