Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abc1afffa03b38216c1bd4eb1bf18e9c031e2483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# LibGit2Sharp

LibGit2Sharp is an thin .Net layer (well.. we _try_ to keep it as thin as possible :-) ) wrapping the [libgit2](http://libgit2.github.com/) linkable C Git library.

It provides a very opiniated API which should be very easy to use and discover.

## Contributing guide

 - Fork and clone locally
 - Configure your repo to convert line endings on commit so they are always LF in the repo:
 - Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
 - Send a Pull Request to spread the fun!

## Authors

The LibGit2Sharp [committers](https://github.com/libgit2/libgit2sharp/contributors)

## License

The MIT license (Refer to the [LICENSE](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE) file)