Skip to content

Commit

Permalink
Use custom TUI for DownstackEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprecious committed Feb 23, 2025
1 parent 8418d65 commit 8577e4b
Show file tree
Hide file tree
Showing 9 changed files with 1,021 additions and 217 deletions.

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ class GitVersionControl(
list
}

override val editor: String?
get() = memScoped { getConfigString("core.editor") }

override val defaultBranch: String?
get() = memScoped { getConfigString("init.defaultBranch") }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ interface VersionControl : AutoCloseable {
val currentBranchName: String
val originUrl: String?
val branches: List<String>
val editor: String?

/** The default branch name from git config. Not necessarily the trunk branch in this repo. */
val defaultBranch: String?
Expand Down
Loading

0 comments on commit 8577e4b

Please sign in to comment.