2009-10-02 14:33:09 +00:00
|
|
|
# quick-n-dirty method to fetch patches from -patched git branch
|
|
|
|
# unfortunately, requires an already checked-out copy of the git repo
|
|
|
|
|
2010-01-09 23:23:28 +00:00
|
|
|
# when switching branches, use something like: git checkout --track remotes/origin/4.6-stable-patched
|
2010-02-05 16:16:26 +00:00
|
|
|
git format-patch --output-directory kde-qt-patches v4.6.1..origin/4.6.1-patched
|
2009-11-08 17:08:58 +00:00
|
|
|
|