From: Jesse Rosenthal Date: Fri, 11 Mar 2011 16:44:48 +0000 (-0500) Subject: Added a note saying the sleep hack is no longer necessary in git. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=a4276a0a7b792d8bff02aceab66fd777642fa4f9 Added a note saying the sleep hack is no longer necessary in git. I'll remove it altogether in the next release. --- diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 5a35fe7..2128886 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -90,6 +90,9 @@ be necessary in the furture. notmuch_run search $@ | while read line; do sleep 0.02 # Workaround a bug (missing lines) in the emacs interface + # NOTE: This workaround is no longer necessary as of + # git rev eead2382. You can just run + # `notmuch_run search $@' echo "${line}" done }