-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not merge when origin/dest. match
Do not attempt to merge when upstream and downstream files are the same. diff3 will not merge when the same edit happens to upstream and downstream at the same time. When the rest of the file is the same across the repos, it is safe to skip the merge. BUG=392575734 FIXED=392575734 PiperOrigin-RevId: 723533220 Change-Id: I4bea76cdc7fb05ecd2d361c1079d3901b25e1631
- Loading branch information
1 parent
d1a2b03
commit f653206
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters