[lldb-dev] LLDB Evolution: Next Phase
Ed Maste via lldb-dev
lldb-dev at lists.llvm.org
Tue Aug 23 12:24:14 PDT 2016
On 23 August 2016 at 11:55, Zachary Turner <zturner at google.com> wrote:
>
> Should we consider adding git hyper-blame to llvm and recommending its usage?
Nifty, I hadn't encountered git hyper-blame before. Thanks Zach.
If I understand correctly all we need to do is add a
`.git-blame-ignore-revs` file to the lldb root directory which lists
git revision IDs to ignore, correct? And that's something we'd do
after the reformatting commit goes in (and it would not affect any
tool other than git hyper-blame). If so it sounds good to me.
More information about the lldb-dev
mailing list