projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7620501
)
fix typo
author
Luca Filipozzi
<lfilipoz@emyr.net>
Fri, 3 Jan 2014 20:57:25 +0000
(20:57 +0000)
committer
Luca Filipozzi
<lfilipoz@emyr.net>
Fri, 3 Jan 2014 20:57:25 +0000
(20:57 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c1e18f2
..
76f1bd1
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-16,7
+16,7
@@
git_hooks:
@if git config --get branch.master.rebase true >/dev/null; then \
git config branch.master.rebase true; \
fi
- @ln -sf ../../tools/git
_
hooks/pre-commit .git/hooks/pre-commit
+ @ln -sf ../../tools/git
-
hooks/pre-commit .git/hooks/pre-commit
@$(RM) .git/hooks/post-commit
.PHONY: vim_helpers