You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,13 @@ Binaries available for:
167
167
### Cargo Install
168
168
169
169
The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui`. If you are not familiar with rust and cargo: [Getting Started with Rust](https://doc.rust-lang.org/book/ch01-00-getting-started.html)
170
+
### Cargo Features
171
+
#### trace-libgit
172
+
enable `libgit2` tracing
173
+
174
+
works if `libgit2` builded with `-DENABLE_TRACE=ON`
175
+
176
+
this feature enabled by default, to disable: `cargo install --no-default-features`
0 commit comments