Skip to content
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

Improve Gerrit git aliases, adding support for % push options #123

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

felipecrs
Copy link
Owner

@felipecrs felipecrs commented Aug 15, 2024

Examples:

$ git pfor %l=Code-Review+2,Verified+1
$ git pfor master%l=Code-Review+2,Verified+1

Also:

  • Remove git pdraft alias which is a long-gone feature from Gerrit.
  • Make git remote-for-branch fail if invalid branch
  • Rewrite gitconfig using multi-line strings for better readability
  • Make sure git ls-remote during .chezmoiexternal.yaml evaluation won't fail because of invalid gitconfig

Example:

  git pfor %l=Code-Review+2,Verified+1
  git pfor master%l=Code-Review+2,Verified+1
@felipecrs felipecrs enabled auto-merge (squash) August 15, 2024 16:53
@felipecrs felipecrs merged commit c4decc7 into master Aug 15, 2024
12 checks passed
@felipecrs felipecrs deleted the improve-gerrit-aliases branch August 15, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant