The default is to fall back to the repository config, then to `add-log-full-name' and then to `user-full-name'."
The default is to fall back to the repository config,
then to `add-log-full-name' and then to `user-full-name'."
:group 'git
:type '(choice (const :tag "Default" nil)
(string :tag "Name")))
(defcustom git-committer-email nil
"Email address to use for commits.
The default is to fall back to the git repository config, then to `add-log-mailing-address' and then to `user-mail-address'."
The default is to fall back to the git repository config,
then to `add-log-mailing-address' and then to `user-mail-address'."
:group 'git
:type '(choice (const :tag "Default" nil)
(string :tag "Email")))
@ -86,6 +88,7 @@ The default is to fall back to the git repository config, then to `add-log-maili
@@ -86,6 +88,7 @@ The default is to fall back to the git repository config, then to `add-log-maili
"Git mode face used to highlight added and modified files."
@ -149,7 +152,8 @@ The default is to fall back to the git repository config, then to `add-log-maili
@@ -149,7 +152,8 @@ The default is to fall back to the git repository config, then to `add-log-maili