Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: ignoring formatting commits with new git feature

by
Acsone SA/NV, Stéphane Bidoul
- 04/06/2020 14:31:31
Hi David,

Yes this is very helpful. I glimpsed that existed but could not find it again until now.

Thanks a lot for sharing!

-sbi

On Thu, Jun 4, 2020 at 1:57 PM 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