libgit2 on my system can't handle sha256 git repos, and I need it for one of my projects. So stick to git(1) for now and simplify our code.
Eric Wong (3): qspawn: import Scalar::Util::blessed properly viewvcs: use git(1) for coderepo access coderepo: consolidate git --batch-check users lib/PublicInbox/Qspawn.pm | 6 ++-- lib/PublicInbox/RepoSnapshot.pm | 51 +++++++++++++-------------------- lib/PublicInbox/RepoTree.pm | 8 +----- lib/PublicInbox/ViewVCS.pm | 46 +++++++++++++++-------------- lib/PublicInbox/WwwCoderepo.pm | 9 +----- 5 files changed, 50 insertions(+), 70 deletions(-)
