ccollicutt / swiftacular

Deploy OpenStack Swift with Ansible and Vagrant
BSD 2-Clause "Simplified" License
47 stars 13 forks source link

Consider using git subtree for openstack-ansible-modules #27

Open brainstorm opened 10 years ago

brainstorm commented 10 years ago

Git submodules are a pain, I agree, but instead of removing them (as in https://github.com/curtisgithub/swiftacular/commit/e9fa10ea4d48e1d) and adding them in the docs as an additional step, one could use subtree instead:

http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/

Automation >> Documentation

ccollicutt commented 10 years ago

Interesting, I've never heard of subtrees. Will take a look.