File: vc-git.el.html
This file contains a VC backend for the git version control system.
Defined variables (27)
vc-git-annotate-switches | String or list of strings specifying switches for Git blame under VC. |
vc-git-commits-coding-system | Default coding system for sending commit log messages to Git. |
vc-git-diff-switches | String or list of strings specifying switches for Git diff under VC. |
vc-git-error-regexp-alist | Value of ‘compilation-error-regexp-alist’ in *vc-git* buffers. |
vc-git-grep-template | The default command to run for M-x vc-git-grep. |
vc-git-log-edit-mode-abbrev-table | Abbrev table for ‘vc-git-log-edit-mode’. |
vc-git-log-edit-mode-hook | Hook run after entering Log-Edit/git mode. |
vc-git-log-edit-mode-map | Keymap for ‘vc-git-log-edit-mode’. |
vc-git-log-edit-mode-syntax-table | Syntax table for ‘vc-git-log-edit-mode’. |
vc-git-log-output-coding-system | Default coding system for receiving log output from Git. |
vc-git-log-switches | String or list of strings specifying switches for Git log under VC. |
vc-git-log-view-mode-abbrev-table | Abbrev table for ‘vc-git-log-view-mode’. |
vc-git-log-view-mode-hook | Hook run after entering Git-Log-View mode. |
vc-git-log-view-mode-map | Keymap for ‘vc-git-log-view-mode’. |
vc-git-log-view-mode-syntax-table | Syntax table for ‘vc-git-log-view-mode’. |
vc-git-print-log-follow | If true, follow renames in Git logs for a single file. |
vc-git-program | Name of the Git executable (excluding any arguments). |
vc-git-region-history-mode-abbrev-table | Abbrev table for ‘vc-git-region-history-mode’. |
vc-git-region-history-mode-hook | Hook run after entering Git-Region-History mode. |
vc-git-region-history-mode-map | Keymap for ‘vc-git-region-history-mode’. |
vc-git-region-history-mode-syntax-table | Syntax table for ‘vc-git-region-history-mode’. |
vc-git-resolve-conflicts | When non-nil, mark conflicted file as resolved upon saving. |
vc-git-revision-complete-only-branches | Control whether tags are returned by revision completion for Git. |
vc-git-root-log-format | Git log format for ‘vc-print-root-log’. |
vc-git-show-stash | How much of the git stash list to show by default. |
vc-git-stash-read-history | History for ‘vc-git-stash-read’. |
vc-git-use-literal-pathspecs | Non-nil to treat pathspecs in commands literally. |