HowtoReviewPullRequests

Differences between revisions 1 and 2
Revision 1 as of 2010-06-09 20:15:06
Size: 338
Editor: pool-98-108-129-180
Comment:
Revision 2 as of 2010-06-09 20:52:40
Size: 853
Editor: pool-98-108-129-180
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
'''Pull request email:'''
{{{
The following changes since commit 88b50ff9b578518170f285b92542619ee80465ff:
  Stefan Bader (1):
        UBUNTU: Start new release
Line 5: Line 10:
are available in the git repository at:

  git://kernel.ubuntu.com/bradf/ubuntu-lucid-wiki lp666xxx

Brad Figg (1):
      Minor change for wiki example

 debian.master/NOTES | 5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
}}}

'''xxx'''
Line 6: Line 23:
cd <path to lucid kernel repo> git clone git://kernel.ubuntu.com/ubuntu/ubuntu-lucid.git
cd ubuntu-lucid
Line 8: Line 26:
git checkout -b dove-import origin/mvl-dove
git fetch git://eric lpxy
git checkout -b review-import origin/master
git fetch git://kernel.ubuntu.com/bradf/ubuntu-lucid-wiki lp666xxx

Pull requests come into the Ubuntu Kernel Team mailing list all the time. This write up is intended to give instruction on how to review the patches from one such pull request.

Pull request email:

The following changes since commit 88b50ff9b578518170f285b92542619ee80465ff:
  Stefan Bader (1):
        UBUNTU: Start new release

are available in the git repository at:

  git://kernel.ubuntu.com/bradf/ubuntu-lucid-wiki lp666xxx

Brad Figg (1):
      Minor change for wiki example

 debian.master/NOTES |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

xxx

git clone git://kernel.ubuntu.com/ubuntu/ubuntu-lucid.git
cd ubuntu-lucid
git fetch
git checkout -b review-import origin/master
git fetch git://kernel.ubuntu.com/bradf/ubuntu-lucid-wiki lp666xxx
git reset --hard FETCH_HEAD

Kernel/Dev/HowtoReviewPullRequests (last edited 2010-06-30 19:43:30 by pool-98-108-129-180)