We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The files jedioutcast.git.zip.files.txt and jediacademy.git.zip.files.txt should list the contents of the respective ZIP archives, but contain only a single, zero-sized entry.
To Reproduce Steps to reproduce the behavior:
distributions/2013-04-03_gpl_source_code_release/jedioutcast.git.zip | 1 files in total -------------------------------------------------------------------------------- filename size jedioutcast.git/description 0
Same with https://archive.thedatadungeon.com/star_wars_jedi_knight_jedi_academy_2003.html.
Interestingly, the lists of the non-git ZIP archives, e.g. jedioutcast.zip.files.txt, are okay.
Expected behavior The *.files.txt file contains a listing of the ZIP's files, e.g. (7z l jedioutcast.git.zip):
7z l jedioutcast.git.zip
2025-01-11 10:50:38 D.... 0 0 jedioutcast.git 2025-01-11 10:50:35 D.... 0 0 jedioutcast.git/branches 2025-01-11 10:50:35 ..... 73 63 jedioutcast.git/description 2025-01-11 10:50:35 D.... 0 0 jedioutcast.git/hooks 2025-01-11 10:50:35 ..... 424 265 jedioutcast.git/hooks/pre-applypatch.sample 2025-01-11 10:50:35 ..... 4726 1814 jedioutcast.git/hooks/fsmonitor-watchman.sample 2025-01-11 10:50:35 ..... 189 138 jedioutcast.git/hooks/post-update.sample 2025-01-11 10:50:35 ..... 416 255 jedioutcast.git/hooks/pre-merge-commit.sample 2025-01-11 10:50:35 ..... 3650 1173 jedioutcast.git/hooks/update.sample 2025-01-11 10:50:35 ..... 1492 744 jedioutcast.git/hooks/prepare-commit-msg.sample 2025-01-11 10:50:35 ..... 4898 2015 jedioutcast.git/hooks/pre-rebase.sample 2025-01-11 10:50:35 ..... 478 279 jedioutcast.git/hooks/applypatch-msg.sample 2025-01-11 10:50:35 ..... 2783 1254 jedioutcast.git/hooks/push-to-checkout.sample 2025-01-11 10:50:35 ..... 896 503 jedioutcast.git/hooks/commit-msg.sample 2025-01-11 10:50:35 ..... 544 329 jedioutcast.git/hooks/pre-receive.sample 2025-01-11 10:50:35 ..... 1649 907 jedioutcast.git/hooks/pre-commit.sample 2025-01-11 10:50:35 ..... 2308 975 jedioutcast.git/hooks/sendemail-validate.sample 2025-01-11 10:50:35 ..... 1374 701 jedioutcast.git/hooks/pre-push.sample 2025-01-11 10:50:35 D.... 0 0 jedioutcast.git/info 2025-01-11 10:50:35 ..... 240 173 jedioutcast.git/info/exclude 2025-01-11 10:50:35 D.... 0 0 jedioutcast.git/objects 2025-01-11 10:50:38 D.... 0 0 jedioutcast.git/objects/pack 2025-01-11 10:50:38 ..... 19853048 19823429 jedioutcast.git/objects/pack/pack-7bc18fbd2f5b1374da45f93fc8720f22ce72ce81.pack 2025-01-11 10:50:38 ..... 92268 90376 jedioutcast.git/objects/pack/pack-7bc18fbd2f5b1374da45f93fc8720f22ce72ce81.idx 2025-01-11 10:50:38 ..... 13080 7452 jedioutcast.git/objects/pack/pack-7bc18fbd2f5b1374da45f93fc8720f22ce72ce81.rev 2025-01-11 10:50:35 D.... 0 0 jedioutcast.git/objects/info 2025-01-11 10:50:35 D.... 0 0 jedioutcast.git/refs 2025-01-11 10:50:35 D.... 0 0 jedioutcast.git/refs/heads 2025-01-11 10:50:35 D.... 0 0 jedioutcast.git/refs/tags 2025-01-11 10:50:35 ..... 181 142 jedioutcast.git/config 2025-01-11 10:50:38 ..... 23 25 jedioutcast.git/HEAD 2025-01-11 10:50:38 ..... 105 93 jedioutcast.git/packed-refs
The text was updated successfully, but these errors were encountered:
Thanks, I'd noticed this with a few other zip listings too. Will check it out soon 👍
Sorry, something went wrong.
hogsy
No branches or pull requests
Describe the bug
The files jedioutcast.git.zip.files.txt and jediacademy.git.zip.files.txt should list the contents of the respective ZIP archives, but contain only a single, zero-sized entry.
To Reproduce
Steps to reproduce the behavior:
Same with https://archive.thedatadungeon.com/star_wars_jedi_knight_jedi_academy_2003.html.
Interestingly, the lists of the non-git ZIP archives, e.g. jedioutcast.zip.files.txt, are okay.
Expected behavior
The *.files.txt file contains a listing of the ZIP's files, e.g. (
7z l jedioutcast.git.zip
):The text was updated successfully, but these errors were encountered: