HomePhorge

Add .git-blame-ignore-revs

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Add .git-blame-ignore-revs

See https://gist.github.com/kateinoigakukun/b0bc920e587851bfffa98b9e279175f2

This is an experiment to see how well it works with various tooling.
I just picked two code style change commits at random:
0077c5da15aab081125ee1c72cc4d95225e4ff5f
110a5877e9e6ebe7a6ecd758f5812f32fc4ef57e

A test case:

  • run git config blame.ignoreRevsFile .git-blame-ignore-revs
  • run git blame includes/changetags/ChangeTags.php
  • search for 'pass [] or null'

You should see it blamed to a commit that actually has 'array() or null'.

Change-Id: I38725da46642e630564768cce585a4cca1115e50

Details

Provenance
Gergő TiszaAuthored on Jun 2 2024, 8:50 PM

Event Timeline

Gergő Tisza <tgr.huwiki@gmail.com> committed rMWf495269f74ac: Add .git-blame-ignore-revs (authored by Gergő Tisza <tgr.huwiki@gmail.com>).Jun 2 2024, 9:03 PM

Commit No Longer Exists

This commit no longer exists in the repository.