jj/lib
Samuel Tardieu 0ca4e2dad2 git: absence of globs is None rather than &[]
In `git_fetch()`, any glob present in `globs` is an "allow" mark. Using
`&[]` to represent an "allow-all" may be misleading, as it could
indicate that no branch (only the git HEAD) should be fetched.

By using an `Option<&[&str]>`, it is clearer that `None` means that
all branches are fetched.
2023-03-02 10:09:08 +01:00
..
gen-protos cargo: bump prost-build from 0.11.7 to 0.11.8 2023-02-28 16:13:14 +00:00
src git: absence of globs is None rather than &[] 2023-03-02 10:09:08 +01:00
tests git: absence of globs is None rather than &[] 2023-03-02 10:09:08 +01:00
testutils cargo: bump tempfile from 3.3.0 to 3.4.0 2023-02-27 11:06:51 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump tempfile from 3.3.0 to 3.4.0 2023-02-27 11:06:51 -08:00