Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 405df73

Browse files
authored
Update README.md
1 parent 7050fe7 commit 405df73

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
* [Interoperability with libgit2](#interoperability-with-libgit2)
3939
* [Ownership and Memory Management](#ownership-and-memory-management)
4040
* [Error Handling](#error-handling)
41-
* [Contributing](#contributing)
42-
* [License](#license)
4341
* [Version Compatibility](#version-compatibility)
4442
* [API Coverage](#api-coverage)
43+
* [Contributing](#contributing)
44+
* [License](#license)
4545

4646
## Build and Integration
4747

@@ -736,15 +736,6 @@ git_exception() {
736736
virtual const char *what() const throw() { return message_; }
737737
```
738738
739-
## Contributing
740-
741-
`cppgit2` is in active development. `libgit2` is constantly evolving with over 750 functions in its public API. A good portion of this is covered in `cppgit2` (See [API Coverage](#api-coverage)). However, there is much room for improvement - in terms of code quality, tests, and samples.
742-
743-
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information. If you notice any bugs while using/reviewing `cppgit2`, please report them. Suggestions w.r.t improving the code quality are also welcome.
744-
745-
## License
746-
The project is available under the [MIT](https://opensource.org/licenses/MIT) license.
747-
748739
## Version Compatibility
749740
750741
| libgit2 | cppgit2 |
@@ -1788,3 +1779,12 @@ The project is available under the [MIT](https://opensource.org/licenses/MIT) li
17881779
| `git_worktree_prune_options_init` | `worktree::prune_options::prune_options` |
17891780
| `git_worktree_unlock` | `worktree::unlock` |
17901781
| `git_worktree_validate` | `worktree::validate` |
1782+
1783+
## Contributing
1784+
1785+
`cppgit2` is in active development. `libgit2` is constantly evolving with over 750 functions in its public API. A good portion of this is covered in `cppgit2` (See [API Coverage](#api-coverage)). However, there is much room for improvement - in terms of code quality, tests, and samples.
1786+
1787+
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information. If you notice any bugs while using/reviewing `cppgit2`, please report them. Suggestions w.r.t improving the code quality are also welcome.
1788+
1789+
## License
1790+
The project is available under the [MIT](https://opensource.org/licenses/MIT) license.

0 commit comments

Comments
 (0)