Variable: magit-process-timestamp-format

magit-process-timestamp-format is a customizable variable defined in magit-process.el.

Value

nil

Documentation

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 string in the heading of its section.

This variable was added, or its default value changed, in magit version 4.0.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-process.el
(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
string in the heading of its section."
  :package-version '(magit . "4.0.0")
  :group 'magit-process
  :type '(choice (const :tag "None" nil) string))