CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
kernel
/
raspberrypi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f6399
)
README: fix git diff command
author
John Vogel
<jvogel4@stny.rr.com>
Sat, 14 May 2016 04:22:36 +0000
(
00:22
-0400)
committer
John 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
patch
|
blob
|
blame
|
history
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