On Tue, 15 Dec 2020 15:40:10 -0300 Thiago Maciel <[email protected]> said:
> Hi there, > > Is there a way to download a tarball from the git.enlightenment.org repos > with a single url, e.g., user/repo/archive/master.tar.gz from github? no. you could to a shallow git clone though. git clone --depth 1 XXXXX you can then tar that result up into a tarball... -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- Carsten Haitzler - [email protected] _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
