1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00
lazygit/pkg/gui
Jesse Duffield 3b2353b5ae remove redundant call to refreshCommitFilesView
We already call this function inside the refreshCommitsView function.
We call it there because it's logical that A) one occurs whenever the other does and
B) the commit files only get refreshed after we've updated the commits themselves
2019-03-16 10:20:27 +11:00
..
app_status_manager.go show loading status for rebasing events 2019-03-03 15:21:33 +11:00
branches_panel.go mouse support 2019-03-02 17:49:30 +11:00
commit_files_panel.go allow user to discard old file changes for a given commit 2019-03-16 10:20:27 +11:00
commit_message_panel.go Make it easier to run sync/async commands, switch to interactive rebase when rebasing on branches 2019-02-24 10:58:15 +11:00
commits_panel.go allow user to discard old file changes for a given commit 2019-03-16 10:20:27 +11:00
confirmation_panel.go add loading panel 2019-02-16 12:03:22 +11:00
context.go mouse support 2019-03-02 17:49:30 +11:00
credentials_panel.go post-merge cleanup 2019-02-11 21:07:12 +11:00
files_panel.go distinguish between inline and non-inline merge conflicts 2019-03-03 15:58:01 +11:00
gui.go allow user to discard old file changes for a given commit 2019-03-16 10:20:27 +11:00
keybindings.go allow user to discard old file changes for a given commit 2019-03-16 10:20:27 +11:00
menu_panel.go allow both enter and space to execute menu item 2019-03-03 23:18:28 +11:00
merge_panel.go i18n for rebase loading states 2019-03-03 16:11:20 +11:00
options_menu_panel.go introduce panel contexts and more work on rebasing 2019-02-16 12:07:27 +11:00
rebase_options_panel.go add another match on the error message to tell us we've encountered merge conflicts 2019-03-02 21:31:48 +11:00
recent_repos_panel.go rename any commit 2019-02-18 21:29:43 +11:00
staging_panel.go don't crash if we have no lines to stage 2019-03-03 15:48:01 +11:00
stash_panel.go mouse support 2019-03-02 17:49:30 +11:00
status_panel.go Revert "remove old rebase code now that we're only ever interactively rebasing" 2019-03-02 20:00:26 +11:00
theme.go bump dependencies 2018-08-18 14:20:19 +10:00
updates.go move update quit confirmation function into updates file 2018-08-27 20:26:49 +10:00
view_helpers.go remove redundant call to refreshCommitFilesView 2019-03-16 10:20:27 +11:00