emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit e2de123ddf 2/4: magit-log: Re-align code


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit e2de123ddf 2/4: magit-log: Re-align code
Date: Thu, 20 Jan 2022 11:58:33 -0500 (EST)

branch: elpa/git-commit
commit e2de123ddfdc85e69694eab15cd30ea8061a0d89
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-log: Re-align code
---
 lisp/magit-log.el | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/lisp/magit-log.el b/lisp/magit-log.el
index 3c9a12c165..9e6710800e 100644
--- a/lisp/magit-log.el
+++ b/lisp/magit-log.el
@@ -437,20 +437,20 @@ the upstream isn't ahead of the current branch) show."
    ("-p" "Show diffs"          ("-p" "--patch"))   ;2
    ("-s" "Show diffstats"      "--stat")]          ;2
   [["Log"
-    ("l" "current"        magit-log-current)
-    ("o" "other"          magit-log-other)
-    ("h" "HEAD"           magit-log-head)]
+    ("l" "current"             magit-log-current)
+    ("o" "other"               magit-log-other)
+    ("h" "HEAD"                magit-log-head)]
    [""
-    ("L" "local branches" magit-log-branches)
+    ("L" "local branches"      magit-log-branches)
     (7 "B" "matching branches" magit-log-matching-branches)
-    (7 "T" "matching tags" magit-log-matching-tags)
-    ("b" "all branches"   magit-log-all-branches)
-    ("a" "all references" magit-log-all)
-    (7 "m" "merged"       magit-log-merged)]
+    (7 "T" "matching tags"     magit-log-matching-tags)
+    ("b" "all branches"        magit-log-all-branches)
+    ("a" "all references"      magit-log-all)
+    (7 "m" "merged"            magit-log-merged)]
    ["Reflog"
-    ("r" "current"        magit-reflog-current)
-    ("O" "other"          magit-reflog-other)
-    ("H" "HEAD"           magit-reflog-head)]
+    ("r" "current"             magit-reflog-current)
+    ("O" "other"               magit-reflog-other)
+    ("H" "HEAD"                magit-reflog-head)]
    [:if (lambda ()
           (require 'magit-wip)
           (magit--any-wip-mode-enabled-p))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]