docdoku / docdoku-plm

The project purpose is to develop a comprehensive, robust open source PLM (Product LifeCycle Management) solution.
http://www.docdokuplm.com
GNU Affero General Public License v3.0
242 stars 99 forks source link

Git clone brings huge .git/objects/pack/ file (almost 500 Mb) #1225

Open gibello opened 3 years ago

gibello commented 3 years ago

When I issue a "git clone https://github.com/docdoku/docdoku-plm.git", almost 500 Mb are downloaded. Most of the amount is just one file: .git/objects/pack/pack-79e74cd50824130483d077685515ed3e70363f1b.pack.

$ ls -l .git/objects/pack/pack-79e74cd50824130483d077685515ed3e70363f1b.pack
-r--r--r-- 1 gibello gibello 493954150 oct.  15 18:48 .git/objects/pack/pack-79e74cd50824130483d077685515ed3e70363f1b.pack

Is this file is really useful ? The overall size would decrease by about 95% without it...