Allow specifying some diff options, e.g. --histogram
Sending GitHub PRs to the Git mailing list
Brought to you by:
ashba22
Originally created by: newren
https://public-inbox.org/git/8ae78679c9066a206610465e1da91a5f575fced2.1570826543.git.gitgitgadget@gmail.com/ would have been much easier to read with a --histogram diff.
Originally posted by: dscho
As I pointed out in my reply:
Currently, there is no way to do that yet. It should not be too difficult to implement code to pick up a footer in the PR description to do that, I just don't have the time right now to do so.
Essentially, it would have to imitate the already-existing code path that picks up the
Cc:footer in the PR description.If you're interested, have a look at the
parsePullRequestDescription()function inlib/patch-series.ts, in particular these lines.