1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/pkg/commands
2020-09-27 09:49:30 +10:00
..
patch cleanup 2020-08-23 14:29:18 +10:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
branch_list_builder.go fix https://github.com/jesseduffield/lazygit/issues/848 2020-05-19 09:57:37 +10:00
branch.go add description field to ListItem interface 2020-08-23 14:29:18 +10:00
commit_file.go rename Status to PatchStatus 2020-08-23 15:11:06 +10:00
commit_list_builder_test.go fix test 2020-09-18 07:46:12 +10:00
commit_list_builder.go add in-built logging support for a better dev experience 2020-09-26 11:00:50 +10:00
commit.go drop merge commits when interactive rebasing just like git CLI 2020-08-27 21:51:07 +10:00
dummies.go Rename appconfig to config 2020-07-10 18:55:00 +10:00
errors.go allow user to discard old file changes for a given commit 2019-03-16 10:20:27 +11:00
exec_live_default.go more logging 2020-09-26 11:00:50 +10:00
exec_live_win.go pkg: Fix typo 2019-01-16 18:06:11 +11:00
file.go add description field to ListItem interface 2020-08-23 14:29:18 +10:00
git_structs.go color merged and unmerged commits differently 2018-09-18 21:45:35 +10:00
git_test.go use --no-ext-diff flag for git diff 2020-09-26 11:03:38 +10:00
git.go better interface 2020-09-27 09:49:30 +10:00
loading_remotes.go support older versions of git when getting remote branches 2019-11-26 21:36:07 +11:00
loading_tags.go lenient sorting of tags on startup 2019-11-26 21:39:40 +11:00
os_default_platform.go revert changes to 'os_default_platform.go' and 'os_windows.go' 2020-07-15 09:41:16 +10:00
os_test.go fix up tests 2019-03-02 13:39:09 +11:00
os_windows.go revert changes to 'os_default_platform.go' and 'os_windows.go' 2020-07-15 09:41:16 +10:00
os.go use clipboard package to handle clipboard stuff 2020-08-26 07:53:43 +10:00
patch_rebases.go move patch stuff into its own package 2020-08-15 11:41:37 +10:00
pull_request_test.go chore: keeping coverage up :D 2020-03-01 10:57:12 +11:00
pull_request.go chore: keeping coverage up :D 2020-03-01 10:57:12 +11:00
remote_branch.go add description field to ListItem interface 2020-08-23 14:29:18 +10:00
remote.go add description field to ListItem interface 2020-08-23 14:29:18 +10:00
stash_entry.go add description field to ListItem interface 2020-08-23 14:29:18 +10:00
tag.go add description field to ListItem interface 2020-08-23 14:29:18 +10:00