From e1984e2c675ffe8d03625b76aa36405b7f9011a8 Mon Sep 17 00:00:00 2001 From: "nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9" Date: Wed, 7 Sep 2022 23:22:40 +0000 Subject: [PATCH] Added a comment --- .../comment_13_4332e21dcbe4fdcbab58f01aca295fc9._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/tips/setup_a_public_repository_on_a_web_site/comment_13_4332e21dcbe4fdcbab58f01aca295fc9._comment diff --git a/doc/tips/setup_a_public_repository_on_a_web_site/comment_13_4332e21dcbe4fdcbab58f01aca295fc9._comment b/doc/tips/setup_a_public_repository_on_a_web_site/comment_13_4332e21dcbe4fdcbab58f01aca295fc9._comment new file mode 100644 index 0000000000..9853ca04dc --- /dev/null +++ b/doc/tips/setup_a_public_repository_on_a_web_site/comment_13_4332e21dcbe4fdcbab58f01aca295fc9._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9" + nickname="nick.guenther" + avatar="http://cdn.libravatar.org/avatar/9e85c6ca61c3f877fef4f91c2bf6e278" + subject="comment 13" + date="2022-09-07T23:22:40Z" + content=""" +`chmod +x .git/hooks/post-update` is out of date; on modern git, the right command is `mv .git/hooks/post-update.sample .git/hooks/post-update` +"""]]