We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566859b commit 8e2d8acCopy full SHA for 8e2d8ac
README.md
@@ -101,6 +101,9 @@ for other platforms are welcome.
101
Currently, only [git](https://git-scm.com/) VCS is supported. However,
102
suggestions for other VCSs are welcome.
103
104
+Regarding git, it could be an improvement to use a [git bindings API](https://crates.io/crates/git2)
105
+instead of running git commands in this tool.
106
+
107
### Use cases
108
109
This tool can be used in the following scenarios :
@@ -139,6 +142,6 @@ $ cargo run -- <ssc_options>
139
142
## Contribution guide
140
143
Also, see our [contributing guide](CONTRIBUTING.md).
141
144
-## Maintainers
145
+## Maintainers
146
[nm2107](https://github.com/nm2107)
147
[jaljo](https://github.com/jaljo)
0 commit comments