From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: Ben Peart <peartben@gmail.com>
Cc: "Git Mailing List" <git@vger.kernel.org>,
"Junio C Hamano" <gitster@pobox.com>,
"Ben Peart" <benpeart@microsoft.com>,
"Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>,
"Johannes Schindelin" <johannes.schindelin@gmx.de>,
"David Turner" <David.Turner@twosigma.com>,
"Jeff King" <peff@peff.net>,
"Christian Couder" <christian.couder@gmail.com>
Subject: Re: [PATCH v4 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman
Date: Wed, 7 Jun 2017 23:38:08 +0200 [thread overview]
Message-ID: <CACBZZX5a6Op7dH_g9WOFBnejh2zgNK4b34ygxA8daNDqvitFVA@mail.gmail.com> (raw)
In-Reply-To: <20170601155105.28356-7-benpeart@microsoft.com>
On Thu, Jun 1, 2017 at 5:51 PM, Ben Peart <peartben@gmail.com> wrote:
> +if [ $1 -eq 1 ]
Tiny nit: Needs quoting:
$ .git/hooks/query-fsmonitor
.git/hooks/query-fsmonitor: 15: [: -eq: unexpected operator
next prev parent reply other threads:[~2017-06-07 21:38 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-01 15:50 [PATCH v4 0/6] Fast git status via a file system watcher Ben Peart
2017-06-01 15:51 ` [PATCH v4 1/6] bswap: add 64 bit endianness helper get_be64 Ben Peart
2017-06-01 15:51 ` [PATCH v4 2/6] dir: make lookup_untracked() available outside of dir.c Ben Peart
2017-06-01 15:51 ` [PATCH v4 3/6] fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files Ben Peart
2017-06-01 15:51 ` [PATCH v4 4/6] fsmonitor: add test cases for fsmonitor extension Ben Peart
2017-06-01 15:51 ` [PATCH v4 5/6] fsmonitor: add documentation for the " Ben Peart
2017-06-01 15:51 ` [PATCH v4 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman Ben Peart
2017-06-07 21:38 ` Ævar Arnfjörð Bjarmason [this message]
2017-06-01 19:57 ` [PATCH v4 0/6] Fast git status via a file system watcher Ævar Arnfjörð Bjarmason
2017-06-01 21:06 ` Ben Peart
2017-06-01 21:12 ` Ævar Arnfjörð Bjarmason
2017-06-01 21:13 ` Stefan Beller
2017-06-01 21:26 ` Jeff King
2017-06-01 20:51 ` Ævar Arnfjörð Bjarmason
2017-06-01 21:13 ` Ævar Arnfjörð Bjarmason
2017-06-02 0:40 ` Ben Peart
2017-06-02 10:28 ` [WIP/PATCH 7/6] perf: add a performance test for core.fsmonitor Ævar Arnfjörð Bjarmason
2017-06-02 21:44 ` David Turner
2017-06-03 18:08 ` Ævar Arnfjörð Bjarmason
2017-06-05 14:27 ` Ben Peart
2017-06-02 22:05 ` Ben Peart
2017-06-02 23:06 ` Ævar Arnfjörð Bjarmason
2017-06-07 19:51 ` Ben Peart
2017-06-07 21:46 ` Ævar Arnfjörð Bjarmason
2017-06-08 1:57 ` Ben Peart
2017-06-04 1:59 ` Junio C Hamano
2017-06-04 7:46 ` Ævar Arnfjörð Bjarmason
2017-06-04 8:21 ` Jeff King
2017-06-02 1:56 ` [PATCH v4 0/6] Fast git status via a file system watcher Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CACBZZX5a6Op7dH_g9WOFBnejh2zgNK4b34ygxA8daNDqvitFVA@mail.gmail.com \
--to=avarab@gmail.com \
--cc=David.Turner@twosigma.com \
--cc=benpeart@microsoft.com \
--cc=christian.couder@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=johannes.schindelin@gmx.de \
--cc=pclouds@gmail.com \
--cc=peartben@gmail.com \
--cc=peff@peff.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).