On Sat, 16 Nov 2019 00:32:35 +0100 Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > Seems generally useful. I have a couple of overall questions... > > > > - Might this be better placed in the maintainer manual? It is more > > likely to be relevant to that audience, methinks. > > Oh that exists now, Documentation/maintainer? Sure I fix. Indeed it exists...it's a little sparse at the moment, but that's what I'm trying to improve...:) > > - I wonder if the hook script should just go under tools/ somewhere for > > people to grab. > > Does one exclude the other? > > Can we place it under tools/scripts/git and somehow source the contents into > this file so you can also see it? That could be done...something like: .. include:: ../../scripts/git/add-link :literal: should do it...obviously adjusted for the actual name and location of the script. Of course, cutting the script from the document isn't all that big a deal either; that was mostly just me wondering. Thanks, jon