branch: elpa/git-commit
commit fc71a772df0633414dbd1d4fdfea81ce36a82c8e
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-blame--parse-chunk: Cosmetics
---
 lisp/magit-blame.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el
index 303d7e82a1..fcaeb468fc 100644
--- a/lisp/magit-blame.el
+++ b/lisp/magit-blame.el
@@ -511,7 +511,8 @@ modes is toggled, then this mode also gets toggled 
automatically.
                  (setf prev-file (magit-decode-git-path (match-string 2))))
                 ((looking-at "^\\([^ ]+\\) \\(.+\\)")
                  (push (cons (match-string 1)
-                             (match-string 2)) revinfo)))
+                             (match-string 2))
+                       revinfo)))
           (forward-line)))
       (when (and (eq type 'removal) prev-rev)
         (cl-rotatef orig-rev  prev-rev)

Reply via email to