RE: git-p4 + watchman - watching the p4 repo?

2018-01-08 Thread Ben Peart
Ben > -Original Message- > From: Luke Diamand [mailto:l...@diamand.org] > Sent: Monday, January 8, 2018 12:15 PM > To: Git Users <git@vger.kernel.org> > Cc: Alex Vandiver <ale...@dropbox.com>; Ben Peart > <ben.pe...@microsoft.com> > Subject: git-p4 + w

git-p4 + watchman - watching the p4 repo?

2018-01-08 Thread Luke Diamand
Hi! I could be wrong about this, but I when I tried mixing watchman with git-p4, I found that on "git p4 submit" it ended up watching the p4 repo, which seems a bit pointless (and was also very slow). $ [create git-p4 clone of some p4 repo] $ : >bar $ git add bar && git commit -m 'adding bar' $