Show commit details above changed files

This commit is contained in:
Georg Bauer
2026-08-01 14:27:28 +02:00
parent 5396a805b0
commit 3a69b70395
9 changed files with 461 additions and 57 deletions

View File

@@ -1229,7 +1229,8 @@ final class CommitsViewController: RefreshingTableViewController {
context: context,
owner: owner,
repository: repository,
sha: row.sha
sha: row.sha,
branch: row.branchLabel ?? branch
),
animated: true
)