about summary refs log tree commit homepage
path: root/t/git.t
DateCommit message (Expand)
2023-10-01t/git: show git_version in diag output
2023-09-29git: calculate MAX_INFLIGHT properly in Perl
2023-01-31tests: make require_git and require_cmd easier-to-use
2022-10-24another step towards git SHA-256 support
2021-10-24t/git: support non-master default branch
2021-10-23git: simplify local_nick, avoid "foo.git.git"
2021-10-13t/git: avoid "once" warning for async_warn
2021-10-08git: fatalize async callback errors by default
2021-10-08git: use async_wait_all everywhere
2021-09-10t/git.t: quiet intentional git-rev-parse failure
2021-05-09git: fix numerous bugs in git_quote and git_unquote
2021-02-08search: use one git-rev-parse process for all dates
2021-02-08git: implement date_parse method
2021-01-30git: synchronous cat_file may return type and OID
2021-01-01update copyrights for 2021
2020-12-28import: check for git->qx errors, clearer return values
2020-12-28git: qx: avoid extra "local" for scalar context case
2020-06-21tests: require git 2.6+ in more places
2020-06-13git: async: automatic retry on alternates change
2020-06-13git: cat_async: provide requested OID + "missing" on missing blobs
2020-06-13imap: use git-cat-file asynchronously
2020-04-20testcommon: spawn-aware system() and qx[] workalikes
2020-04-20import: init_bare: allow use as method, use in tests
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-26git: allow async_cat to pass arg to callback
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-08t/*.t: remove IPC::Run dependency for git commands
2019-09-09run update-copyrights from gnulib for 2019
2019-06-14git: remove cat_file sub callback interface
2019-06-01git: unconditional expiry
2019-05-14tests: get rid of unnecessary Cwd module use
2019-04-18git: calculate modified time of repository
2019-01-31inbox: perform cleanup of Git objects for coderepos
2019-01-19git: add git_quote
2019-01-18t/git.t: do not pass "-b" to git-repack(1)
2019-01-18git: git_unquote handles double-quote and backslash
2019-01-18t/git.t: avoid passing read-only value to git_unquote
2019-01-15git_unquote: perform modifications in-place
2018-12-29t/git.t: reorder IPC::Run check
2018-12-29tests: consolidate process spawning code.
2018-02-19git: reload alternates file on missing blob
2018-02-19v2writable: initial cut for repo-rotation
2018-02-07update copyrights for 2018
2016-04-11git: add support for qx wrapper
2016-03-03t/*.t: use identifiable tempdir names
2015-12-22rename 'GitCatFile' package to 'Git'
2015-12-22git: cat-file wrapper enhancements