git-codeowners icon indicating copy to clipboard operation
git-codeowners copied to clipboard

a git extension to work with CODEOWNERS files

Results 2 git-codeowners issues
Sort by recently updated
recently updated
newest added

* Use git2's [`Repository.discover`](https://docs.rs/git2/0.10.1/git2/struct.Repository.html#method.discover) to locate the current git repo root, if one exists git2 is a crate of Rust bindings to [libgit2](https://libgit2.org/). The git book [suggests](https://git-scm.com/book/ms/v2/Appendix-B%3A-Embedding-Git-in-your-Applications-Libgit2) it's the dominant...

Currently the CODEOWNERS-finding algorithm of this app is: 1. Was a path specified via `-c path/to/CODEOWNERS`? If so, try to use it. 2. Otherwise, try `codeowners.locate` from the cwd. A...