-
Notifications
You must be signed in to change notification settings - Fork 128
diff: capture both old and new of index and mode #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Have few comments and please add corresponding unit tests.
bcec7eb
to
d16f88e
Compare
GitHub Actions did not pick up, I'll close and re-open to trigger it again. |
Thanks for the followup! Overall LGTM, asked few remaining questions :) |
This adds some missing information needed to constructe a full-index diff from DiffFile struct type. It adds old/new file mode, index, and name.
https://github.com/gogs/git-module/releases/tag/v1.5.0 has been tagged for this merge. |
This adds some missing information needed to constructe a full-index
diff from DiffFile struct type. It adds old/new file mode, index, and
name.