forked from paulirish/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watchman for chromium (unsuccessful) attempt.
- Loading branch information
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -230,13 +230,12 @@ git config status.showuntrackedfiles no | |
git update-index --untracked-cache | ||
|
||
|
||
# !! EHHH. to be honest i tried this and it seems to be slow me down. | ||
# use watchman with git 2.17 for src changes | ||
# https://blog.github.com/2018-04-05-git-217-released/#speeding-up-status-with-watchman | ||
# brew install watchman | ||
# cd ~/chromium/src | ||
# curl -o .git/hooks/query-watchman https://raw.githubusercontent.com/git/git/master/templates/hooks--fsmonitor-watchman.sample | ||
# git config core.fsmonitor .git/hooks/query-watchman | ||
brew install watchman | ||
cd ~/chromium/src | ||
curl -o .git/hooks/query-watchman https://raw.githubusercontent.com/git/git/master/templates/hooks--fsmonitor-watchman.sample | ||
git config core.fsmonitor .git/hooks/query-watchman | ||
|
||
# also this unrelated thing | ||
git config user.email "[email protected]" | ||
|