bouncepaw / mycorrhiza

🍄📑 Filesystem and git-based wiki engine for the independent web written in Go using Mycomarkup as its primary markup language.

Home Page:https://mycorrhiza.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`silentGitsh` ignores environment variables

shivrm opened this issue · comments

silentGitsh passes only gitEnv when calling commands, whereas normal gitsh passes both system environment variables and gitEnv. The comments say that "silentGitsh is like gitsh, except it writes less to the stdout.", so I'm not sure if this is intentional behaviour.

I was running Mycorrhiza on an old device and it was crashing whenever I opened the 'Recent Changes' page. Changing this one line fixed the problem.

Well, I intended them to be the same, except for the output. Thanks for reporting, I'll look into that.