branch: elpa/magit
commit 3ecebe8d11e31e913ab1abe3c1b428934039714c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-log-refresh: Add missing arguments
In `magit-log-mode', offer the same arguments as does `magit-log'.
---
lisp/magit-log.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lisp/magit-log.el b/lisp/magit-log.el
index e452e2dab58..4c29f7e3bd9 100644
--- a/lisp/magit-log.el
+++ b/lisp/magit-log.el
@@ -502,12 +502,16 @@ commits before and half after."
["Commit limiting"
(magit-log:-n)
(magit:--author)
+ (7 magit-log:--since)
+ (7 magit-log:--until)
(magit-log:--grep)
(7 "-i" "Search case-insensitive" ("-i" "--regexp-ignore-case"))
(7 "-I" "Invert search pattern" "--invert-grep")
(magit-log:-G)
(magit-log:-S)
- (magit-log:-L)]
+ (magit-log:-L)
+ (7 "=m" "Omit merges" "--no-merges")
+ (7 "=p" "First parent" "--first-parent")]
["History simplification"
( "-D" "Simplify by decoration"
"--simplify-by-decoration")
(magit:--)