From 69befa481ef6a32ed04df5937b8c8ea67d7fa8e4 Mon Sep 17 00:00:00 2001 From: Nathan McRae Date: Sun, 21 Jul 2024 16:46:27 -0700 Subject: [PATCH] Add readme --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..45745bd --- /dev/null +++ b/readme.txt @@ -0,0 +1,5 @@ +This is an implementation of alternate git internals where trees point to subcommits rather than other trees. This allows subdirectory history tracking to be baked into the repository structure. + +This is based on Write Yourself a Git (https://wyag.thb.lt/) + +Note that this requires >= Python 3.10