|
@@ -931,6 +931,10 @@ found, otherwise returns nil." |
|
|
'("graph" . fundamental-mode)) |
|
|
'("graph" . fundamental-mode)) |
|
|
(add-to-list 'git-command-major-mode-alist |
|
|
(add-to-list 'git-command-major-mode-alist |
|
|
'("log" . fundamental-mode)) |
|
|
'("log" . fundamental-mode)) |
|
|
|
|
|
(when (boundp 'git-command-view-command-list) |
|
|
|
|
|
(setq git-command-view-command-list |
|
|
|
|
|
`("log" "graph" ,@git-command-view-command-list)) |
|
|
|
|
|
) |
|
|
(or git-command-prompt-file |
|
|
(or git-command-prompt-file |
|
|
(setq git-command-prompt-file |
|
|
(setq git-command-prompt-file |
|
|
(git-command-find-git-ps1 |
|
|
(git-command-find-git-ps1 |
|
|