mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
- This is a counterpart to pull request #607. Revised test_deployed_state() to perform the same error-handling on Git commands that cmdeploy does. If 'git rev-parse' returns an error, the value "unknown" is used. If 'git diff' returns an error, the null string is used. - This fixes failures in environments where Git is not installed or where the .git subdirectory is not present (as long as the server was deployed in the same way).