PublicInbox::Git(3) User Contributed Perl Documentation PublicInbox::Git(3) NAME PublicInbox::Git - git wrapper VERSION version 1.0 SYNOPSIS use PublicInbox::Git; chomp(my $git_dir = `git rev-parse --git-dir`); $git_dir or die "GIT_DIR= must be specified\n"; my $git = PublicInbox::Git->new($git_dir); DESCRIPTION Unstable API outside of the "new" method. It requires git(1) to be installed. METHODS new my $git = PublicInbox::Git->new($git_dir); Initialize a new PublicInbox::Git object for use with PublicInbox::Import This is the only public API method we support. Everything else in this module is subject to change. SEE ALSO Git, PublicInbox::Import CONTACT All feedback welcome via plain-text mail to The mail archives are hosted at COPYRIGHT Copyright (C) 2016 all contributors License: AGPL-3.0+ perl v5.38.0 2023-07-30 PublicInbox::Git(3)