1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/commands
2020-08-12 18:47:16 +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 better handling of current branch name 2020-03-26 20:37:06 +11:00
commit_file.go refactor the way we render lists 2020-02-25 21:21:07 +11:00
commit_list_builder_test.go refactor the way we render lists 2020-02-25 21:21:07 +11:00
commit_list_builder.go totally screwed up the last commit 2020-04-22 11:21:20 +10:00
commit.go more centralised handling of refreshing 2020-03-28 11:59:45 +11: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 pkg: use upstream pty package 2020-03-25 21:26:15 +11:00
exec_live_win.go pkg: Fix typo 2019-01-16 18:06:11 +11:00
file.go follow cursor when staging and unstaging a file rename 2020-08-07 18:59:56 +10:00
git_structs.go color merged and unmerged commits differently 2018-09-18 21:45:35 +10:00
git_test.go support multiple modes of git pull 2020-08-12 18:47:16 +10:00
git.go allow entering a password when fast forwarding another branch 2020-08-12 18:47:16 +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 rename arg 2020-08-12 18:47:16 +10:00
patch_manager.go simplify patch modifier interface 2020-08-09 15:42:20 +10:00
patch_modifier_test.go only test with non-original header 2019-11-05 19:22:01 +11:00
patch_modifier.go simplify patch modifier interface 2020-08-09 15:42:20 +10:00
patch_parser.go prevent flicker from bolding background of selected line 2020-05-15 21:12:12 +10:00
patch_rebases.go Add option to split patch into a new commit 2020-05-09 11:59: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 new diff mode 2020-03-29 18:26:24 +11:00
remote.go better presentation of remotes 2020-03-28 11:59:45 +11:00
stash_entry.go add new diff mode 2020-03-29 18:26:24 +11:00
tag.go refactor the way we render lists 2020-02-25 21:21:07 +11:00