Releases: mattmahn/gitall.rs
Releases · mattmahn/gitall.rs
v0.6.0
v0.5.0
v0.4.0
v0.3.1-beta3
ci: new deploy secrets
v0.3.0
v0.2.2
v0.2.1
v0.2.0
Fixed
- #3: Directories are properly recursed into until the "shallowest" Git repository is found.
Added
- Future releases will have pre-built binaries for
x86_64-pc-windows-msvc
- #2: The printed output is colorful by default! The path/repo headers for successful Git commands will be printed in green, while failed commands are printed in red. The new
--color
option controls the colorful behavior. The--color
option is also passed to a whitelist of Git commands, in order to control their output as well.
v0.1.1
v0.1.0
Added
- Run Git commands in all repositories below the current directory
- Commands will be run in parallel; the maximum of which is the number of logical processors in the system
-d
/--max-depth
option to specify the maximum depth to search for Git repositories-L
/--follow
flag to follow symbolic links when walking the directory search tree-D
/--directory
option to set the search directory to something other than the current working directory