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

    magit-diff-wash-diff: Handle another header
    
    This one is printed by show_patch_diff() from combine-diff.c.
    
    Closes #4531.
---
 lisp/magit-diff.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 250a895..97c4ac6 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -2268,6 +2268,7 @@ section or a child thereof."
           (unless (equal (match-string 1) "/dev/null")
             (setq file (match-string 1))))
          ((looking-at "Binary files .+ and .+ differ\n"))
+         ((looking-at "Binary files differ\n"))
          ;; TODO Use all combined diff extended headers.
          ((looking-at "mode .+\n"))
          (t

Reply via email to