about summary refs log tree commit homepage
path: root/t/solver_git.t
DateCommit message (Expand)
2021-09-29t/solver_git: fix test to work with git <2.29
2021-09-27lei rediff: add --drq and --dequote-only
2021-09-27lei rediff: quiet warnings from Import and Eml
2021-09-13tests: add require_cmd, require curl when needed
2021-07-25t/lei*: check error messages on failures
2021-07-22t/solver_git: use like() to improve error reporting
2021-05-05lei rediff: do not automatically store patches/mails
2021-05-05lei rediff: capture and regenerate file modes
2021-05-05lei blob: support "lei index"-ed mail
2021-05-05lei rediff: regenerate diffs from stdin
2021-04-30content_hash: git_sha: allow unblessed SCALAR refs
2021-04-28tests: restore CWD with "lei -C" and run_script
2021-03-31lei blob: "--mail" disables solver, use --include/only
2021-03-28lei blob: add remote external support
2021-03-28lei blob: some extra tests
2021-03-28lei blob: support --no-mail switch
2021-03-27lei blob: aka "git-show-harder" for blobs
2021-03-15t/solver_git: use create_inbox
2021-02-08tests: favor IPv6
2021-01-01update copyrights for 2021
2020-09-10solver: check one git coderepo and inbox at a time
2020-09-10use "\&" where possible when referring to subroutines
2020-05-09remove most internal Email::MIME usage
2020-04-26tests: replace mime_from_path with mime_load
2020-04-20testcommon: spawn-aware system() and qx[] workalikes
2020-04-20import: init_bare: allow use as method, use in tests
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-23hval: to_attr: support wide characters
2020-01-13use popen_rd for bidirectional pipes
2020-01-13t/solver_git: avoid uninitialized warnings in hostname generation
2020-01-11make Plack optional for non-WWW and non-httpd users
2020-01-11git: remove ->commit_title method
2020-01-11inbox: use PublicInbox::Git::host_prefix_url for base_url
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-28solvergit: allow passing arg to user-supplied callback
2019-12-26t/solver_git: test with -httpd, too
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-12-19t/*.t: avoid sharing "my" variables in subs
2019-12-18viewvcs: flesh out some functionality and test
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-05-14tests: get rid of unnecessary Cwd module use
2019-04-04git: add "commit_title" method
2019-01-31inbox: drop psgi.url_scheme requirement from base_url
2019-01-31solvergit: allow searching on longer-than-needed OIDs
2019-01-26solver: rewrite to use Qspawn->psgi_qx and pi-httpd.async
2019-01-19solver: initial Perl implementation