From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Date: Mon, 10 Dec 2018 11:48:48 +1100 > That is fine as a last resort, but it is probably less disruptive to > find these things before you try to push i.e. as part of the "apply the > patch" otherwise you could end up having to rebase a whole lot of later > commits. I meant to imply that we should do both, something I do pre-commit and something that double checks again when I push. Sorry if I wasn't clear. > Anyway, here's my current version of my script. It just takes a commit > range (anything you can pass to "git log"). You may want to drop the > gitk invocation at the end. Thanks!