-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Manually 'Rebase with History' and Reapply #5 #7
base: master
Are you sure you want to change the base?
[WIP] Manually 'Rebase with History' and Reapply #5 #7
Conversation
Partially reverts Homebrew#5477.
@portage-brew/core-collaborators: This is now ready to review. |
595b85a
to
b28be80
Compare
Rebased on top of upstream release v2.5.10. |
b28be80
to
322c339
Compare
So I realized that my last rebase attempt actually dropped my changes on the floor. I've recovered them from my reflog now. Apparently ' |
322c339
to
46145eb
Compare
Rebased against upstream stable release v2.5.11. (Note that I'm just going to implicitly keep this rebased against upstream's latest stable release from now on.) |
46145eb
to
c779bce
Compare
(Never mind, I decided it might well be a better idea to leave behind a more explicit breadcrumb trail with regard to when I've rebased and against what upstream release.) Rebased against upstream stable release v2.5.12. |
c779bce
to
a9d4c12
Compare
Rebased against upstream stable release v2.6.0. |
a9d4c12
to
4e46b51
Compare
Rebased against upstream stable release v2.6.1. |
4e46b51
to
5bd9ad2
Compare
Rebased against upstream stable release v2.6.2. |
5bd9ad2
to
4807534
Compare
Rebased against upstream stable release v2.7.0. |
4807534
to
5fc3301
Compare
Rebased against upstream stable release v2.7.1. |
5fc3301
to
8367516
Compare
Rebased against upstream stable release v2.7.2. |
8367516
to
956ed2f
Compare
Rebased against upstream stable release v2.7.5. |
956ed2f
to
0487436
Compare
Rebased against upstream release v2.7.7. |
0487436
to
d44cac1
Compare
Rebased against upstream release v3.0.11. |
f0ba650
to
fbefafb
Compare
Rebased on upstream release v3.1.3. |
fbefafb
to
adcef40
Compare
Rebased on upstream release v3.1.5. |
adcef40
to
7c18b0b
Compare
Rebased against upstream release v3.1.7. |
7c18b0b
to
4446816
Compare
Rebased against upstream release v3.1.8. |
4446816
to
668db56
Compare
Rebased against upstream release v3.1.9. |
668db56
to
7b0de2b
Compare
Rebased against upstream release v3.1.12. |
7b0de2b
to
4026e98
Compare
Rebased against upstream release v3.2.0. |
4026e98
to
ca803ca
Compare
Rebased against upstream release v3.2.2. |
ca803ca
to
7579e75
Compare
Rebased against upstream release v3.2.6. |
7579e75
to
a154a77
Compare
Rebased against upstream release v3.2.8. |
a154a77
to
b2edcdb
Compare
Rebased against upstream release v3.2.12. |
b2edcdb
to
2fac927
Compare
2fac927
to
c1706c8
Compare
c1706c8
to
952f95f
Compare
…-history_commit_49aceb152 Part of a 'manual' 'rebase with history.'
Account for differences between upstream versions 1.9.3 and 3.3.3 (the latter being the latest stable one upstream as of this commit,) namely with respect to how argument parsing is implemented. --- Summary of old changes prior to manual rebase/adaptation: brew.rb: Undeprecate `HOMEBREW_BUILD_FROM_SOURCE`. Partially revert Homebrew#5477. --- Additionally, restore and/or add documentation relevant to this environment va- riable. **IMPORTANT NOTE!!!**: _Neither this commit nor the one it's based on restores or restored the funcitonality which setting `HOMEBREW_BUILD_FROM_SOURCE` trig- gered before that got removed later!_ This shortcoming will be addressed in the future in one or more commits.
952f95f
to
13339de
Compare
Rebased against upstream release v3.3.6. |
Have you followed the guidelines in our Contributing document?
Have you checked to ensure there aren't other open Pull Requests for the same change?
Have you added an explanation of what your changes do and why you'd like us to include them? (Yes, in my commit messages.)
Have you written new tests for your changes? Here's an example.
Have you successfully run '
brew style
' with your changes locally?(I may do this later, but, since it isn't yet possible to run '
brew style
' using our copy of 'brew
,' this would entail me pushing copies my commits over to my local copy of upstream's repository, running 'brew style
,' then applying any recommendations in this temporary local upstream branch and pushing them back over to this branch.)Have you successfully run '
brew tests
' with your changes locally?(I may do this later, but, since it isn't yet possible to run '
brew tests
' using our copy of 'brew
,' this would entail me pushing copies my commits over to my local copy of upstream's repository, running 'brew style
,' then applying any recommendations in this temporary local upstream branch and pushing them back over to this branch.)Have you successfully run '
brew man
' locally and committed any changes?Adapts #5 to account for upstream changes in argument parsing. (Don't worry, this PR won't stay nearly as big once I've publicly rebased our other branches on top of upstream.)