mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Don't rely on "-s ours" for merging
The ours strategy assumes one subsumes the other -- which isn't the case for the portable version, so for now -- just go back to using the default merge strategy of recursive, and fix-up any conflicts manually.
This commit is contained in:
		
							
								
								
									
										6
									
								
								SYNCING
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								SYNCING
									
									
									
									
									
								
							@@ -113,11 +113,9 @@ portable:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
% git log master..obsd-master
 | 
					% git log master..obsd-master
 | 
				
			||||||
 | 
					
 | 
				
			||||||
From there, the merge should be a fast-forward, using the OURS strategy to
 | 
					From there, merge the result in, fixing up any conflicts which might arise.
 | 
				
			||||||
tell git that conflicts coming from OpenBSD respect the existing code in
 | 
					 | 
				
			||||||
tmux where those conflicts wouldn't arise.  Hence:
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
% git merge -s ours obsd-master
 | 
					% git merge obsd-master
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Then ensure things look correct by BULDING the result of that sync:
 | 
					Then ensure things look correct by BULDING the result of that sync:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user