[PATCH] D67145: Add .git-blame-ignore-revs file

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 02:08:04 PDT 2019


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: .git-blame-ignore-revs:11
+
+136d27ab4de0c1d5dedfecc32a9857be78fa0648
+3837f4273fcc40cc519035479aefe78e5cbd3055
----------------
ruiu wrote:
> MaskRay wrote:
> > I currently use `.git/blame`. Is .git-blame-ignore-revs recognized by default as well?
> > 
> > You may add comments beside commit ids to mark the revision numbers, and probably titles.
> No, `git blame` doesn't use any file by default. I borrowed this filename from git-hyper-blame, which is a 3rd party extension that implements the feature before `git blame` acquires this feature last month.
It looks this file has been adopted by several projects: firefox, chrome, etc. This is nice.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67145/new/

https://reviews.llvm.org/D67145





More information about the llvm-commits mailing list