gitoxide icon indicating copy to clipboard operation
gitoxide copied to clipboard

Support `--ignore-rev` in `gix-blame`

Open cruessler opened this issue 5 months ago • 1 comments

https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revrev

There’s also --ignore-revs-file. I don’t know yet whether it makes more sense to tackle both flags in a single PR or separately, starting with --ignore-rev. My current hypothesis is that starting with --ignore-rev would make the task easier, though.

cruessler avatar Jun 26 '25 07:06 cruessler

Thanks for bringing this up!

It looks like gix-blame would also need another option or parameter to learn about and respect the revisions to ignore. This could be one PR. A follow-up could deal with the command-line, and there I think it's fine to implement both flags right away, it should be easy enough.

Byron avatar Jun 27 '25 02:06 Byron