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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 01:53:07 PDT 2019


ruiu marked an inline comment as done.
ruiu added inline comments.


================
Comment at: .git-blame-ignore-revs:11
+
+136d27ab4de0c1d5dedfecc32a9857be78fa0648
+3837f4273fcc40cc519035479aefe78e5cbd3055
----------------
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.


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