|
|
|
|
|
by mdaniel
1041 days ago
|
|
> Receiving objects: 100% (556180/556180), 5.88 GiB | 3.33 MiB/s, done. What the holy hell is going on with that repo? do they `git add local.osm.dump` or something? I mean, I was kidding but evidently not that crazy far off: https://github.com/organicmaps/organicmaps/blob/master/data/... I was expecting to find `git add release/organicmaps-1.0.apk` which is a super common "I've never used git before" antipattern --- since I already paid the price, some `git archive HEAD | tar -tvf - | sort -k3 -n` coughed up -rw-rw-r-- root/root 1854526 2023-08-07 05:45 android/src/fdroid/play/listings/en-US/graphics/phone-screenshots/1.jpg
-rw-rw-r-- root/root 1863096 2023-08-07 05:45 tools/shaders_compiler/linux/mali_compiler_es3/openglessl/libMali-T600_r11p0-00rel0.so
-rw-rw-r-- root/root 2583640 2023-08-07 05:45 tools/shaders_compiler/linux/mali_compiler_es3/openglessl/libMali-T600_r12p0-00rel0.so
-rw-rw-r-- root/root 3017640 2023-08-07 05:45 tools/shaders_compiler/linux/mali_compiler_es3/openglessl/libMali-T600_r13p0-00rel0.so
-rw-rw-r-- root/root 3155104 2023-08-07 05:45 data/06_code2000.ttf
-rw-rw-r-- root/root 3451900 2023-08-07 05:45 data/02_droidsans-fallback.ttf
-rw-rw-r-- root/root 3676527 2023-08-07 05:45 data/packed_polygons.bin
-rw-rw-r-- root/root 4696613 2023-08-07 05:45 software_renderer/default_font.cpp
-rwxrwxr-x root/root 6131664 2023-08-07 05:45 tools/shaders_compiler/linux/glslangValidator
-rwxrwxr-x root/root 6498904 2023-08-07 05:45 tools/shaders_compiler/macos/glslangValidator
-rw-rw-r-- root/root 7315682 2023-08-07 05:45 3party/opening_hours/opening_hours_integration_tests/opening-count.lst
-rw-rw-r-- root/root 8384030 2023-08-07 05:45 data/kml_test_data/test.kmz
-rw-rw-r-- root/root 8757104 2023-08-07 05:45 data/WorldCoasts.mwm
-rw-rw-r-- root/root 20,461,104 2023-08-07 05:45 tools/shaders_compiler/linux/mali_compiler_es3/openglessl/libMali-Gxx_r3p0-00rel0.so
-rw-rw-r-- root/root 43,812,962 2023-08-07 05:45 data/World.mwm
-rw-rw-r-- root/root 50,994,390 2023-08-07 05:45 data/dictionary.slf
and then, as I feared $ git log --format='%cs %s' -- data/World.mwm
2023-07-13 [planet] New data from 230710.
2023-06-05 [planet] New data from 230602.
2023-05-08 [planet] New data from 230503.
2023-04-02 [planet] New data from 230329.
2023-03-01 [planet] New data from 230227.
2023-02-13 [planet] New data from 230210.
2023-01-24 [planet] New data from 230121.
|
|