Skip to content

Instantly share code, notes, and snippets.

@LinuxPanda
Forked from Nihhaar/f2fs-stable
Created March 30, 2019 19:20
Show Gist options
  • Save LinuxPanda/59b6f4cac6a0e8cd030b7a9f49358d81 to your computer and use it in GitHub Desktop.
Save LinuxPanda/59b6f4cac6a0e8cd030b7a9f49358d81 to your computer and use it in GitHub Desktop.
f2fs merge script
git remote add f2fs https://kernel.googlesource.com/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable
git fetch f2fs
git merge —allow-unrelated-histories f2fs/<branch>
OR
git cherry-pick $(git log --format=oneline --no-merges ..FETCH_HEAD fs/f2fs | tac | cut -d " " -f 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment