Re: [voidlinux/void-packages] linux3.18: update to 3.18.51 + fixed dotconfig files. (#6297)

cr6-git at Tue, 02 May 2017 13:36:03 -0700
@cr6-git pushed 1 commit. b26efd1 linux3.18: revert i386-dotconfig changes
cr6-git at Tue, 02 May 2017 13:37:02 -0700
@cr6-git pushed 1 commit. 07b4d0f linux3.18: revert x86_64-dotconfig changes
cr6-git at Tue, 02 May 2017 13:52:17 -0700
Done.
cr6-git at Tue, 02 May 2017 15:44:44 -0700
Rebase ? hmm.. not sure how to do that... You mean, I should create a new branch to make a new PR ?
cr6-git at Fri, 05 May 2017 04:36:55 -0700
`$ git rebase -i https://github.com/voidlinux/void-packages.git master fatal: Needed a single revision invalid upstream https://github.com/voidlinux/void-packages.git`
Enno Boland at Fri, 05 May 2017 04:38:12 -0700
``` git fetch https://github.com/voidlinux/void-packages.git git rebase -i FETCH_HEAD ```
cr6-git at Fri, 05 May 2017 04:48:03 -0700
`$ git rebase -i FETCH_HEAD` `Cannot rebase: You have unstaged changes.` `Please commit or stash them.`
Enno Boland at Fri, 05 May 2017 04:49:07 -0700
* before rebasing: ```git stash``` * after rebasing: ```git stash pop```
cr6-git at Fri, 05 May 2017 05:13:39 -0700
`$ git rebase -i FETCH_HEAD` `noop` `# Rebase de8474bd1b..de8474bd1b onto de8474bd1b (1 command)` `#` `# Commands:` `# p, pick = use commit` `# r, reword = use commit, but edit the commit message` `# e, edit = use commit, but stop for amending` `# s, squash = use commit, but meld into previous commit` `# f, fixup = like "squash", but discard this commit's log message` `# x, exec = run command (the rest of the line) using shell` `# d, drop = remove commit` `#` `# These lines can be re-ordered; they are executed from top to bottom.` `#` `# If you remove a line here THAT COMMIT WILL BE LOST.` `#` `# However, if you remove everything, the rebase will be aborted.` `#` `# Note that empty commits are commented out` I don't know what to do here...
cr6-git at Fri, 05 May 2017 06:06:25 -0700
I feel like I'm dancing in the dark... I should buy the "Complete git Manual for Beginner".
cr6-git at Fri, 05 May 2017 11:52:37 -0700
Closed #6297.