24
edits
(add notes on fix for macOS git config tip with link to stack-overflow explanation) |
(Add note that tip::tip may not always be appropriate) |
||
| Line 94: | Line 94: | ||
(cd /Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc && \ | (cd /Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc && \ | ||
git am mailbox.patch) | git am mailbox.patch) | ||
* It may not always be <code>tip::tip</code> depending on what was necessary to fix the issue (say a BUILD.gn change, followed by moz.build generation, and those moz.build files committed in a separate commit). | |||
edits