]> Sergey Matveev's repositories - public-inbox.git/commit
watch: use our own "git credential" wrapper
authorEric Wong <e@yhbt.net>
Sat, 27 Jun 2020 10:03:57 +0000 (10:03 +0000)
committerEric Wong <e@yhbt.net>
Sun, 28 Jun 2020 22:29:39 +0000 (22:29 +0000)
commitab58bcb9909967503bc4ed810f2053b8ed6efb2e
tree7230cddec76cd1813060bbc34c5e7b9c66ef3bf1
parentd3eba34bc83fc75ded13e3b1c6bd763261452dae
watch: use our own "git credential" wrapper

Git.pm may not be installed on some systems; or some users have
multiple Perl installations and Git.pm is not available to the
Perl running -watch.  Accomodate both those types of users by
providing our own "git credential" wrapper.
MANIFEST
lib/PublicInbox/GitCredential.pm [new file with mode: 0644]
lib/PublicInbox/WatchMaildir.pm