mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
Tests cover: - Repository constructor, find(), init() - Repository properties (path, gitDir, isBare, head, branch, isClean) - Repository methods (getCommit, getBranch, getRemote, status, add, commit, reset) - Commit properties (sha, shortSha, message, summary, author, committer, parents, tree) - Commit methods (parent, listFiles, getFile, isAncestorOf, diff) - Config get/set operations - StatusEntry properties - Diff operations - Error classes Co-Authored-By: Claude <noreply@anthropic.com>