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' $ git p4 submit --origin HEAD^ --shelve Perforce checkout for depot path //depot/ located at /tmp/p4/cli/ Synchronizing p4 checkout... ... - file(s) up-to-date. Applying 4ce4057 change //depot/bar#1 - opened for edit Adding '/tmp/p4/cli' to watchman's watch list. Is there any way to stop it doing this? Thanks! Luke