We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git diff
1 parent 938df21 commit 76ecfe7Copy full SHA for 76ecfe7
CONTRIBUTING.md
@@ -31,6 +31,7 @@ The following steps can be used to update libgit2:
31
can be helpful for seeing what has changed.
32
The project has recently started labeling API and ABI breaking changes with labels:
33
<https://github.com/libgit2/libgit2/pulls?q=is%3Apr+label%3A%22api+breaking%22%2C%22abi+breaking%22+is%3Aclosed>
34
+ Alternatively, running `git diff [PREV_VERSION]..[NEW_VERSION] --ignore-all-space -- include/` can provide an overview of changes made to the API.
35
4. Once you have everything functional, publish a PR with the updates.
36
37
## Release process
0 commit comments