git - How to get diffs for Gerrit IDs? -


in development forum (rockbox firmware), contributor referenced numbers g#1552, g#1557, g#1558 , said these related gerrit , can used 'requisite patches' build. 1 supposed put these numbers actual patches? not familiar gerrit, know, used push changes, , not pull diffs repository.

do following:

  1. access gerrit ui using internet browser (https://gerrit-server)
  2. paste change number (only number, without "g#") @ search field
  3. click on search button

you'll change page information (author, date, branch, commit log, changed files, etc).

if want bring change local repository following:

  1. click on download button
  2. click on copy clipboard button (right side) of checkout option
  3. execute command on local repository

Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -