mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
* fix: guard rename/update_url actions against empty remote list The rename_remote() and update_remote_url() event handlers in RemoteListPopup did not check valid_selection() before indexing into self.remote_names, causing a panic (index out of bounds) when no remotes are configured. The delete_remote() handler already had this guard. This commit adds the same valid_selection() check to the other two handlers for consistency. Fixes #2868 Fixes #2869 * chore: add changelog entry and sort Cargo.toml dependencies * revert: restore original Cargo.toml formatting |
||
|---|---|---|
| .. | ||
| 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 | ||