From: Eric Wong Date: Wed, 16 Sep 2020 07:18:53 +0000 (+0000) Subject: git_async_cat: fix outdated comment X-Git-Tag: v1.6.0~1 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=abbdc3211b2f569c7847caedb16e82e8013b34fa git_async_cat: fix outdated comment We replaced Danga::Socket with PublicInbox::DS roughly a year before GitAsyncCat was introduced into our git history. --- 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'