1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-14 11:23:09 +02:00
lazygit/pkg/gui
Stefan Haller fba1a2b5ac Add config gui.experimentalShowBranchHeads
People find the new (*) display for branch heads in the commits list confusing,
so make it opt-in for now.
2023-05-02 18:58:54 +10:00
..
context Retain commit message when cycling history 2023-04-30 12:17:34 +10:00
controllers Merge pull request #2552 from stefanhaller/support-stacked-branches 2023-05-01 21:07:19 +10:00
filetree
keybindings Make arrows consistent (#2501) 2023-03-18 11:32:44 +11:00
mergeconflicts migrate patch building tests 2023-02-25 21:37:16 +11:00
modes
patch_exploring refactor patch code 2023-03-19 16:30:39 +11:00
popup fix: fix goroutine leaks 2023-01-06 10:51:09 +09:00
presentation Add config gui.experimentalShowBranchHeads 2023-05-02 18:58:54 +10:00
services/custom_commands
style fix: fix default color to be white 2023-02-03 23:36:59 +09:00
types Merge pull request #2551 from stefanhaller/fix-initial-context-activation 2023-05-01 21:22:43 +10:00
app_status_manager.go
arrangement.go
background.go
branches_panel.go
command_log_panel.go Fix deprecated rand.Seed 2023-03-19 10:00:19 +01:00
commit_files_panel.go Allow ignoring whitespace in diff in commits panel 2023-02-07 12:14:29 +01:00
commit_message_panel.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
commits_panel.go Show update-ref commands in rebase todo list 2023-04-15 08:36:03 +02:00
confirmation_panel.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
context_config.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
context.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
controllers.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
custom_patch_options_panel.go rename patch manager to patch builder 2023-03-19 16:35:57 +11:00
diff_context_size_test.go
diffing.go Allow ignoring whitespace in diff in commits panel 2023-02-07 12:14:29 +01:00
dummies.go
editors.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
extras_panel.go
file_watching.go
files_panel.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
filtering_menu_panel.go
filtering.go
global_handlers.go
gui_common.go Merge pull request #2551 from stefanhaller/fix-initial-context-activation 2023-05-01 21:22:43 +10:00
gui_driver.go Improve staging panel integration tests 2023-02-25 11:35:41 +11:00
gui.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
information_panel.go
keybindings.go Remove alternative confirmation and return keymappings 2023-03-09 10:32:00 +01:00
layout.go Fix activation of initial context 2023-04-29 07:37:44 +02:00
list_context_config.go rename patch manager to patch builder 2023-03-19 16:35:57 +11:00
main_panels.go
menu_panel.go
modes.go rename patch manager to patch builder 2023-03-19 16:35:57 +11:00
options_menu_panel.go fix: disable menu key binding while displaying popup 2023-02-09 20:13:41 +09:00
pty_windows.go
pty.go Make sure scrollbars have the right size initially 2023-03-21 18:26:18 +01:00
quitting.go
recent_repos_panel.go appease golangci-lint (#2512) 2023-03-19 11:20:29 +11:00
reflog_panel.go Allow ignoring whitespace in diff in commits panel 2023-02-07 12:14:29 +01:00
refresh.go Refresh staging panel when committing 2023-04-30 12:17:34 +10:00
remote_branches_panel.go
remotes_panel.go
searching.go
side_window.go
snake.go
stash_panel.go
status_panel.go
sub_commits_panel.go feat(subcommits): load unlimited sub-commits 2023-02-27 15:29:00 +09:00
submodules_panel.go
suggestions_panel.go
tags_panel.go
tasks_adapter.go Make sure scrollbars have the right size initially 2023-03-21 18:26:18 +01:00
test_mode.go remove old integration test recording code 2023-03-24 18:42:11 +11:00
updates.go
view_helpers.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
views.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
whitespace-toggle.go Better redrawing after toggling "ignore whitespace" 2023-02-07 12:09:17 +01:00
window.go