Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 6ded9f50c3aa123fe581c42ff6c03789b9b593c1 https://github.com/tianocore/edk2/commit/6ded9f50c3aa123fe581c42ff6c03789b9b593c1 Author: Pedro Falcato <pedro.falc...@gmail.com> Date: 2023-04-16 (Sun, 16 Apr 2023)
Changed paths: A .git-blame-ignore-revs Log Message: ----------- edk2: Add .git-blame-ignore-revs file Add a .git-blame-ignore-revs file containing the hashes of every uncrustify format commit as retrieved in: git log --oneline --no-abbrev-commit | grep "uncrustify" This file can be used by tools (such as GitHub[1]) to ignore certain revisions when git blame-ing a file. It can also be trivially usable locally by doing something akin to: git config blame.ignoreRevsFile .git-blame-ignore-revs It may also be desirable in the future to add more commits to it. Signed-off-by: Pedro Falcato <pedro.falc...@gmail.com> Cc: Andrew Fish <af...@apple.com> Cc: Leif Lindholm <quic_llind...@quicinc.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com> [1]: https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/ _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits