first crack at script to extract patches from kde-qt git repo

This commit is contained in:
Rex Dieter 2009-10-02 14:33:09 +00:00
parent 5a8a37138f
commit cafa1b72a0
1 changed files with 4 additions and 0 deletions

4
kde-qt-patches.sh Normal file
View File

@ -0,0 +1,4 @@
# quick-n-dirty method to fetch patches from -patched git branch
# unfortunately, requires an already checked-out copy of the git repo
git format-patch --output-directory kde-qt-patches v4.5.3..4.5.3-patched