Added author arg.
This commit is contained in:
parent
c0324a5a09
commit
88ea40f3f3
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
||||||
("-f" "First parent" "--first-parent")
|
("-f" "First parent" "--first-parent")
|
||||||
("-a" "All" "--all"))
|
("-a" "All" "--all"))
|
||||||
(arguments
|
(arguments
|
||||||
|
("-a" "Author" "--author" read-from-minibuffer)
|
||||||
("-g" "Grep" "--grep" read-from-minibuffer))))
|
("-g" "Grep" "--grep" read-from-minibuffer))))
|
||||||
"Holds the key, help, function mapping for the log-mode. If you
|
"Holds the key, help, function mapping for the log-mode. If you
|
||||||
modify this make sure you reset `magit-key-mode-key-maps' to
|
modify this make sure you reset `magit-key-mode-key-maps' to
|
||||||
|
|
Loading…
Reference in a new issue