feat(tui): add main branch source to diff mode (#30942)
This commit is contained in:
@@ -382,7 +382,7 @@ export type TuiState = {
|
||||
worktree: string
|
||||
directory: string
|
||||
}
|
||||
readonly vcs: { branch?: string } | undefined
|
||||
readonly vcs: { branch?: string; default_branch?: string } | undefined
|
||||
session: {
|
||||
count: () => number
|
||||
get: (sessionID: string) => Session | undefined
|
||||
|
||||
Reference in New Issue
Block a user