-
Notifications
You must be signed in to change notification settings - Fork 1
WIP: Push multiple branches in the stack atomically: it's faster, plus possibly improves CODEOWNERS processing by GitHub #26
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
Open
dimikot
wants to merge
1
commit into
main
Choose a base branch
from
grok/dimikot/push-multiple-branches-in-the-stack-atomically-it-s-faster-plus-possible-improves-codeowners-processing-by-github-to-main-0608
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
dimikot
added a commit
that referenced
this pull request
Feb 23, 2025
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
dimikot
added a commit
that referenced
this pull request
Feb 23, 2025
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
0608b24
to
e40068b
Compare
dimikot
added a commit
that referenced
this pull request
Feb 24, 2025
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
e40068b
to
515bfe7
Compare
dimikot
added a commit
that referenced
this pull request
Feb 24, 2025
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
515bfe7
to
7b697d1
Compare
dimikot
added a commit
that referenced
this pull request
Feb 24, 2025
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
7b697d1
to
b4c83ff
Compare
dimikot
added a commit
that referenced
this pull request
Feb 24, 2025
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
b4c83ff
to
727612d
Compare
dimikot
added a commit
that referenced
this pull request
Feb 24, 2025
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
727612d
to
8b0e752
Compare
Merged
dimikot
added a commit
that referenced
this pull request
Feb 24, 2025
## Summary TypeError: 'type' object is not subscriptable ## How was this tested? CI ## PRs in the Stack - #26 - ➡ #27 (The stack is managed by [git-grok](https://github.com/dimikot/git-grok).)
Base automatically changed from
grok/dimikot/fix-test-for-python-3-8-to-main-b8f1
to
main
February 24, 2025 08:29
dimikot
added a commit
that referenced
this pull request
Feb 24, 2025
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
8b0e752
to
0ae73db
Compare
…sible improves CODEOWNERS processing by GitHub Pull Request: #26 (main)
0ae73db
to
0a1e258
Compare
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.
Summary
Git supports "atomic push" of multiple branches. We now use it in git-grok:
How was this tested?
PRs in the Stack
(The stack is managed by git-grok.)