branch: externals/vc-got commit 567c17a336d6828a04cd0e04c625f424977b469f Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@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