mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
Revert "fix: improve backward compatibility"
Since we now require git 2.20, we don't need this any more.
This reverts commit 7c5f33980f
.
This commit is contained in:
parent
67b8ef449c
commit
ac9515d8c7
3 changed files with 11 additions and 48 deletions
|
@ -133,7 +133,7 @@ func NewGitCommandAux(
|
|||
reflogCommitLoader := git_commands.NewReflogCommitLoader(cmn, cmd)
|
||||
remoteLoader := git_commands.NewRemoteLoader(cmn, cmd, repo.Remotes)
|
||||
stashLoader := git_commands.NewStashLoader(cmn, cmd)
|
||||
tagLoader := git_commands.NewTagLoader(cmn, version, cmd)
|
||||
tagLoader := git_commands.NewTagLoader(cmn, cmd)
|
||||
|
||||
return &GitCommand{
|
||||
Branch: branchCommands,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue