git merge request does not show all commits that are being merged
Bug #1952739 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
https:/
Is a merge proposal of 16 patches.
Most of them are cherrypicks that got rebased recently.
Only the last 10 commits are shown, but the first 6 are missing, yet visible in the diff.
I was expecting 16 commits to be visible under "Unmerged commits" or some continuation/
tags: | added: lp-code |
tags: | added: code-review ui |
Changed in launchpad: | |
status: | New → Triaged |
Changed in launchpad: | |
importance: | Undecided → Low |
To post a comment you must log in.
Thank you for the bug report. The limit of 10 is hardcoded in the source code.
https:/ /git.launchpad. net/launchpad/ tree/lib/ lp/code/ model/branchmer geproposal. py#n995
I will talk with the team about whether there is a reason for this limit or whether we could lift it.
At very least there should be a message that the list of commits is limited.