From 79643104f28205d569ce90d5328536cc3f630109 Mon Sep 17 00:00:00 2001 From: Taka Date: Mon, 31 Jan 2022 14:09:42 +1100 Subject: [PATCH] Added a read-me. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..643ae41 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +A small library that examines the internal files of a git repo. + +It can handle: +- objects, stored loose or in packs (including ref and offset deltas) +- the staging index +- refs +- reflogs + +Compile the `cli` project (a CLI wrapper around the main library), then run it with `--help` to get help.