File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Documentation] ( https://docs.rs/git2 )
4
4
5
- libgit2 bindings for Rust
5
+ libgit2 bindings for Rust.
6
6
7
7
``` toml
8
8
[dependencies ]
@@ -37,23 +37,22 @@ pre-commit hook found [here][pre-commit-hook] and place it into the
37
37
` .git/hooks/ ` with the name ` pre-commit ` . You may need to add execution
38
38
permissions with ` chmod +x ` .
39
39
40
-
41
40
To skip tests on a simple commit or doc-fixes, use ` git commit --no-verify ` .
42
41
43
- ## Building on OSX 10.10+
42
+ ## Building on macOS 10.10+
44
43
45
44
If the ` ssh ` feature is enabled (and it is by default) then this library depends
46
45
on libssh2 which depends on OpenSSL. To get OpenSSL working follow the
47
- [ ` openssl ` crate's instructions] ( https://github.com/sfackler/rust-openssl#macos ) .
46
+ [ ` openssl ` crate's instructions] ( https://github.com/sfackler/rust-openssl/blob/master/openssl/src/lib.rs#L31 ) .
48
47
49
48
# License
50
49
51
50
This project is licensed under either of
52
51
53
52
* Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
54
- http ://www.apache.org/licenses/LICENSE-2.0 )
53
+ https ://www.apache.org/licenses/LICENSE-2.0 )
55
54
* MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
56
- http ://opensource.org/licenses/MIT )
55
+ https ://opensource.org/licenses/MIT )
57
56
58
57
at your option.
59
58
You can’t perform that action at this time.
0 commit comments