File: magit-process.el.html
This library implements the tools used to run Git for side-effects.
Note that the functions used to run Git and then consume its output, are defined in magit-git.el. There's a bit of overlap though.
Defined variables (24)
magit-credential-cache-daemon-socket | If non-nil, start a credential cache daemon using this socket. |
magit-credential-hook | Hook run before Git needs credentials. |
magit-mode-line-process-map | Keymap for ‘mode-line-process’. |
magit-need-cygwin-noglob | Whether to use a workaround for Cygwin’s globbing behavior. |
magit-process-apply-ansi-colors | Whether and when to apply color escapes in the process buffer. |
magit-process-connection-type | Connection type used for the Git process. |
magit-process-display-mode-line-error | Whether Magit should retain and highlight process errors in the mode line. |
magit-process-ensure-unix-line-ending | Whether Magit should ensure a unix coding system when talking to Git. |
magit-process-error-tooltip-max-lines | The number of lines for ‘magit-process-error-lines’ to return. |
magit-process-find-password-functions | List of functions to try in sequence to get a password. |
magit-process-finish-apply-ansi-colors | Whether and when to apply color escapes in the process buffer. |
magit-process-log-max | Maximum number of sections to keep in a process log buffer. |
magit-process-mode-abbrev-table | Abbrev table for ‘magit-process-mode’. |
magit-process-mode-hook | Hook run after entering ‘magit-process-mode’. |
magit-process-mode-map | Keymap for ‘magit-process-mode’. |
magit-process-mode-syntax-table | Syntax table for ‘magit-process-mode’. |
magit-process-password-prompt-regexps | List of regexps matching password prompts of Git and its subprocesses. |
magit-process-popup-time | Popup the process buffer if a command takes longer than this many seconds. |
magit-process-prompt-functions | List of functions used to forward arbitrary questions to the user. |
magit-process-timestamp-format | Format of timestamp for each process in the process buffer. |
magit-process-username-prompt-regexps | List of regexps matching username prompts of Git and its subprocesses. |
magit-process-yes-or-no-prompt-regexp | Regexp matching Yes-or-No prompts of Git and its subprocesses. |
magit-show-process-buffer-hint | Whether to append hint about process buffer to Git error messages. |
magit-tramp-pipe-stty-settings | Override ‘tramp-pipe-stty-settings’ in ‘magit-start-process’. |
Defined functions (47)
Defined faces (4)
magit-mode-line-process | Face for ‘mode-line-process’ status when Git is running for side-effects. |
magit-mode-line-process-error | Face for ‘mode-line-process’ error status. Used when ‘magit-process-display-mode-line-error’ is non-nil. |
magit-process-ng | Face for non-zero exit-status. |
magit-process-ok | Face for zero exit-status. |