From ca0b55fbbf73f892c0094d8104bc4bc3df445525 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 23 Nov 2024 06:53:54 -0800 Subject: [PATCH] copy --- aider/website/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/faq.md b/aider/website/docs/faq.md index 868af6b19..003c61ecd 100644 --- a/aider/website/docs/faq.md +++ b/aider/website/docs/faq.md @@ -210,7 +210,7 @@ You can also refer to the ## How are the "aider wrote xx% of code" stats computed? [Aider is tightly integrated with git](/docs/git.html) so all -one of aider's code changes are committed to the repo with proper attribution. +of aider's code changes are committed to the repo with proper attribution. The [stats are computed](https://github.com/Aider-AI/aider/blob/main/scripts/blame.py) by doing something like `git blame` on the repo,