Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: ignoring formatting commits with new git feature

by
Camptocamp SA, Yannick Payot
- 04/06/2020 14:38:54
Interesting, nevertheless what kind of commit do you want to bypass in git blame, if I get it correctly we could ignore the linting commits that way?

Which could come handy with all modules we applied black on.

Yannick Vaucher
Business Solutions Architect

Camptocamp SA
PSE A, CH-1015 Lausanne
Phone: +41 21 619 10 30
Office: +41 21 619 10 10


On Thu, 4 Jun 2020 at 13:57, David Beal <david.beal@akretion.com> wrote:
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

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference