Markus Denhoff

Results 40 comments of Markus Denhoff

Can you try to run the command on the server as the webserver’s user? Mostly this is related to an old git version on the server.

The problem seems to occur when committing not pushing. Have you tried to commit something as the user the Webserver is running with? Code 128 sometimes refers to missing global...

It's quite difficult to debug this without access to the server. And is a bit more I can help you here. I hope you understand.

I actually planned to integrate something like this. Dropping a commit might need to make it more complicated as you need to check if you only revert commits that have...

Hi, thank you for reporting this issue. To clarify, the problem is that you can't set the identity via git config because you don't have shell access to the server,...

You can only set the user on a repo basis. So skip the --global option and it'll only be set in the repo and should probably work.

Thanks for your pull request and sorry for not getting back to you sooner. Everything looks fine except for the missing documentation in the 'Configure Allowed Users' section. Could you...

Thank you @hariom147, it looks good (especially for your second PR)! I actually had the same idea and have already included it in a more elaborate extension of the panel...

Hi, thanks for your pull request! Would it be possible to split these changes into three separate commits? The author feature is already implemented (see #111), and from my point...