mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
* fix: disable blame and history popup for untracked files An untracked file does not have any history data. Right now when you press `B` for the blame popup or the `H` for the history popup you get an empty popup where the title spins endlessly trying to find the file in the commit history, and show relevant information. This commit disables the two actions in the `StatusTreeComponent`, when the selected item is a file which is not tracked by git. --------- Co-authored-by: extrawurst <mail@rusticorn.com> |
||
|---|---|---|
| .. | ||
| components | ||
| keys | ||
| popups | ||
| tabs | ||
| ui | ||
| app.rs | ||
| args.rs | ||
| bug_report.rs | ||
| clipboard.rs | ||
| cmdbar.rs | ||
| input.rs | ||
| main.rs | ||
| notify_mutex.rs | ||
| options.rs | ||
| popup_stack.rs | ||
| queue.rs | ||
| spinner.rs | ||
| string_utils.rs | ||
| strings.rs | ||
| watcher.rs | ||