Add patch.LineStats func to get patch additions/deletions summary #949

Open
sosedoff wants to merge 2 commits from sosedoff/add-patch-stats into main
sosedoff commented 2023-03-15 18:46:21 -05:00 (Migrated from github.com)

Returns line stats: additions / deletions.
Reference: https://libgit2.org/libgit2/#HEAD/group/patch/git_patch_line_stats

Returns line stats: additions / deletions. Reference: https://libgit2.org/libgit2/#HEAD/group/patch/git_patch_line_stats
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b sosedoff/add-patch-stats main
git pull origin sosedoff/add-patch-stats

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff sosedoff/add-patch-stats
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#949
No description provided.