How to merge upstream without all removal notices? (question only but maybe for howto) #2115
Unanswered
seansan
asked this question in
Questions & Answers
Replies: 2 comments
-
I think this is just a side effect of forking the git repo directly and merging upstream commits. You can use |
Beta Was this translation helpful? Give feedback.
0 replies
-
if you have resolved this once in a merge, it should only conflict again, if this files are affected by a change (which may be possible with the next patch release, if they again change the year in the header files) And yes, this should get added to the HowTos |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to merge upstream without all removal notices? (question only but maybe for howto)
Command is
git pull upstream 1.9.4.x
How can we prevent all these warning and continue? (our code base is M1 LTS )
Beta Was this translation helpful? Give feedback.
All reactions