Ristellise / AegisubDC

Aegisub, Daydream Cafe Edition
Other
282 stars 31 forks source link

bloated git repo #47

Closed milahu closed 2 years ago

milahu commented 2 years ago
$ du -sh src/ vendor/
5.7M    src/
1.1G    vendor/

(nuff said)

time git clone https://github.com/Ristellise/AegisubDC
# real  1m37.698s

cd AegisubDC

du -sh .
# 1.4G  .

du -sh .git
# 348M  .git

git filter-repo --invert-paths --path vendor/extra/wxWidgets/

git filter-repo --invert-paths --path vendor/extern/installed/x64-windows/
# zlib openssl freetype2 unicode libpng iconv icu libcrypto fftw3l fribidi bzip2 brotli harfbuzz uchardet hunspell boost 

du -sh vendor/
# 44M   vendor/

du -sh .
# 324M  .

du -sh .git
# 250M  .git

https://github.com/milahu/AegisubDC

todo

Ristellise commented 2 years ago

Issues like this are not accepted, please create a PR that supports windows, macos, and linux and I'll consider pulling it. Thank you.

If you want a better working base than AegisubDC, consider TypesettingTools/Aegisub