Finished off documentation.
This commit is contained in:
parent
c23b334d29
commit
27ef54451b
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -3124,7 +3124,7 @@ Prefix arg means justify as well."
|
||||||
"--pretty=oneline" args)))
|
"--pretty=oneline" args)))
|
||||||
|
|
||||||
(defun magit-log-grep (str)
|
(defun magit-log-grep (str)
|
||||||
"Search for "
|
"Search for regexp specified by STR in the commit log."
|
||||||
(interactive "sGrep in commit log: ")
|
(interactive "sGrep in commit log: ")
|
||||||
(let ((topdir (magit-get-top-dir default-directory)))
|
(let ((topdir (magit-get-top-dir default-directory)))
|
||||||
(switch-to-buffer "*magit-log-grep*")
|
(switch-to-buffer "*magit-log-grep*")
|
||||||
|
|
Loading…
Reference in a new issue