From: rearman Date: Thu, 21 Aug 2025 19:11:09 +0000 (-0400) Subject: Don't copy files handled by git, change log options X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=749ac1d197bc628688e207d2545d9180ec144f48;p=emacsinit.git Don't copy files handled by git, change log options --- diff --git a/init.el b/init.el index 4edb9d1..de373cf 100644 --- a/init.el +++ b/init.el @@ -148,10 +148,10 @@ (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p) ;; Versioning and Backups -(setq vc-make-backup-files t +(setq vc-make-backup-files nil vc-handled-backends '(Git) vc-git-diff-switches '("--patch-with-stat" "--histogram") - vc-git-log-switches '("--stat") + vc-git-log-switches '("--oneline" "--all" "--graph") vc-git-log-edit-summary-target-len 50 vc-git-log-edit-summary-max-len 70 vc-find-revision-no-save t