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

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -