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

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

[nongnu] elpa/git-commit e99ef09: magit-diff-wash-diff: Handle another h


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit e99ef09: magit-diff-wash-diff: Handle another header
Date: Fri, 15 Oct 2021 18:57:33 -0400 (EDT)

branch: elpa/git-commit
commit e99ef096043da3a671ec0d6ac5a62ab636daf9e4
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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

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