ydkn / capistrano-git-copy

Capistrano plugin that packages git repository locally and uploads it to server
18 stars 13 forks source link

.gitattributes export-ignore works only :with_submodules, false #23

Closed swobspace closed 6 years ago

swobspace commented 7 years ago

git-archive-all seems not respecting .gittatributes with export-ignore. Disabling submodules uses plain git archive and all works correct. I don't need submodules, but submodules = true is default.

wob

ydkn commented 7 years ago

This is tracked at https://github.com/Kentzo/git-archive-all/issues/18

I do not intend to do some workaround in this gem so we have to wait on git-archive-all but I will add some information about this to the readme.

swobspace commented 7 years ago

My intention for this issue was primarily to prevent others to be trapped.

ydkn commented 6 years ago

Issue was resolved in https://github.com/Kentzo/git-archive-all/pull/40