Skip to content

Instantly share code, notes, and snippets.

@nathanchance
Last active September 18, 2020 23:45
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanchance/1737edb19f7d46127b8775218d603fa6 to your computer and use it in GitHub Desktop.
Save nathanchance/1737edb19f7d46127b8775218d603fa6 to your computer and use it in GitHub Desktop.
git merge <CURRENT_TAG> --edit -m "Merge <KERNEL_VERSION> into <BRANCH>
$(git log --oneline <PREV_TAG>..<CURRENT_TAG>)
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>"
Example: https://github.com/nathanchance/angler/commit/e6bcb5b9d46020b83623bde61e99415ff2a05e5c
git merge v3.10.74 --edit -m "Merge 3.10.74 into 7.1.2-base
$(git log --oneline v3.10.73..v3.10.74)
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment