reduzent / netpd-instruments

instruments (synths, sequencers, utilities, etc) to be used with netpd
http://www.netpd.org
20 stars 4 forks source link

Add netpd2-patches as git submodule #1

Closed eerne closed 11 years ago

eerne commented 12 years ago

How about moving all patches directly in netpd2-patches, that way one could submodule (optionally for development) netpd2-patches into netpd2 by:

git clone git://github.com/reduzent/netpd2.git
cd netpd2
rm patches/.gitignore
rm patches
git submodule git://github.com/reduzent/netpd2-patches.git patches
git submodule update --init --recursive
reduzent commented 11 years ago

The current layout won't be changed (making it easy for git is not a sufficient reason to change layout).