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