Pass branch.{branch}.remote=origin to git submodule update#106106
Merged
bors merged 1 commit intorust-lang:masterfrom Jan 30, 2023
Merged
Pass branch.{branch}.remote=origin to git submodule update#106106bors merged 1 commit intorust-lang:masterfrom
branch.{branch}.remote=origin to git submodule update#106106bors merged 1 commit intorust-lang:masterfrom
Conversation
This works around a bug in git itself; see rust-lang#101144.
776d166 to
6a3ebe6
Compare
Member
|
Why is this not assigned to anyone?... |
Member
Author
Member
|
@bors r+ |
Collaborator
compiler-errors
added a commit
to compiler-errors/rust
that referenced
this pull request
Jan 29, 2023
…ark-Simulacrum
Pass `branch.{branch}.remote=origin` to `git submodule update`
This works around a bug in git itself.
Fixes rust-lang#101144.
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 30, 2023
Rollup of 6 pull requests Successful merges: - rust-lang#101569 (Don't re-export private/unstable ArgumentV1 from `alloc`.) - rust-lang#106106 (Pass `branch.{branch}.remote=origin` to `git submodule update`) - rust-lang#107146 (Make `unsizing_params_for_adt` into a query) - rust-lang#107264 (Add option to include private items in library docs) - rust-lang#107452 (Fix typo in `{Rc, Arc}::get_mut_unchecked` docs) - rust-lang#107459 (end entry paragraph with a period (.)) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This works around a bug in git itself.
Fixes #101144.