fixed
authorJoey Hess <joeyh@joeyh.name>
Tue, 4 Apr 2023 19:19:25 +0000 (15:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 4 Apr 2023 19:19:25 +0000 (15:19 -0400)
doc/bugs/Enabling_useConfigOnly_not_honored.mdwn
doc/bugs/Enabling_useConfigOnly_not_honored/comment_2_5dede8445ba1c20e9750a30fe29de0b0._comment [new file with mode: 0644]

index 40e54976aa1912992f1c4b5e39f64d00b5d51f5c..13a117fc07681a65d3c2e3a757df003334851b4b 100644 (file)
@@ -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 (file)
index 0000000..fccb89d
--- /dev/null
@@ -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.
+"""]]