CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
README: fix git diff command
authorJohn Vogel <jvogel4@stny.rr.com>
Sat, 14 May 2016 04:22:36 +0000 (00:22 -0400)
committerJohn Vogel <jvogel4@stny.rr.com>
Sat, 14 May 2016 04:22:36 +0000 (00:22 -0400)
The actual patch generation was erroneus; had used the name
of the remote in place of the starting branch for the diff.

README

diff --git a/README b/README
index 7aa87a73e08cf4cd153207c6a7c1abf8228807fc..476986b6227f11fd934f5f694a8038dbc67fc3ff 100644 (file)
--- a/README
+++ b/README
@@ -48,4 +48,4 @@ cd linux-rpi
 git remote add -b linux-4.5.y stable-4.5 \
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
 git pull stable-4.5
-git diff stable-4.5..rpi-4.5.y > ../linux-4.5.y-rpi-$(date +%Y%m%d).patch
+git diff linux-4.5.y..rpi-4.5.y > ../linux-4.5.y-rpi-$(date +%Y%m%d).patch