-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
git clone downloads 250Mo ...
it is big do we know what files are that big ?
internet recommended I run this :
git rev-list --objects --all | git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' | grep '^blob' | sort -k3nr | head -20
and it gives me this list :
blob df9f98dd8b0097e8d876b14c4c5bffb9da8e1aa0 8931312 quebec/simulation_output/output_facilities.xml.gz
blob 7e2acfd38d977e0658e4af3ddfc857452bd27a62 6368104 ile_de_france/src/main/resources/corsica_reference_outputs/base_simulation_output/ITERS/it.2/2.events.xml.gz
blob 3bb7273c71c72d326f9c16d63cd7f38133f6e261 6172434 ile_de_france/src/main/resources/corsica_reference_outputs/base_simulation_output/ITERS/it.0/0.events.xml.gz
blob 3ccfd73ab54861e917c34917b60d2b6cfeac3857 5665125 examples/mielec_2014_02/plans_taxi_4.0.xml.gz
blob 8ef09fa8f86ad3ec27ca1713454c8f3cd1ba20a1 5660818 examples/mielec_2014_02/plans_taxi_1.0.xml.gz
blob 88538533ed666ad82860043783ce026dbed6d746 4890693 examples/test/scenarios/siouxfalls-2014/Siouxfalls_population.xml.gz
blob a6fc1f2be6efdcbb163eed25df8c3a92ae6fa2bd 3356158 quebec/simulation_output/output_events.xml.gz
blob 2f73674dbaf70f054abfa3e6a6268c2fb3a0c4df 3140273 quebec/simulation_output/ITERS/it.60/60.events.xml.gz
blob 73aa62f191a32af360bd7b2716d236807cfd8ef9 2873612 quebec/simulation_output/ITERS/it.0/0.events.xml.gz
blob 83f461bee574e3cb7adaf3e697b53ca1d68b9b9a 2872426 quebec/simulation_output/ITERS/it.0/0.events.xml.gz
blob 548203bfbe1f1378a4e3ca50820a4bb10958e0cb 2689422 quebec/simulation_output/ITERS/it.30/30.trips.csv
blob 026f0d4726821c0a6ed9d3972a8c6b7af68bfa3f 2685950 quebec/simulation_output/ITERS/it.60/60.trips.csv
blob 665304eadddf4d36f20b047cec2c7d05e4b0d15e 2685677 quebec/simulation_output/ITERS/it.25/25.trips.csv
blob 98b87036e178080f6bae48bce271b5fb766a5c62 2685457 quebec/simulation_output/ITERS/it.55/55.trips.csv
blob c8fc4c67ea5228064ce65f7b7ff74c0f82274c99 2684786 quebec/simulation_output/ITERS/it.50/50.trips.csv
blob 97cacf1980a3ff8ba02b14277cd90635334d258b 2683117 quebec/simulation_output/ITERS/it.45/45.trips.csv
blob 7cdd2469ba31fde33091eb45dd90afb55f05449a 2681797 quebec/simulation_output/ITERS/it.40/40.trips.csv
blob c73e05ca956b34c8f5a46ebe519402f35912cce4 2680096 quebec/simulation_output/ITERS/it.20/20.trips.csv
blob 389157569b991471cdc3b81d15d9d765f1e8caaa 2680009 quebec/simulation_output/ITERS/it.35/35.trips.csv
blob 1b2fc228f3d499a0dd8b5234ce77450b8af57115 2677146 quebec/simulation_output/ITERS/it.30/30.trips.csv
Are any of these really needed ?
Metadata
Metadata
Assignees
Labels
No labels