@@ -50,6 +50,8 @@ The CLI uses various crates, please see _'Development Status'_ for details.
50
50
* [ ] pack streaming (i.e. indexing + resolution)
51
51
* [ ] use pack streaming for verification for performance and correctness
52
52
* [ ] API documentation with examples
53
+ * ** promisor**
54
+ * It's vague, but these seems to be like index files allowing to fetch objects from a server on demand.
53
55
* ** git-repository**
54
56
* [x] initialize
55
57
* [ ] Proper configuration depending on platform (e.g. ignorecase, filemode, …)
@@ -59,6 +61,7 @@ The CLI uses various crates, please see _'Development Status'_ for details.
59
61
* [ ] configuration
60
62
* [ ] merging
61
63
* [ ] API documentation with examples
64
+ * [ ] _ Commit Graph_ - split and unsplit
62
65
* ** git-config**
63
66
* read and write git configuration files
64
67
* [ ] API documentation with examples
@@ -134,6 +137,15 @@ cargo install gitoxide --no-default-features --features lean
134
137
[ releases] : https://github.com/Byron/git-oxide/releases
135
138
[ rustup ] : https://rustup.rs
136
139
140
+ ## Usage
141
+
142
+ Once installed, there are two binaries:
143
+
144
+ * ** gio**
145
+ * high level commands, _ porcelain_ , for every-day use, optimized for a pleasant user experience
146
+ * ** giop**
147
+ * low level commands, _ plumbing_ , for use in more specialized cases
148
+
137
149
## Project Goals
138
150
139
151
* ** a pure-rust implementation of git**
0 commit comments