about summary refs log tree commit homepage
path: root/lib/PublicInbox/GitCatFile.pm
DateCommit message (Expand)
2015-12-22rename 'GitCatFile' package to 'Git'
2015-12-22git: cat-file wrapper enhancements
2015-11-20various internal documentation updates
2015-09-30remove unnecessary fields usage
2015-09-25git: use fields for GitCatFile
2015-09-25git: signal-safety for pipe writes
2015-09-21remove bytes:: for length checks
2015-09-21nntp: speed up xover slightly
2015-09-06update copyright headers and email addresses
2015-08-28GitCatFile: remove unnecessary FD_CLOEXEC setting
2015-08-23GitCatFile: use offset for read instead of appending
2014-05-02git cat-file wrapper uses syswrite for writes
2014-04-30"git cat-file --batch" wrapper really mod_perl-compatible
2014-04-30favor "--git-dir=..." over "--git-dir ..."
2014-04-29implement our own cat-file --batch wrapper