Viewing profile — johnkeeping
johnkeeping
HN member- Joined
- Sun, Nov 10, 2013, 4:58 PM UTC
- HN karma
- 30
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About johnkeeping
No profile information was provided.
Recent public activity
-
comment
Comment #10897169
The bug was in the RK808 PMIC, which may or may not be used on an RK3288 based system. It looks like the RK3288-based ChromeOS devices do use it though.
-
comment
Comment #10591260
How does this compare to git-worktree (added to core Git in 2.5)?
-
comment
Comment #9706540
That's what the `--autostash` is for. It also has the advantage that the stash will be restored at the end of the rebase even if it hits problems and needs to be continued or abort…
-
comment
Comment #9706229
`local` is a bash-ism so it's best avoided in this context, and the command is running in its own shell anyway so the variables can't pollute anything else. The other comments are …
-
comment
Comment #9706209
Or simply: git add ... git commit --fixup $SHA git rebase -i --autosquash --autostash $SHA~
- story
-
comment
Comment #9250131
Note that this is only the Zigbee Light Link master key. A lot of devices use the Zigbee Home Automation specification which has a different well known master key (in that case it'…
-
comment
Comment #7949241
I always use "--no-ff" when merging topic branches to master. The advantage is that you can keep individual commits on the topic branch readable and still get an overview of the ch…
-
comment
Comment #7851801
The ImperialViolet post linked above gives a different URL for the blog post which does work: http://ccsinjection.lepidum.co.jp/blog/2014-06-05/CCS-Inject...
-
comment
Comment #7580896
There's also sparse[0]'s address space annotation, which Linux uses for annotating data from userspace. [0] https://git.kernel.org/cgit/devel/sparse/sparse.git/