]> git.earman.xyz Git - emacsinit.git/commitdiff
Use default vc-mode root-log format
authorrearman <rearman@r717.net>
Mon, 11 May 2026 21:10:05 +0000 (17:10 -0400)
committerrearman <rearman@r717.net>
Mon, 11 May 2026 21:10:05 +0000 (17:10 -0400)
Not different enough to really matter (for now)

config.org

index 353c4d1cc60fefc97df25d38c61991e925e59363..4fcb052947b6c3eee3b869fd82fc1102b212f823 100644 (file)
@@ -1312,20 +1312,6 @@ With arg, ask for remote, otherwise fetch all."
 
 (keymap-global-set "C-x v f" #'re/vc-fetch)
 
-(setq vc-git-root-log-format
-      `("%d %h %ai %an: %s"
-       ;; The first shy group matches the characters drawn by --graph.
-       ;; We use numbered groups because `log-view-message-re' wants the
-       ;; revision number to be group 1.
-       ,(concat "^\\(?:[*/\\|]+\\)\\(?:[*/\\| ]+\\)?"
-                "\\(?2: ([^)]+) \\)?\\(?1:[0-9a-z]+\\) "
-                "\\(?4:[0-9]\\{4\\}-[0-9-]\\{4\\}[0-9\s+:-]\\{16\\}\\) "
-                "\\(?3:.*?\\):")
-       ((1 'log-view-message)
-        (2 'change-log-list nil lax)
-        (3 'change-log-name)
-        (4 'change-log-date))))
-
 (add-hook 'vc-dir-mode-hook
          (lambda ()
            (keymap-set vc-dir-mode-map "b b" #'re/vc-show-branches)