branch: externals/vc-got
commit 323c6ea3c08727c1240223c8fab02fc7aa0b9a8f
Author: Timo Myyrä <timo.my...@bittivirhe.fi>
Commit: Omar Polo <o...@omarpolo.com>

    restore accidently deleted delete-matching-lines call
---
 vc-got.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vc-got.el b/vc-got.el
index 9d8b72c876..24c070bd4f 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -270,6 +270,8 @@ worktree."
                                                        search-pattern))
                              (and reverse '("-R"))
                              (and include-diff '("-p")))))
+        (delete-matching-lines
+         "^-----------------------------------------------$")
           t))))
 
 

Reply via email to