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

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

[elpa] externals/vc-got 567c17a 093/145: vc-got trims '----' by itself n


From: ELPA Syncer
Subject: [elpa] externals/vc-got 567c17a 093/145: vc-got trims '----' by itself now
Date: Thu, 9 Sep 2021 15:58:40 -0400 (EDT)

branch: externals/vc-got
commit 567c17a336d6828a04cd0e04c625f424977b469f
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    vc-got trims '----' by itself now
---
 vc-got.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index 86e3a29..ca39a75 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -507,7 +507,6 @@ FILES is nil, consider all the files in DIR."
      (when (vc-got--log file 1)
        (let (start)
          (goto-char (point-min))
-         (forward-line 1)               ; skip the ----- line
          (forward-word)                 ; skip "commit"
          (forward-char)                 ; skip the space
          (setq start (point))           ; store start of the SHA



reply via email to

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