This commit is contained in:
Joey Hess 2020-05-27 11:03:18 -04:00
parent 298fa1c081
commit 3cf5f303ea
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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]]