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 <iluff...@163.com>
  AuthorDate: Sun Nov 14 11:27:55 2021 +0800
  Commit:     NobiGo <nobigo...@gmail.com>
  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 <louisconfuss...@gmail.com>
  AuthorDate: Mon Nov 1 09:09:49 2021 -0400
  Commit:     Jacques Nadeau <jacq...@apache.org>
  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 <sitnikov.vladi...@gmail.com> 
> 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

Reply via email to