You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
-
# GitDiff4LLM
2
+
# RepoDiff
3
3
4
-
**GitDiff4LLM** is a tool designed to simplify code reviews by generating comprehensive git diffs between two commits or branches. It allows you to configure diff options based on file paths, optimizing the output for consumption by large language models (LLMs).
4
+
**RepoDiff** is a tool designed to simplify code reviews by generating comprehensive git diffs between two commits or branches. It allows you to configure diff options based on file paths, optimizing the output for consumption by large language models (LLMs).
5
5
6
6
## Features
7
7
@@ -18,20 +18,20 @@ You can either provide commit hashes to compare directly, or use the -b option t
18
18
19
19
To compare the latest commit in the current branch with the latest common commit in another branch (e.g., `master`), use the `-b` option:
Compare the latest commit in the current branch with the latest common commit in master, and write the result to a default file in the system's temporary directory
0 commit comments