It definitely makes sense to track who commits what. We want to give credit to active committers!
To see the committer, I use ‘--format=fuller’, e.g. $ git --format=fuller origin/master commit 7c423ef23878271b1c50c03629ebfff674985681 Author: huzhe <[email protected]> AuthorDate: Sun Nov 14 11:27:55 2021 +0800 Commit: NobiGo <[email protected]> CommitDate: Mon Nov 22 15:08:48 2021 +0800 [CALCITE-4876] Converting RelNode to SQL with CalciteSqlDialect gets wrong result while EnumerableIntersect is followed by EnumerableLimit commit 065e323da89ca73a46bec195efc7bd4019dc4f2f Author: xwkuang5 <[email protected]> AuthorDate: Mon Nov 1 09:09:49 2021 -0400 Commit: Jacques Nadeau <[email protected]> CommitDate: Thu Nov 18 09:41:02 2021 -0800 [CALCITE-4841] Support decimal column type in CSV file format - Introduce a new `decimal` type in the CSV file format for more accurate representation of decimal data. - Implement the `decimal` SQL type using the BigDecimal JAVA type. Julian > On Dec 2, 2021, at 1:26 PM, Vladimir Sitnikov <[email protected]> > wrote: > > We have many committers, and it might make sense to keep track of who > commits what. > > Squash and merge behaviour changed in 2020 :( > > > https://github.community/t/authorship-of-merge-commits-made-by-github-apps-changed/2971/33 > > Vladimir
