]> Sergey Matveev's repositories - public-inbox.git/commitdiff
git_async_cat: fix outdated comment
authorEric Wong <e@80x24.org>
Wed, 16 Sep 2020 07:18:53 +0000 (07:18 +0000)
committerEric Wong <e@80x24.org>
Wed, 16 Sep 2020 19:36:33 +0000 (19:36 +0000)
We replaced Danga::Socket with PublicInbox::DS roughly a year
before GitAsyncCat was introduced into our git history.

lib/PublicInbox/GitAsyncCat.pm

index e618d366a8bc31dbbcafd29b702160787d267fcb..5f785df72ae4fb387a3ddb8aa28464adc4d65bbb 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # Copyright (C) 2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
-# 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'
 # This parses the output pipe of "git cat-file --batch"
 #
 # Note: this does NOT set the non-blocking flag, we expect `git cat-file'