mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	Add merge options menu
Replace merge-tool with merge options menu that allows resolving all conflicts for selected files as ours, theirs, or union, while still providing access to the merge tool.
This commit is contained in:
		
				
					committed by
					
						 Stefan Haller
						Stefan Haller
					
				
			
			
				
	
			
			
			
						parent
						
							1f002af06b
						
					
				
				
					commit
					703f053a7e
				
			| @@ -98,7 +98,7 @@ func (gui *Gui) resetHelpersAndControllers() { | ||||
| 		Bisect:          bisectHelper, | ||||
| 		Suggestions:     suggestionsHelper, | ||||
| 		Files:           helpers.NewFilesHelper(helperCommon), | ||||
| 		WorkingTree:     helpers.NewWorkingTreeHelper(helperCommon, refsHelper, commitsHelper, gpgHelper), | ||||
| 		WorkingTree:     helpers.NewWorkingTreeHelper(helperCommon, refsHelper, commitsHelper, gpgHelper, rebaseHelper), | ||||
| 		Tags:            helpers.NewTagsHelper(helperCommon, commitsHelper, gpgHelper), | ||||
| 		BranchesHelper:  helpers.NewBranchesHelper(helperCommon, worktreeHelper), | ||||
| 		GPG:             helpers.NewGpgHelper(helperCommon), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user