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: cargo-features.md
+1-21
Original file line number
Diff line number
Diff line change
@@ -50,27 +50,7 @@ There are **convenience features**, which combine common choices of the above in
50
50
51
51
### gitoxide-core
52
52
53
-
The library powering the command-line interface.
54
-
55
-
***organize**
56
-
***provides the 'organize' command**
57
-
* Includes `jwalk` to find repositories quickly in order to move into a directory structure automatically.
58
-
***provides the 'find' command**
59
-
* discover all git repositories within a directory. Particularly useful with [skim][skim].
60
-
***estimate-hours**
61
-
* Derive the amount of time invested akin to [git-hours].
62
-
*_mutually exclusive_
63
-
- if both are set, _blocking-client_ will take precedence.
64
-
-**blocking-client**
65
-
- If set, the client used to connect to git servers will use a blocking API. It supports more transports and is what most would want.
66
-
-**async-client**
67
-
- The client to connect to git servers will be async, while supporting only the 'git' transport itself. It's the most limited and can be seen as example
68
-
on how to use custom transports for custom servers.
69
-
***local-time-support**
70
-
- Functions dealing with time may include the local timezone offset, not just UTC with the offset being zero.
0 commit comments