chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6819e3c
)
hooks/pre-commit: Fix message
author
Daniel Martí
<mvdan@mvdan.cc>
Fri, 9 Jan 2015 14:36:17 +0000
(15:36 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Fri, 9 Jan 2015 14:36:17 +0000
(15:36 +0100)
hooks/pre-commit
patch
|
blob
|
history
diff --git
a/hooks/pre-commit
b/hooks/pre-commit
index 564f5a4fb7e311a95e7d57379b719bd7e1868d48..63e3fbb997ce732570e0a0ca7f1975e9690a4fe4 100755
(executable)
--- a/
hooks/pre-commit
+++ b/
hooks/pre-commit
@@
-1,7
+1,7
@@
#!/bin/sh
#
-# Simple pre-commit hook to check that there are no errors in the fdroid
-#
metadata
files.
+# Simple pre-commit hook to check that there are no errors in the fdroid
server
+#
source
files.
# Redirect output to stderr.
exec 1>&2