1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00
lazygit/pkg/commands
2021-04-11 10:21:53 +10:00
..
models refactor to no longer call these things file changes 2021-04-02 11:00:15 +11:00
oscommands try better logging for CI 2021-04-06 19:34:32 +10:00
patch big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
testdata
branches_test.go fix commit amend 2021-04-10 11:54:38 +10:00
branches.go add retry logic for running git commands to avoid index.lock problems 2021-04-06 19:34:32 +10:00
commits_test.go fix commit amend 2021-04-10 11:54:38 +10:00
commits.go fix commit amend 2021-04-10 11:54:38 +10:00
config_test.go fix commit amend 2021-04-10 11:54:38 +10:00
config.go fix commit amend 2021-04-10 11:54:38 +10:00
dummies.go remove go-gitconfig package 2021-02-08 14:40:30 -08:00
files_test.go fix commit amend 2021-04-10 11:54:38 +10:00
files.go allow opening merge tool 2021-04-11 10:21:53 +10:00
git_structs.go
git_test.go fix commit amend 2021-04-10 11:54:38 +10:00
git.go don't kill the index.lock file until I decide whether it's actually a good idea 2021-04-06 19:34:32 +10:00
gitconfig.go fix lint error 2021-02-08 14:40:30 -08:00
loading_branches.go
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 add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
loading_commits.go fix lint errors 2020-11-18 08:36:19 +11:00
loading_files_test.go fix commit amend 2021-04-10 11:54:38 +10:00
loading_files.go add retry logic for running git commands to avoid index.lock problems 2021-04-06 19:34:32 +10:00
loading_reflog_commits.go
loading_remotes.go
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
patch_rebases.go fix commit amend 2021-04-10 11:54:38 +10:00
pull_request_test.go remove go-gitconfig package 2021-02-08 14:40:30 -08:00
pull_request.go Add mapping to copy a pull request URL to the clipboard 2020-11-19 09:43:51 +11:00
rebasing_test.go fix commit amend 2021-04-10 11:54:38 +10:00
rebasing.go fix commit amend 2021-04-10 11:54:38 +10:00
remotes.go add retry logic for running git commands to avoid index.lock problems 2021-04-06 19:34:32 +10:00
stash_entries_test.go fix commit amend 2021-04-10 11:54:38 +10:00
stash_entries.go add retry logic for running git commands to avoid index.lock problems 2021-04-06 19:34:32 +10:00
status.go fix lint errors 2020-11-18 08:36:19 +11:00
submodules.go add retry logic for running git commands to avoid index.lock problems 2021-04-06 19:34:32 +10:00
sync_test.go fix commit amend 2021-04-10 11:54:38 +10:00
sync.go fix commit amend 2021-04-10 11:54:38 +10:00
tags.go add retry logic for running git commands to avoid index.lock problems 2021-04-06 19:34:32 +10:00