We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[...document.querySelectorAll('#commits_bucket li.js-commits-list-item')].map(e=>`[${e.querySelector('.markdown-title').innerText.trim()}](${e.querySelector('.markdown-title').href}) ` + [...e.querySelectorAll('.Details-content--hidden .issue-link')].map(f=>`(${f.href})`).join(' ')).map(e=>e.trim()).join('\n')