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

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

[elpa] externals/vc-got 0a5a024b77 1/5: typo & fmt


From: ELPA Syncer
Subject: [elpa] externals/vc-got 0a5a024b77 1/5: typo & fmt
Date: Tue, 1 Feb 2022 05:02:15 -0500 (EST)

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

    typo & fmt
---
 vc-got.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/vc-got.el b/vc-got.el
index 170af540e6..9046b7f29a 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -515,7 +515,6 @@ FILES is nil, consider all the files in DIR."
       'mouse-face 'highlight
       'keymap (vc-got--with-emacs-version<= "28.0.50"
                 vc-dir-status-mouse-map))
-
      "   " (propertize
             (if stage-state
                 (format "%c" stage-state)
@@ -795,7 +794,6 @@ revisions''; instead, like with git, you have tags and 
branches."
           "\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}\\) " ; year-mm-dd
           "\\([^ ]\\)+ ")    ; author
   "Regexp to match annotation output lines.
-
 Provides capture groups for:
 1. revision id
 2. date of commit
@@ -812,7 +810,7 @@ Value is returned as floating point fractional number of 
days."
   ;; instead of looking-at, as it makes the fontification of the line
   ;; start AFTER the info.  The problem is, due to the format of the
   ;; blame, it produces an ugly result, with colors starting at
-  ;; different offsets depending on how long the commiter name is.
+  ;; different offsets depending on how long the committer name is.
   (when (looking-at vc-got--annotate-re)
     (let ((str (match-string-no-properties 2)))
       (vc-annotate-convert-time



reply via email to

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