0

Use Watchman to speed up Git by orders on magnitude

Scott Richmond 6 years ago updated by Thomas Singer 6 years ago 1

Newer versions of git support Watchman (https://github.com/facebook/watchman), which vastly improves the speed of local Git background operations. Would be awesome if SmartGit dealt with setting it up for repos.


Git support announcement: https://blog.github.com/2018-04-05-git-217-released/

Hi Scott, I'm unsure how this could help SmartGit. We already are using a file watcher since ages, but SmartGit does not simply invoke "git status".