question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

backport --all not showing all commits

See original GitHub issue

Hi @sqren,

I love this tool and it has been really useful for the OWASP ASVS but I am having a problem with it recently.

This is the most recent commit history in the ASVS master branch: image

I have historically run backport using the following command (for example): backport --repo-owner owasp --repo-name asvs --source-branch master --branch v4.0.3 --max-number 100 --multiple true --all

However, when I do this it is not showing me all commits even through I have specified --all: image

It is also not super clear to me how it is choosing which commits to show…

It is possible I was using an older version up beforehand because I changed laptops about a month ago and reinstalled everything so it would be hard to say when exactly this issue started.

Any ideas? Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sqrencommented, Feb 9, 2022

Released in 7.0.0. Please don’t hesitate to bump this issue, or create a new one if you run into something.

1reaction
sqrencommented, Feb 8, 2022

Awesome to hear! I’ll let you play around with the beta version and I’ll do some more testing myself so unless we find some problems the next couple of days I’ll release it as stable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I backport a commit in git? - Stack Overflow
Rebase essentially rolls back all your changes on the current branch to the fork (or last rebase), copies over newer changes and then...
Read more >
Backporting Commits – Make WordPress Core
When porting a commit from trunk back to versioned branches, it's best done by different · Do not commit to multiple branches in...
Read more >
Allow commits with multiple parents #150 - sqren/backport
This can definitely be solved by selecting multiple commits. Sometimes there are a lot of commits though and it's easier to just select...
Read more >
HOWTO backport commits old - Stable releases - Ceph Tracker
All commits being backported must be cherry-picked from master. There are exceptions to this rule (see https://github.com/ceph/ceph/pull/4175 for instance: it ...
Read more >
Git Backporting - Confluence Mobile - OpenMRS Wiki
All new features and bug fixes should be committed there first. There are 1.9.x, 1.8.x, 1.7.x, ... This command will show the last...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found