Brendan Forster
Brendan Forster
The same trick should work for the other platforms, we just haven't had to do that yet...
@kittaakos I haven't had a chance to look into this, but a first step might be to check if `stderr` contains your expected message, rather than `stdout`?
@kittaakos I think this is because NodeJS might not be expanding `*` when it's an argument in the `child_process` APIs, unlike how a shell might do this. [This question](https://stackoverflow.com/questions/11717281/wildcards-in-child-process-spawn) delves...
> are there any plans adjusting the implementation. I could take care of the PR if you do not have time. I'm swamped, but would be happy to review the...
@sprat thanks for the feedback. > that just call bash.exe -c "git %*" This is the core of the difference between the two environments - the shell where the `git`...
> It makes MinGit less Min (naturally) Yeah, but I think it's worth it if we can avoid the hassles of setting up and enabling commit signing for a user....
It's something that interests me, but for the moment I'd like to follow [the rule of 3](https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming)) to identify what's actually needed in this hypothetical situation.
cc @ethomson
Bumping this to indicate the rename of the project to [VFS for Git](https://github.com/Microsoft/VFSForGit). I had a look at the [latest releases](https://github.com/Microsoft/VFSForGit/releases) but they publish an installer - given this Git...
> Out of curiosity, do you need to bundle this or can you call the end-user's gvfs? @ethomson i'm trying to wrap my head around how coupled GVFS is to...