| ▲ | Aachen 8 hours ago | ||||||||||||||||||||||||||||
If someone uses git commits like the save function of their editor and doesn't write messages intended for reading by anyone else, it makes sense to want to hide them For other cases, you lose the information about why things are this way. It's too verbose to //comment on every like with how it came to be this way but on (non-rare in total, but rare per line) occasion it's useful to see what the change was that made the line be like this, or even just who to potentially ask for help (when >1 person worked on a feature branch, which I'd say is common) | |||||||||||||||||||||||||||||
| ▲ | seba_dos1 8 hours ago | parent [-] | ||||||||||||||||||||||||||||
> If someone uses git commits like the save function of their editor I use it like that too and yet the reviewers don't get to see these commits. Git has very powerful tools for manipulating the commit graph that many people just don't bother to learn. Imagine if I sent a patchset to the Linux Kernel Mailing List containing such "fix typo", "please work now", "wtf" patches - my shamelessness has its limits! | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||