From 35dc8e0290fad3dd899090021a6175f0814c4850 Mon Sep 17 00:00:00 2001 From: Flo Date: Tue, 31 Mar 2026 18:33:01 +0200 Subject: [PATCH] anon-31e9bd66: comment on issue #43 at 2026-03-31T16:33:01Z --- .../comments/3501cd29-fe40-419c-9225-f571be320393.json | 8 ++++++++ meta/counters.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 issues/f18d1bc1-a500-453d-9260-6cd49f6b92a5/comments/3501cd29-fe40-419c-9225-f571be320393.json diff --git a/issues/f18d1bc1-a500-453d-9260-6cd49f6b92a5/comments/3501cd29-fe40-419c-9225-f571be320393.json b/issues/f18d1bc1-a500-453d-9260-6cd49f6b92a5/comments/3501cd29-fe40-419c-9225-f571be320393.json new file mode 100644 index 0000000..998cfcc --- /dev/null +++ b/issues/f18d1bc1-a500-453d-9260-6cd49f6b92a5/comments/3501cd29-fe40-419c-9225-f571be320393.json @@ -0,0 +1,8 @@ +{ + "uuid": "3501cd29-fe40-419c-9225-f571be320393", + "issue_uuid": "f18d1bc1-a500-453d-9260-6cd49f6b92a5", + "author": "anon-31e9bd66", + "content": "start_session exports GIT_CONFIG_GLOBAL='' (empty string) when not set. An empty value tells git 'no global config' vs unset which uses ~/.gitconfig. Fix: only export GIT_CONFIG_GLOBAL if it was already set.", + "created_at": "2026-03-31T16:33:01.816553Z", + "kind": "observation" +} \ No newline at end of file diff --git a/meta/counters.json b/meta/counters.json index 588bc9e..c91feb9 100644 --- a/meta/counters.json +++ b/meta/counters.json @@ -1,5 +1,5 @@ { "next_display_id": 44, - "next_comment_id": 67, + "next_comment_id": 68, "next_milestone_id": 1 } \ No newline at end of file