about summary refs log tree commit homepage
path: root/t/solver_git.t
DateCommit message (Expand)
2023-12-13www_coderepo: fix read buffering
2023-10-28treewide: use run_qx where appropriate
2023-10-04treewide: use PublicInbox::Lock->new
2023-09-11treewide: favor Xapian (SWIG binding) over Search::Xapian
2023-06-21t/solver_git: drop needless `use' and Plack deps
2023-03-14t/solver_git: squelch non-UTF-8 commit warning
2023-03-13t/solver_git: fix when Plack::Middleware::ReverseProxy is missing
2023-02-22treewide: simplify File::Path mkpath/make_path callers
2023-02-21viewvcs: handle non-UTF-8 commit message
2023-02-15www_coderepo: handle unborn/dead branches in summary
2023-02-15www_coderepo: quiet 404s on Atom feeds for dead branches
2023-01-28www_coderepo: support /$REPO/tags.atom endpoint
2023-01-28www_coderepo: tree: quiet and 404 on non-existent refs
2023-01-24qspawn: drop lineno from command failure warning
2023-01-18t/solver_git.t: fix test message
2023-01-13www_coderepo: tree: do not break #n$LINENO
2023-01-13www_coderepo: /tree/ redirects to /$OID/s/
2023-01-04www_coderepo: implement /$CODE_REPO/atom/ endpoint
2023-01-01t/solver_git.t: avoid redundant work for snapshot test
2022-10-09www_coderepo: wire up snapshots from summary
2022-10-05www_coderepo: wire up snapshot support
2022-10-05www_coderepo: an alternative to cgit
2022-10-05tests: use test_httpd consistently
2022-08-29viewvcs: show "blob $OID" rather than "$OID blob"
2022-08-23viewvcs: use :utf8 for opening patch, too
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