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