An implementation of git-mob in Rust
Go to file
Martin Frost de5af01d1f First draft of git-mob binary
It can:

* Parse the `~/.git-coauthors` file
* List available co-authors with --list
* Filter available co-authors given a list of initials, giving an error
  if no co-author matches a given initial
2020-05-23 20:56:32 +02:00
src First draft of git-mob binary 2020-05-23 20:56:32 +02:00
.gitignore Add working version of git-solo 2020-05-23 20:56:32 +02:00
Cargo.lock First draft of git-mob binary 2020-05-23 20:56:32 +02:00
Cargo.toml First draft of git-mob binary 2020-05-23 20:56:32 +02:00
LICENSE Initial commit 2020-05-23 20:54:38 +02:00