From: sbkelley Date: Wed, 27 May 2026 04:02:52 +0000 (-0400) Subject: add git history to readme for some reason X-Git-Tag: v1.6.1-roc-dev~6^2~11 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=a13236da17fd5764248ae332e8b20e8f0dd31131;p=dgamelaunch add git history to readme for some reason (cherry picked from commit fbf8bc868af20d492817f0bd62f26fcb821b02aa) (cherry picked from commit c4f78927d30d1dff2eac64e2b7e56afe67267151) --- diff --git a/README.md b/README.md index bfe3275..727c063 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,40 @@ was forked from Paxed's dgamlaunch after January 29th, 2011[^dgl-paxed-2011]. Work by Paxed continued[^dgl-paxed] after Crawl's fork; this fork has been patched to merge the two versions. +``` +Diagram -- paxed branch won't be reflected correctly in git history + [ BRANCH ] + [CRAWL][PAXED] + + 3d0812c paxed committed on Jan 29, 2011 + |\ + | \ + 08e687f \ greensnark committed on Mar 22, 2011 + | \ + | | + . 3405bcf paxed committed on Mar 26, 2011 + . . +(more commits truncated) + . . + . 55bd7dc paxed committed on May 11, 2019 + | | + | . + 455308b | aidanholm committed on Mar 7, 2020 + | . + . . +(crawl branch forked) + . . + | | + a81b934 . zalethon committed on May 22, 2026 + | / + . . +(paxed branch manually merged in) + . . + |. + 7c45d5a zalethon committed on May 24, 2026 +``` + + For history's sake, and in case you're running into trouble and need more threads to pull, check out also the original READMEs from each other repository: [paxed's readme](README-paxed) and [crawl's readme](README-crawl)