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

    fix deletion of separator lines in log buffers
---
 vc-got.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vc-got.el b/vc-got.el
index 4f46da3bbd..de6b63db81 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -269,6 +269,7 @@ worktree."
                                                        search-pattern))
                              (and reverse '("-R"))
                              (and include-diff '("-p")))))
+        (goto-char (point-min))
         (delete-matching-lines
          "^-----------------------------------------------$")
           t))))

Reply via email to