git pull --ff-only - #54987
git pull --ff-only#54987
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
@christopherfujino I tested this manually and it worked, are there any devicelab tests or something else I can run to test? |
Yeah, jonah added a upgrade/downgrade integration test. |
|
Oh well Cirrus has my back on that, I meant is there any post-submit testing I can run. |
To my knowledge that one test is all we have. |
|
For science, are |
No, https://git-scm.com/docs/git-pull#Documentation/git-pull.txt---ff-only
|
That seems OK, as long as we always merge in branches from now on (which we have to do from now on anyway, as I removed the functionality in Also, this is what I thought was happening already... |
I think |
|
Merging on red build to close TODAY issue, build is red because of flake #54992. |
* Update engine, includes Dart 2.8.0-20.11.beta * git pull --ff-only (#54987) * [flutter_tools] Reland: fix multiple dart defines (#54973) * Fix `frameworkVersionFor` for flutter doctor and usage (#54217) * update engine hash, use dart 2.8.0-20.10-beta (with old naming schema) Co-authored-by: Jenn Magder <magder@google.com> Co-authored-by: Jonah Williams <jonahwilliams@google.com> Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>
Description
Use
git pull --ff-onlyinstead of--ffto try the fast forward, but exit if that's not possible.Related Issues
Fixes #54983
Checklist
///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change