From f01d872059bf6fe085b54ce353b5b0cb48a389e5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Aug 2024 14:42:46 -0400 Subject: [PATCH] fixed --- doc/bugs/assist_and_sync_print_url_setting_name_to_stderr.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/assist_and_sync_print_url_setting_name_to_stderr.mdwn b/doc/bugs/assist_and_sync_print_url_setting_name_to_stderr.mdwn index 41af34bbaa..a2a1cbad13 100644 --- a/doc/bugs/assist_and_sync_print_url_setting_name_to_stderr.mdwn +++ b/doc/bugs/assist_and_sync_print_url_setting_name_to_stderr.mdwn @@ -49,3 +49,6 @@ The last 3 lines being printed on stderr. ### 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! I am now using git-annex through annextimelog to track my working times and automatically submit them to my employer and it is working really well. This is also where I found this issue though, annextimelog treats a non-empty stderr from git-annex as something to warn about. + +> Indeed, I've already fixed this in master. I plan to make a release +> soon for it though since it's a reversion. [[done]] --[[Joey]]