Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

ignoring formatting commits with new git feature

by
Akretion France, David BEAL
- 04/06/2020 13:53:50
Hi all,

As explained here
https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame

since git 2.23 it's easy to ignore some commits to keep git blame cmd
also efficient than without these commits.

Shortly:

- add a .git-blame-ignore-revs in your repo and put commits to ignore
(black ones mainly)
- apply git config blame.ignoreRevsFile .git-blame-ignore-revs : now
git blame works with the most informative way about authoring if you
have git 2.23 at least

I think it can be interesting to use OCA.

What do you think ?

Bonne journée


David BEAL - akretion.com
Chef de projet
Odoo Développement / Intégration

Follow-Ups