On Fri, Apr 25, 2025 at 3:55 PM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > > On Fri, Apr 25, 2025 at 2:42 PM Michael Grosser > <grosser.michael@xxxxxxxxx> wrote:> > > I have many repos where I use .git-blame-ignore-revs, > > but I cannot set it globally because then I get > > ``` > > fatal: could not open object name list: .git-blame-ignore-revs > > ``` > > so please make it either the default for `git blame` to check that file, > > or add a "blame: ignoreMissingFile: true" option so I an set > > ``` > > [blame] > > ignoreRevsFile = .git-blame-ignore-revs > > ignoreMissingFile: true > > ``` > > and can use this feature without constantly having to think about it > > Relevant threads: > https://lore.kernel.org/git/pull.1947.git.git.1745088194384.gitgitgadget@xxxxxxxxx/T/#u > https://lore.kernel.org/git/20241014204427.1712182-1-gitster@xxxxxxxxx/T/#u Did that second set of patches ever go anywhere? It seems similar to what Junio proposed in the first linked thread and possibly worth resurrecting. (A log --grep :(optional) didn't find anything.) -- D. Ben Knoble