Commit 2d0b2b8
Add git_diff_tree() to compare working tree against arbitrary revisions (#10)
Adds git_diff_tree() table function that uses libgit2's diff API to detect
modified, added, deleted, renamed, and copied files between the working tree
and any git revision. Includes LATERAL variant git_diff_tree_each().
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6a2d3ee commit 2d0b2b8
File tree
5 files changed
+570
-1
lines changed- src
- include
- test/sql
5 files changed
+570
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments