docs: add README

This commit is contained in:
2026-02-02 21:06:22 +01:00
parent 73d12b97a5
commit 554b81a0d5
2 changed files with 4 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# lgit
Recursively list Git repositories.

View File

@@ -19,6 +19,7 @@ const GIT_DIR: &str = ".git";
const CACHE_DIR_TAG: &str = "CACHEDIR.TAG"; const CACHE_DIR_TAG: &str = "CACHEDIR.TAG";
const CACHE_DIR_TAG_HEADER: &[u8] = b"Signature: 8a477f597d28d172789f06886806bc55"; const CACHE_DIR_TAG_HEADER: &[u8] = b"Signature: 8a477f597d28d172789f06886806bc55";
/// Recursively list Git repositories.
#[derive(Parser)] #[derive(Parser)]
#[command(version)] #[command(version)]
struct Cli { struct Cli {