Commit 541e424bc1594bba57a61ed5605a2862e9120be2

Commits
[COMMIT BEGIN]
commit 541e424bc1594bba57a61ed5605a2862e9120be2
Author: 0x4248 <[email protected]>
Date:   Wed Dec 10 12:45:21 2025 +0000

    Atlas: limit commit history
    
    Prevent any commits prior 9th Dec 2025 from showing. I feel like the
    commit names are bad/not up to standard.
    
    Signed-off-by: 0x4248 <[email protected]>

diff --git a/tools/www/buildpages.py b/tools/www/buildpages.py
index 44c6c8f..8e3af34 100644
--- a/tools/www/buildpages.py
+++ b/tools/www/buildpages.py
@@ -290,7 +290,7 @@ def write_commit_page(commit, outdir):
 
 
 def write_commit_index(outdir):
-    commits = run_cmd("git log --format='%H%x00%at%x00%an%x00%s'").split("\n")
+    commits = run_cmd("git log --after='2025-12-09' --format='%H%x00%at%x00%an%x00%s'").split("\n")
 
     lines = []
     for entry in commits:
[COMMIT END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.