feat(tui): add main branch source to diff mode (#30942)
This commit is contained in:
parent
0016dfd9b1
commit
6eec98371a
4 changed files with 82 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue