Skip to content

Commit 8e2d8ac

Browse files
committed
suggest to use a git bindings API instead of running git commands
1 parent 566859b commit 8e2d8ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ for other platforms are welcome.
101101
Currently, only [git](https://git-scm.com/) VCS is supported. However,
102102
suggestions for other VCSs are welcome.
103103

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+
104107
### Use cases
105108

106109
This tool can be used in the following scenarios :
@@ -139,6 +142,6 @@ $ cargo run -- <ssc_options>
139142
## Contribution guide
140143
Also, see our [contributing guide](CONTRIBUTING.md).
141144

142-
## Maintainers
145+
## Maintainers
143146
[nm2107](https://github.com/nm2107)
144147
[jaljo](https://github.com/jaljo)

0 commit comments

Comments
 (0)