From 60a288c69b82bb755d4fc296c152b4e6d32e8328 Mon Sep 17 00:00:00 2001 From: Cody Boone Ferguson <53008573+xexyl@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:51:03 -0800 Subject: [PATCH] Add FAQ about including subdirectories .. also, I added the great fork merge stats to the FAQ about the great fork merge date (as that's when the stats were final). --- faq.html | 21 +++++++++++++++++++-- faq.md | 27 +++++++++++++++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/faq.html b/faq.html index 6e771ccb29..921b57c812 100644 --- a/faq.html +++ b/faq.html @@ -447,6 +447,7 @@
mkiocccentry
tool?Jump to: top
+In order to submit a subdirectory, you may simply include a tarball. As long as
+the total size of your submission does not exceed the size limit, defined in
+limit_ioccc.h
+as MAX_TARBALL_LEN
and your total number of files in your xz compressed
+tarball does not exceed the limit, defined as MAX_FILE_COUNT
in
+limit_ioccc.h,
+you can include tarballs with subdirectories or other files.
As of 2024 Dec 28 temp-test-ioccc repo -there was 6167+ commits ahead +there were 6169 commits ahead of the IOCCC winner repo.
On 2024 Dec 28, the temporary repo was merged back into the IOCCC winner repo resulting in many, many substantial improvements to the official IOCCC website.
+In particular, the Great Fork Merge was commit 0b6326676dc0d3c12cf3ba47958244fc34b4f32f +and took place on 2024 Dec 29, a total span of 833 days ‼️
+For details see GH-commit/0b6326676dc0d3c12cf3ba47958244fc34b4f32f +and the Pull Request 24 in the winner repo that it produced.
+The Great Fork Merge changed 5,157 files with 843,045 additions and 137,758 +deletions, in 6,169 commits ‼️
Jump to: top
See the FAQ on “Great Fork Merge Date” -for more information.
+for more information and stats.Jump to: top