Generally speaking, commit notifications are useful, so you have an idea of what happens in the code on a daily basis. For example, I know when a new function was added or bug fixes were fixed. If there are so many commits that it gets lost in the noise, then it may be necessary to filter out or reduce the number of commit messages that you see (maybe you can limit it only to the specific modules you are working on, for example).
Speaking of this, in addition to giving other developers the opportunity to at least easily view the code, it can also notify people that:
- A good time to start the update from the original control and merge any new changes if necessary
- Hey, someone found a regex regular expression error in Foo, but forgot to update Bar with it.
- Oh Bob working on the Baz module, I have to ask him to take a look at this too.
You get the idea. In principle, this was intended to promote transparency throughout the group, not just to focus more on fixation, but to improve the development cycle for the team as a whole.
Jay
source share