]> Sergey Matveev's repositories - public-inbox.git/commit
git: async: automatic retry on alternates change
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:32 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commite5d25d0bfabe464e8f666616e5f4a71b9ab27d9c
tree6594615d06d34292133bb68d2ebb8bccc04cf2eb
parentf1c9ad532f8dd46df172cfde85329a6e00ed1eab
git: async: automatic retry on alternates change

This matches the behavior of the existing synchronous ->cat_file
method.  In fact, ->cat_file now becomes a small wrapper around
the ->cat_async method.
lib/PublicInbox/Git.pm
t/git.t