cms-sw / cms-git-tools

CMS Git Helpers
34 stars 26 forks source link

simplify the logic of git-cms-addpkg, plus varous minor bug fixes #34

Closed fwyzard closed 11 years ago

fwyzard commented 11 years ago

simplify the logic of git-cms-addpkg, plus varous minor bug fixes

git-cms-init:

git-cms-addpkg:

git-cms-sparse-checkout

git-cms-merge-topic

fwyzard commented 11 years ago

I've tested git-cms-merge-topic on top of git-cms-init, and it seems to behave as expected.

git-cms-addpkg will only use the (optional) TAG passing it to git-cms-init. If the repository is already set up, the TAG is ignored. Maybe the documentation should be updated to reflect it ?