about summary refs log tree commit homepage
path: root/lib/PublicInbox/Git.pm
DateCommit message (Expand)
2017-01-26repobrowse: simplify command generation for git commands
2017-01-13rename "GitAsyncRd" to "GitAsync"
2017-01-07initial git async work
2016-12-26git: lazy initialization of error output
2016-12-14Merge remote-tracking branch 'origin/repobrowse' into repobrowse
2016-08-09searchidx: avoid holding Xapian lock in cat-file
2016-06-21spawn: improve error checking for fork failures
2016-05-21localize $/ in more places to avoid potential problems
2016-05-21mbox: switch generation over to pull model
2016-04-27import: document API for public consumption
2016-04-11git: add support for qx wrapper
2016-04-05git: support an error tmpfile for stashing stderr output
2016-04-05git: support arbitrary redirects and env settings on popen
2016-04-05honor core.abbrev from git-config(1)
2016-04-05git: add support for qx wrapper
2016-04-05git: local $/ for getline
2016-04-05git: factor out cat_file_begin and cat_file_finish
2016-04-05git: expand callback to support object ID and type
2016-02-28reduce calls to close unless error checks are needed
2016-02-27git: use built-in spawn implementation for vfork
2015-12-22rename 'GitCatFile' package to 'Git'