hi Cristiana, On 04/05/2021 19:31, Cristiana Man wrote: > Hi > > The documentation for Git commit --allow-empty option > (https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---allow-empty) > contains the acronym SCM which is confusing to me. > Do you mean Software Configuration Management, Source Control > Management or Source Code Management? > Clarifications are appreciated! Yes, all of them ;-) Basically the Git (Linux codebase) philosophy is to always have meaningful changes, with meaningful commit change messages. When Git was being developed (i.e. being implemented in many other code bases) there was a lot of migration of from old "documentation" systems, which often had 'cruft' where options were needed to allow such empty commits, and the common TLA (three Letter abbreviation) of the time 'SCM' could cover all of them. The key aspect is that they were 'foreign' to the Git ecosystem. Hope that helps. > -- > > Kind regards, > Cristiana Man -- Philip