From 3cf5f303eae1f48689dbe365a938df720608d6b4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 May 2020 11:03:18 -0400 Subject: [PATCH] close --- ..._34__sense__34___git_annex_post-receive_in_a_hook__63__.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/Q__58___is_there_a_reason_to___34__sense__34___git_annex_post-receive_in_a_hook__63__.mdwn b/doc/bugs/Q__58___is_there_a_reason_to___34__sense__34___git_annex_post-receive_in_a_hook__63__.mdwn index dd021a9828..6705c87307 100644 --- a/doc/bugs/Q__58___is_there_a_reason_to___34__sense__34___git_annex_post-receive_in_a_hook__63__.mdwn +++ b/doc/bugs/Q__58___is_there_a_reason_to___34__sense__34___git_annex_post-receive_in_a_hook__63__.mdwn @@ -11,3 +11,5 @@ if git annex post-receive --help >/dev/null 2>&1; then git annex post-receive; f and wondered why it actually needs conditioning? `--help` runs for me longer (40-50ms) than actual `git annex post-receive` call (20ms) when there is nothing todo. So I wondered why wasting time on `--help`? [[!meta author=yoh]] + +> [[done]], there does not seem to be a bug here. --[[Joey]]