1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/commands
2021-12-23 19:30:47 +11:00
..
git_config use cached git config 2021-10-23 10:26:47 +11:00
models Merge pull request #1432 from black-desk/moved-submodule 2021-08-17 10:10:22 +02:00
oscommands stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
patch minor changes 2021-10-16 21:18:43 +11:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
branches_test.go fix commit amend 2021-04-10 11:54:38 +10:00
branches.go Quote branch names and remote names 2021-10-08 18:36:05 +09:00
commits_test.go more efficient context diff size changing 2021-12-06 22:37:28 +11:00
commits.go Use DiffContextSize in ShowCmdStr 2021-12-06 22:37:28 +11:00
config.go use cached git config 2021-10-23 10:26:47 +11:00
dummies.go stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
files_test.go more efficient context diff size changing 2021-12-06 22:37:28 +11:00
files.go Use DiffContextSize in ShowFileDiffStr 2021-12-06 22:37:28 +11:00
git_test.go use cached git config 2021-10-23 10:26:47 +11:00
git.go stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
loading_branches.go branches check for split parts length 2021-07-26 11:07:42 +02:00
loading_commit_files.go add retry logic for running git commands to avoid index.lock problems 2021-04-06 19:34:32 +10:00
loading_commits_test.go allow user to configure the gui language 2021-08-30 09:12:29 +10:00
loading_commits.go add menu options for log stuff 2021-11-05 07:58:21 +11:00
loading_files_test.go Fix error when filename contains -> 2021-08-16 23:15:37 +09:00
loading_files.go use cached git config 2021-10-23 10:26:47 +11:00
loading_reflog_commits.go Improve backward compatibility 2021-10-18 22:44:01 +09:00
loading_remotes.go change branch regex to only grab the first remote on each line of branch command 2021-12-23 19:30:47 +11:00
loading_stash_test.go fix commit amend 2021-04-10 11:54:38 +10:00
loading_stash.go add retry logic for running git commands to avoid index.lock problems 2021-04-06 19:34:32 +10:00
loading_tags.go Simplify sorting of git tags by using git's functions 2021-06-05 10:56:46 +10:00
patch_rebases.go start adding support for logging of commands 2021-04-11 17:07:49 +10:00
pull_request_default_test.go use cached git config 2021-10-23 10:26:47 +11:00
pull_request_test.go Enable/disable os specific tests at compile time 2021-10-17 11:00:20 +11:00
pull_request_windows_test.go use cached git config 2021-10-23 10:26:47 +11:00
pull_request.go Minor refactor 2021-07-27 21:30:08 +10:00
rebasing_test.go fix commit amend 2021-04-10 11:54:38 +10:00
rebasing.go support reverting merge commits 2021-06-05 22:15:51 +10:00
remotes.go stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
stash_entries_test.go Use DiffContextSize in ShowStashEntryCmdStr 2021-12-06 22:37:28 +11:00
stash_entries.go Use DiffContextSize in ShowStashEntryCmdStr 2021-12-06 22:37:28 +11:00
status.go fix lint errors 2020-11-18 08:36:19 +11:00
submodules.go Fix crash when new submodule url contains double quotes 2021-10-06 22:51:24 +09:00
sync_test.go use cached git config 2021-10-23 10:26:47 +11:00
sync.go stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
tags.go stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00