git-pathspec

Crates.iogit-pathspec
lib.rsgit-pathspec
version0.1.0
sourcesrc
created_at2022-03-17 09:34:23.004917
updated_at2023-02-17 09:06:56.721208
descriptionPlease use `gix-` instead ('git' -> 'gix')
homepage
repositoryhttps://github.com/Byron/gitoxide
max_upload_size
id551695
size66,816
Sebastian Thiel (Byron)

documentation

README

git-pathspec

Testing

Fuzzing

cargo fuzz is used for fuzzing, installable with cargo install cargo-fuzz.

Targets can be listed with cargo fuzz list and executed via cargo +nightly fuzz run <target>, where <target> can be parse for example.

Notes

  • There is one additional keyword that git can parse, but that this crate doesn't support yet: the prefix keyword

    Here is a commit in which prefix is somewhat explained.

Commit count: 12542

cargo fmt