From d0e94b4302781e87a0b702a6b39fa2d5582b430f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Apr 2023 15:19:25 -0400 Subject: [PATCH] fixed --- doc/bugs/Enabling_useConfigOnly_not_honored.mdwn | 2 ++ ...omment_2_5dede8445ba1c20e9750a30fe29de0b0._comment | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 doc/bugs/Enabling_useConfigOnly_not_honored/comment_2_5dede8445ba1c20e9750a30fe29de0b0._comment diff --git a/doc/bugs/Enabling_useConfigOnly_not_honored.mdwn b/doc/bugs/Enabling_useConfigOnly_not_honored.mdwn index 40e54976aa..13a117fc07 100644 --- a/doc/bugs/Enabling_useConfigOnly_not_honored.mdwn +++ b/doc/bugs/Enabling_useConfigOnly_not_honored.mdwn @@ -63,3 +63,5 @@ Enabling `user.useConfigOnly` should prevent this, making it easier to work with ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) Yes, it's great! + +> [[fixed|done]] --[[Joey]] diff --git a/doc/bugs/Enabling_useConfigOnly_not_honored/comment_2_5dede8445ba1c20e9750a30fe29de0b0._comment b/doc/bugs/Enabling_useConfigOnly_not_honored/comment_2_5dede8445ba1c20e9750a30fe29de0b0._comment new file mode 100644 index 0000000000..fccb89d2b6 --- /dev/null +++ b/doc/bugs/Enabling_useConfigOnly_not_honored/comment_2_5dede8445ba1c20e9750a30fe29de0b0._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2023-04-04T19:17:56Z" + content=""" +I've made user.useConfigOnly be honored when set. + +Turns out it was not practical for git-annex init to not set user.name and +user.email when that is necessary to get git commit to work. But it now +avoids setting those when user.useConfigOnly is set. +"""]]