Go to the first, previous, next, last section, table of contents.


The hide field

Some commands that don't displaying any useful information if successfully complete their execution: mount, chmod, chown, chgrp, sync ... and, if an error occurs, a line or two are sent to stderr. If this option is 'y', the stdout and stderr will be redirected to some files (stdout.pid and stderr.pid, where pid is git's pid) and only if the command's exit code is not 0, the stderr.pid file will be displayed, line by line, onto the status bar. This way the panels will not be deleted and then repainted and the command appears to be built-in. stdout.pid and stderr.pid are created in the `TempDirectory' specified in the `Setup' section. Its default value is 'n'.


Go to the first, previous, next, last section, table of contents.