Phillip Wood <phillip.wood123@xxxxxxxxx> writes: > Hi Karthik > > On 03/04/2025 17:03, Karthik Nayak wrote: >> The 'git-blame(1)' command allows users to ignore specific revisions via >> the '--ignore-rev <rev>' and '--ignore-revs-file <file>' flags. These >> flags are often combined with the 'blame.markIgnoredLines' and >> 'blame.markUnblamableLines' config options. These config options prefix >> ignored and unblamable lines with a '?' and '*', respectively. >> However, this option was never extended to the porcelain mode of >> 'git-blame(1)'. Since the documentation does not indicate this >> exclusion, it is a bug. >> Fix this by printing 'ignored' and 'unblamable' respectively for the >> options when using the porcelain modes. > > This looks good to me Thanks, both of you. Will replace and queue. Let me mark the topic for 'next'.