spr
spr copied to clipboard
Stacked Pull Requests on GitHub
Many of my commits are not using spr. However, they still get commit-id appended to the commit message. Ideally I'd be able to not have any commit-ids in my commit...
Hey @ejoffe, I wanted to have your feedback on this feature? I think a lot of users are using PR template, it would be great to be able to use...
I don't want to require approval before merging all PRs, but it's definitely helpful information to be able to see when running `git spr status`. Some PRs are small enough...
Just `brew upgraded` to 0.9.1, and now getting this crash trying to assign reviewers: ``` (bazel) dan@dan batfish-enterprise % brew upgrade spr Warning: ejoffe/tap/spr 0.9.1 already installed ``` Logs: ```...
The current logic for installing the commit-msg hook is to symlink the `spr_commit_hook` bin directly into `.git/hooks/commit-msg`. However, if a user already has a commit hook of this name, it...
Hi, Thanks for creating this tool, super useful! I am running into an unexpected problem with the `version` flag: ``` git spr --debug version > git rev-parse --show-toplevel Config :...
compare: - with: - Would love any guidance on how to debug/assist/fix?
I did something like this: ``` git checkout -b feature-1 # make commit 1 # make commit 2 git spr update # created two PRs ``` Then I switched to...
Jira integrations require the branch name contain the jira ticket number, and thus each stacked commit would ideally use a branch name for the ticket it fixed. potential implementation: -...
`spr` keeps prompting me to star this repo when I already manually starred it. setting `stargazer: true` in `.spr.yml` seems to be the workaround. Maybe it needs a "no and...