cafa1b7
# quick-n-dirty method to fetch patches from -patched git branch
cafa1b7
# unfortunately, requires an already checked-out copy of the git repo
cafa1b7
0dd2558
# when switching branches, use something like: git checkout --track remotes/origin/4.6-stable-patched 
b730397
git format-patch --output-directory kde-qt-patches v4.6.1..origin/4.6.1-patched
0f1c55d