sublime_merge
sublime_merge copied to clipboard
Commit selection palete messages indexing fails on a large repos
Version info
- OS: macOS 10.14.1
- Build: 2094
Description
[
{
"caption": "Create \"fixup!\" commit",
"command": "git",
"args": {"argv": ["commit", "--fixup", "$select_commit"]},
},
]
$select_commit command that triggers the commit selection palette fails to present commit messages to all commits on a large repos, showing just their hashes instead. It shows messages to some commits though.
Steps to reproduce
Steps to reproduce the behavior:
git clone [email protected]:SolaWing/xcode-build-server.gitsmerge open xcode-build-server- run the command from above and see the message list
Expected behavior
To present messages for all commits in the list
Debug Information The Sublime Merge debug information can be used to narrow down the cause of an issue. It can be collected with the following steps:
- Open Sublime Merge
- Open the repository where the bug occurs
- Navigate to
Help > Debug Informationvia the application menu - Before sharing, please redact any information that's sensitive such as file paths, git user information, remote URLs etc.
This section may be omitted/removed.
Screenshots
I can confirm this issue on Kubuntu 24.04 with build 2101.