about summary refs log tree commit homepage
path: root/lib/PublicInbox/Git.pm
DateCommit message (Expand)
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-13use popen_rd for bidirectional pipes
2020-01-13git: packed_bytes: use GLOB_NOSORT
2020-01-13git: modified: don't slurp `rev-parse --branches'
2020-01-11spawn (and thus popen_rd) die on failure
2020-01-11git: remove ->commit_title method
2020-01-11git: ->modified uses cat_async
2020-01-11allow HTTP_HOST to be '0' via defined() checks
2020-01-06treewide: "require" + "use" cleanup and docs
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-26git: allow async_cat to pass arg to callback
2019-12-12git: async batch interface
2019-10-22git: remove src_blob_url
2019-09-14tmpfile: give temporary files meaningful names
2019-09-09run update-copyrights from gnulib for 2019
2019-07-08ds: use WNOHANG with waitpid if inside event loop
2019-06-14Merge remote-tracking branch 'origin/manifest' into next
2019-06-14git: remove cat_file sub callback interface
2019-06-10git: ensure ->modified returns an integer
2019-06-05tighten up digit matches to ASCII for git output
2019-06-01git: drop the deleted err_c file
2019-06-01git: unconditional expiry
2019-05-22git: workaround old git-rev-parse(1) (--git-path)
2019-04-18git: calculate modified time of repository
2019-04-04support publicinbox.cgitrc directive
2019-04-04git: add "commit_title" method
2019-01-31inbox: perform cleanup of Git objects for coderepos
2019-01-30git: use "git rev-parse --git-path"
2019-01-27solver: hold patches in temporary directory
2019-01-20git: support 'ambiguous' result from --batch-check
2019-01-19git: disable abbreviations with cat-file hints
2019-01-19git: check saves error on disambiguation
2019-01-19git: add git_quote
2019-01-19git: support multiple URL endpoints
2019-01-19solver: initial Perl implementation
2019-01-18git: git_unquote handles double-quote and backslash
2019-01-15git_unquote: perform modifications in-place
2019-01-15searchidx: move git_unquote to PublicInbox::Git
2019-01-05shrink low-bandwidth pipes under Linux
2018-02-19git: reload alternates file on missing blob
2018-02-19v2writable: initial cut for repo-rotation
2018-02-07update copyrights for 2018
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-02-28reduce calls to close unless error checks are needed
2016-02-27git: use built-in spawn implementation for vfork