xidel icon indicating copy to clipboard operation
xidel copied to clipboard

Use Git submodules instead of git clones at pull time

Open ctrlcctrlv opened this issue 2 years ago • 1 comments

ctrlcctrlv avatar Jan 28 '23 11:01 ctrlcctrlv

There's a reason why https://github.com/BeRo1985/pasdblstrutils isn't "git cloned".

https://github.com/benibela/xidel/issues/83#issue-1097310089:

Of course you can also do git clone https://github.com/BeRo1985/pasdblstrutils.git, but as the testdata/parser map is a whopping 261MB(!) I figured this... curl -o components/pascal/import/pasdblstrutils/src/PasDblStrUtils.pas "https://raw.githubusercontent.com/BeRo1985/pasdblstrutils/master/src/PasDblStrUtils.pas" ...would be less "intrusive".

Reino17 avatar Jan 28 '23 22:01 Reino17