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

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

[nongnu] elpa/git-commit 68a945044f 1/3: magit-process-timestamp-format:


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 68a945044f 1/3: magit-process-timestamp-format: Use intended default value
Date: Fri, 28 Apr 2023 09:01:11 -0400 (EDT)

branch: elpa/git-commit
commit 68a945044fcd3481aaf5d10fe8b1495f9e042b94
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-process-timestamp-format: Use intended default value
    
    I did not intend to enable this by default.
---
 lisp/magit-process.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-process.el b/lisp/magit-process.el
index 52bb2cc41c..d13efb1bf9 100644
--- a/lisp/magit-process.el
+++ b/lisp/magit-process.el
@@ -245,7 +245,7 @@ implement such functions."
   :group 'magit-process
   :type 'boolean)
 
-(defcustom magit-process-timestamp-format "%H:%M"
+(defcustom magit-process-timestamp-format nil
   "Format of timestamp for each process in the process buffer.
 If non-nil, pass this to `format-time-string' when creating a
 process section in the process buffer, and insert the returned



reply via email to

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