Hacker News new | ask | show | jobs
by yatsyk 5682 days ago
Git doesn’t implement any way to watch the repository and emit events when changes occur.

What wrong with hooks[1]?

[1] http://progit.org/book/ch7-3.html

1 comments

AFAIK, hooks are only for git events, not filesystem events. He's probably looking for something like inotify, it sounds like.