Contributors mailing list archives
contributors@odoo-community.org
Browse archives
ignoring formatting commits with new git feature
by
Akretion France., David BEAL
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
-
Re: ignoring formatting commits with new git feature
byAkretion France., David BEAL -
Re: ignoring formatting commits with new git feature
byAcsone SA/NV, Laurent Mignon -
Re: ignoring formatting commits with new git feature
byCamptocamp SA, Yannick Payot -
Re: ignoring formatting commits with new git feature
byAcsone SA/NV, Stéphane Bidoul