Skip to content

Conversation

2bndy5
Copy link
Contributor

@2bndy5 2bndy5 commented Oct 10, 2025

Changes

  • added docs/requirements.txt, so contributors can check changes locally before committing.
  • remove $ from code snippets for better (platform-agnostic) copy-n-paste. I replaced this with a caption if any code snippets implicitly rely on bash.
  • update the version of libgit2 used to v1.9.1
  • update table of version compatibility (assumes the next version is v1.19)
  • added implied requirements about building from source
  • cross linked "build from source" section for better doc navigation
  • fix link to libgit2 docs about building/installing
  • converted code snippet about building libgit2 on Windows to powershell syntax. I also added a caption to explain minimum CMake version used.

* resolves libgit2#1308
* resolves libgit2#1383

### Changes

* added docs/requirements.txt, so contributors can check changes locally before committing.
* remove `$` from code snippets for better (platform-agnostic) copy-n-paste. I replaced this with a caption if any code snippets implicitly rely on bash.
* update the version of libgit2 used
* update table of version compatibility (assumes the next version is v1.19)
* added implied requirements about building from source
* cross linked "build from source" section for better doc navigation
* fix link to libgit2 docs about building/installing
* converted code snippet about building libgit2 on Windows to powershell syntax. I also added a caption to explain minimum CMake version used.
Comment on lines +86 to +87
| 1.19 | 3.10+, 3.14t | 1.9 |
+-------------+----------------+------------+
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should only get merged once the next release is deployed. @jdavid Please let me know if the next release will not be tagged as v1.19.0

@2bndy5 2bndy5 marked this pull request as ready for review October 10, 2025 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

What CMake options does pygit2 use to build libgit2? requirements in documantation aren't clear about libgit not being included for ARM

1 participant