need better diagnostics when pulling from an external git repo into ProjectEngine
Status: Beta
Brought to you by:
worden
For example, when ssh fails due to bad ownership on ~/.ssh/config. Currently it either says so in debug output (if enabled) or fails silently, acting as if it pulled successfully from the repo when it didn't.
Anonymous
see also [#171], [#17]
Related
Bugs: #17
Bugs: #171
The output of the git pull and git checkout are displayed as regular WW messages now (whether they succeed or fail), rather than as debug messages that are usually invisible.
Well, always displaying a message when it updates from git is oversharing - it clutters the page with do-nothing messages at every make operation. It either needs to pull from the repo less of the time (definitely an efficiency gain) or only output a message when something of interest happens.