Add diff viewer to git commit dialog (#374)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Gregory Schier
2026-01-29 08:50:56 -08:00
committed by GitHub
parent c00d2e981f
commit efa22e470e
10 changed files with 356 additions and 107 deletions

View File

@@ -6,6 +6,7 @@ import { useMemo } from 'react';
import { BranchDeleteResult, CloneResult, GitCommit, GitRemote, GitStatusSummary, PullResult, PushResult } from './bindings/gen_git';
export * from './bindings/gen_git';
export * from './bindings/gen_models';
export interface GitCredentials {
username: string;