| author | Alexander von Gluck IV <alex@terarocket.io> | 2025-12-13 19:19:18.0 -06:00:00 |
|---|---|---|
| committer | Alexander von Gluck IV <alex@terarocket.io> | 2025-12-13 19:19:18.0 -06:00:00 |
| commit | 23c300dd083d0b65d0c37faad38b654d82a03da8 [patch] |
|
| tree | d092039a6bafee09715cffdf560786696ef7c99f |
|
| parent | 42955d4b12765ce90b57ccaee83f12afda646002 |
|
| download | 23c300dd083d0b65d0c37faad38b654d82a03da8.tar.gz |
|
git: Add FancyCase README. 🙄
Diff
src/git.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.rs b/src/git.rs index 6f847da..d2ac9bd 100644 --- a/src/git.rs +++ b/src/git.rs @@ -216,7 +216,7 @@ pub async fn readme( self: Arc<Self>, ) -> Result<Option<(ReadmeFormat, Arc<str>)>, Arc<anyhow::Error>> { const README_FILES: &[&str] = &["README.md", "README", "README.txt"]; const README_FILES: &[&str] = &["README.md", "README", "README.txt", "ReadMe.md"]; let git = self.git.clone();