You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git: createGitClient is now async and returns a tsgit Repository handle instead of a { run(args) } shell wrapper. buildDiffPathspecs, buildDiffShapingGitArgs, and parseDiffSummary are removed in favor of buildPathFilterPredicate, direct renderer options, and buildFileSummary/mergeFileSummariesByPath/summarizeFiles. Node engine requirement bumped to >=22.22.1 (tsgit's actual minimum).
Features
git: replace dugite with tsgit, own the unified-diff rendering (#64) (bc538a3)