aboutsummaryrefslogtreecommitdiff
path: root/performance-test/M07-git-remote.sh
AgeCommit message (Collapse)Author
2026-02-16cli/git-remote: add export commandDavid Bremner
Two (sub)features are stubbed out in this initial implementation: deleting messages (as opposed to tags), and missing messages. There are two corresponding tests marked as broken in T860-git-remote.sh. A third test passes with the stub, which is maybe not ideal, but at least it acts as a regression test.
2026-02-16cli/git-remote: add import commandDavid Bremner
The output in default.import is based on a modified version of Felipe's git-remote-nm with Blake2 hashing replaced by SHA1 (for portability). This enable fetch/pull/clone, so test that as well.