Lines Matching refs:B
9 -----------B----------D---------- main
152 ------------B-----C------------ expected_upstream
160 on commit `A` and `B` if the presubmit fails.
163 4. Click the submit button / `Autosubmit +1` on commit `B`, `C` and `E`
164 * Never submit commit `A` individually without submitting `B` together.
166 submitting `B`.
167 * Due a Gerrit bug, you can't submit the commit `C` before submitting `B`
168 first manually, even though `B` is the direct parent of `C`. So just
169 submit `B` yourself manually.
181 ------------B-----C------------ expected_upstream
188 * Commit `B` merges the file into the expected_upstream with other `ojluni`
190 * Commit `A` and `B` are created by the `ojluni_refresh_files` script
197 ### Why can't have a single commit to replace the commits `A`, `B` and `C`?