|
1 | 1 | # LibGit2Sharp
|
2 | 2 |
|
3 |
| -**LibGit2Sharp brings all the might and speed of [libgit2](http://libgit2.github.com/), a native Git implementation, to the managed world of .Net and Mono.** |
| 3 | +**LibGit2Sharp brings all the might and speed of [libgit2][0], a native Git implementation, to the managed world of .Net and Mono.** |
| 4 | + |
| 5 | + [0]: http://libgit2.github.com/ |
4 | 6 |
|
5 | 7 | ## Online resources
|
6 | 8 |
|
7 |
| - - [NuGet package](http://nuget.org/List/Packages/LibGit2Sharp) |
8 |
| - - [Source code](https://github.com/libgit2/libgit2sharp/) |
9 |
| - - [Continuous integration](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1) |
| 9 | + - [NuGet package][1] |
| 10 | + - [Source code][2] |
| 11 | + - [Continuous integration][3] |
| 12 | + |
| 13 | + [1]: http://nuget.org/List/Packages/LibGit2Sharp |
| 14 | + [2]: https://github.com/libgit2/libgit2sharp/ |
| 15 | + [3]: http://teamcity.codebetter.com/project.html?projectId=project127&guest=1 |
10 | 16 |
|
11 | 17 | ## Troubleshooting and support
|
12 | 18 |
|
13 |
| - - Usage or programming related question? Post it on [StackOverflow](http://stackoverflow.com/questions/tagged/libgit2sharp) using the tag *libgit2sharp* |
14 |
| - - Found a bug or missing a feature? Feed the [issue tracker](https://github.com/libgit2/libgit2sharp/issues) |
15 |
| - - Announcements and related miscellanea through Twitter ([@libgit2sharp](http://twitter.com/libgit2sharp)) |
| 19 | + - Usage or programming related question? Post it on [StackOverflow][4] using the tag *libgit2sharp* |
| 20 | + - Found a bug or missing a feature? Feed the [issue tracker][5] |
| 21 | + - Announcements and related miscellanea through Twitter ([@libgit2sharp][6]) |
| 22 | + |
| 23 | + [4]: http://stackoverflow.com/questions/tagged/libgit2sharp |
| 24 | + [5]: https://github.com/libgit2/libgit2sharp/issues |
| 25 | + [6]: http://twitter.com/libgit2sharp |
16 | 26 |
|
17 | 27 | ## Current project build status
|
18 |
| -The [build](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1) is generously hosted and run on the [CodeBetter TeamCity](http://codebetter.com/codebetter-ci/) infrastructure |
| 28 | +The [build][3] is generously hosted and run on the [CodeBetter TeamCity][7] infrastructure. |
19 | 29 |
|
20 | 30 | | | Status of last build |
|
21 | 31 | | :------ | :------: |
|
22 |
| -| **master** | [/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt398&guest=1) | |
23 |
| -| **vNext (Win x86)** | [/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt651&guest=1) | |
24 |
| -| **vNext (Win amd64)** | [/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt652&guest=1) | |
25 |
| -| **vNext (Mono)** | [/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt656&guest=1) | |
| 32 | +| **master** | [![master][8]][9] | |
| 33 | +| **vNext (Win x86)** | [![vNext x86][10]][11] | |
| 34 | +| **vNext (Win amd64)** | [![vNext amd64][12]][13] | |
| 35 | +| **vNext (Mono)** | [![vNext Mono][14]][15] | |
| 36 | + |
| 37 | + [7]: http://codebetter.com/codebetter-ci/ |
| 38 | + [8]: http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt398\)/statusIcon |
| 39 | + [9]: http://teamcity.codebetter.com/viewType.html?buildTypeId=bt398&guest=1 |
| 40 | + [10]: http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt651\)/statusIcon |
| 41 | + [11]: http://teamcity.codebetter.com/viewType.html?buildTypeId=bt651&guest=1 |
| 42 | + [12]: http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt652\)/statusIcon |
| 43 | + [13]: http://teamcity.codebetter.com/viewType.html?buildTypeId=bt652&guest=1 |
| 44 | + [14]: http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt656\)/statusIcon |
| 45 | + [15]: http://teamcity.codebetter.com/viewType.html?buildTypeId=bt656&guest=1 |
26 | 46 |
|
27 | 47 | ## Quick contributing guide
|
28 | 48 |
|
29 | 49 | - Fork and clone locally
|
30 | 50 | - Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
|
31 | 51 | - Send a Pull Request to spread the fun!
|
32 | 52 |
|
33 |
| -More thorough information available in the [wiki](https://github.com/libgit2/libgit2sharp/wiki). |
| 53 | +More thorough information available in the [wiki][16]. |
| 54 | + |
| 55 | + [16]: https://github.com/libgit2/libgit2sharp/wiki |
34 | 56 |
|
35 | 57 | ## Authors
|
36 | 58 |
|
37 |
| - - **Code:** The LibGit2Sharp [contributors](https://github.com/libgit2/libgit2sharp/contributors) |
38 |
| - - **Logo:** [Jason "blackant" Long](https://github.com/blackant) |
| 59 | + - **Code:** The LibGit2Sharp [contributors][17] |
| 60 | + - **Logo:** [Jason "blackant" Long][18] |
| 61 | + |
| 62 | + [17]: https://github.com/libgit2/libgit2sharp/contributors |
| 63 | + [18]: https://github.com/jasonlong |
39 | 64 |
|
40 | 65 | ## License
|
41 | 66 |
|
42 |
| -The MIT license (Refer to the [LICENSE.md](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md) file) |
| 67 | +The MIT license (Refer to the [LICENSE.md][19] file) |
| 68 | + |
| 69 | + [19]: https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md |
0 commit comments