diff options
Diffstat (limited to 'generate-hooklist.sh')
| -rwxr-xr-x | generate-hooklist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-hooklist.sh b/generate-hooklist.sh index e22068c2fa..e0cdf26944 100755 --- a/generate-hooklist.sh +++ b/generate-hooklist.sh @@ -22,7 +22,7 @@ EOF sed -n \ -e '/^~~~~*$/ {x; s/^.*$/ "&",/; p;}' \ -e 'x' \ - <"$SOURCE_DIR"/Documentation/githooks.txt | + <"$SOURCE_DIR"/Documentation/githooks.adoc | LC_ALL=C sort cat <<EOF |
