- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 2.3k
 
more integration test migrations #2450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| if rebaseFinishCommitSha == "" { | ||
| if ok, _ := utils.FindStringSubmatch(reflogCommit.Name, `^\[lazygit undo\]`); ok { | ||
| counter++ | ||
| } else if ok, _ := utils.FindStringSubmatch(reflogCommit.Name, `^\[lazygit redo\]`); ok { | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
caught a bug here
          Uffizzi Preview Environment 
 | 
    
6964808    to
    65bd0ab      
    Compare
  
    | ExtraCmdArgs: "", | ||
| Skip: false, | ||
| SetupConfig: func(config *config.AppConfig) { | ||
| config.UserConfig.Git.AutoFetch = false | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we didn't need these config lines: these were present due to copy+pasting tests
This PR:
go run scripts/cheatsheet/main.go generate)docs/Config.md) have been updated if necessary