From abbdc3211b2f569c7847caedb16e82e8013b34fa Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 16 Sep 2020 07:18:53 +0000 Subject: [PATCH] git_async_cat: fix outdated comment We replaced Danga::Socket with PublicInbox::DS roughly a year before GitAsyncCat was introduced into our git history. --- lib/PublicInbox/GitAsyncCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/GitAsyncCat.pm b/lib/PublicInbox/GitAsyncCat.pm index e618d366..5f785df7 100644 --- a/lib/PublicInbox/GitAsyncCat.pm +++ b/lib/PublicInbox/GitAsyncCat.pm @@ -1,7 +1,7 @@ # Copyright (C) 2020 all contributors # License: AGPL-3.0+ # -# internal class used by PublicInbox::Git + Danga::Socket +# internal class used by PublicInbox::Git + PublicInbox::DS # This parses the output pipe of "git cat-file --batch" # # Note: this does NOT set the non-blocking flag, we expect `git cat-file' -- 2.44.0