1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00
lazygit/pkg/gui
2023-04-29 07:28:33 +02:00
..
context feat(subcommits): load unlimited sub-commits 2023-02-27 15:29:00 +09:00
controllers Implement "edit commit" in terms of the new EditRebase function 2023-04-29 07:28:33 +02: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
presentation Show update-ref commands in rebase todo list 2023-04-15 08:36:03 +02:00
services/custom_commands
style
types Merge pull request #2433 from Ryooooooga/subcommits-limit 2023-03-06 18:22:57 +11: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
commit_message_panel.go
commits_panel.go Show update-ref commands in rebase todo list 2023-04-15 08:36:03 +02:00
confirmation_panel.go Remove alternative confirmation and return keymappings 2023-03-09 10:32:00 +01:00
context_config.go rename patch manager to patch builder 2023-03-19 16:35:57 +11:00
context.go Merge pull request #2377 from shinhs0506/clear-staging-after-commit 2023-03-24 19:13:00 +11:00
controllers.go Extract amendHead function into new AmendHelper 2023-04-01 08:16:15 +02: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
dummies.go
editors.go
extras_panel.go
file_watching.go
files_panel.go
filtering_menu_panel.go
filtering.go
global_handlers.go
gui_common.go
gui_driver.go Improve staging panel integration tests 2023-02-25 11:35:41 +11:00
gui.go Show warning about deprecated edit configs 2023-04-13 13:14:00 +02:00
information_panel.go
keybindings.go Remove alternative confirmation and return keymappings 2023-03-09 10:32:00 +01:00
layout.go chore: remove UNKNOWN_VIEW_ERROR_MSG 2023-02-10 21:26:51 +09: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
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
refresh.go rename patch manager to patch builder 2023-03-19 16:35:57 +11: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 Make sure scrollbars have the right size initially 2023-03-21 18:26:18 +01:00
views.go fix reflog text colour by defaulting every view to the same foreground colour 2023-03-26 15:24:09 +11:00
whitespace-toggle.go
window.go