Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 73f0af6

Browse files
committed
update README
1 parent 98b558c commit 73f0af6

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
# GitDiff4LLM
33

4-
**GitDiff4LLM** is a tool designed to simplify code reviews by generating comprehensive git diffs between two commits, branches, or pull requests. It combines diffs into a single output file optimized for consumption by large language models (LLMs) or manual review.
4+
**GitDiff4LLM** is a tool designed to simplify code reviews by generating comprehensive git diffs between two commits, branches, or pull requests. It combines diffs into a single output file optimized for consumption by large language models (LLMs).
55

66
## Features
77

88
- Generate diffs between two commits or branches with customizable options.
9-
- Supports both non-test files and test files with distinct diff options.
9+
- Supports customized diff options depending on file type.
1010
- Automatically retrieves diffs for base and target branches from pull requests.
1111
- Combines diffs into a single file
12-
- Calculates token counts for use in LLMs or analytics.
12+
- Calculates token counts for estimating the query cost for LLMs.
1313

1414
## Usage
1515

@@ -25,10 +25,6 @@ python gitdiff4llm.py <commit1> <commit2> /path/to/output_file.txt
2525
python gitdiff4llm.py abc123 def456 combined_diff.txt
2626
```
2727

28-
## Download
29-
30-
You can download the latest version of **GitDiff4LLM** [here](https://github.com/EntityProcess/GitDiff4LLM/releases).
31-
3228
## Prerequisites
3329

3430
- **PowerShell (Windows Only)**: If you're using Windows, you need to run the script in PowerShell. The pattern matching functionality in the script will not work properly in Command Prompt (`cmd`).

0 commit comments

Comments
 (0)