Giovanni Bassi
Giovanni Bassi
@jskeet answers bellow: > One initial comment before I get chance to review properly - I would strongly prefer not to target .NET 7.0, given that it will go out...
Ok, if you want me to remove .NET 7 it's a simple change, just let me know. I believe I have removed all the whitespace, it was a lot of...
> I didn't question the importance of AOT. I was questioning whether .NET 8 was a pre-requisite as a _target framework for dependencies_ rather than just using the .NET 8...
Sure. I can help. I'll wait for the editorconfig, when that is done let me know and we can collaborate on that.
@jskeet I see you have progressed on it, do you want some help to move this forward?
Yes, that is exactly what I'm doing. When I opened this issue I was not familiar with `home.templateDir`, I was not aware this is a global git config, not from...
> See for a possible solution #141 We'd still need to change the hook script, the `[ ! -x "$GITHOOKS_RUNNER" ]` check will not work.
Regarding `envsubst` not being posix, I have written a substitute, a posix compatible scripts using awk. It will replace simple variables in the syntax `$VAR` (starting with the dollar sign),...
Here is the full script: ```sh #!/usr/bin/env sh # Read the runner script from the local/global or system config and expands environment variables GITHOOKS_RUNNER=`git config githooks.runner | awk '{ finalstr...
Regarding the installer, yes, it is a problem that it keeps changing the values in .gitconfig. I'll open another issue about that. Opened: #142.