mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Look at commiters from all branches
This commit is contained in:
parent
82d2a7dd1f
commit
7d406db920
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
(save-excursion
|
||||
(and (string-match "\\`[\s\t]+[0-9]+\t" line)
|
||||
(list (substring line (match-end 0))))))
|
||||
(magit-git-lines "shortlog" "-n" "-s" "-e" "HEAD"))
|
||||
(magit-git-lines "shortlog" "-n" "-s" "-e" "--all"))
|
||||
my/magit-authors)))
|
||||
|
||||
(defun my/magit-transient-read-person (prompt initial-input history)
|
||||
|
|
|
|||
Loading…
Reference in a new issue