Open kyeongsoo opened 5 years ago
Just wanted to say that it does work in serial mode:
i.e.:
mu set-var serial=1
mu gc
But not in parallel mode.
I don't really know why git gc
fails in parallel mode (maybe git gc
needs a real tty which is not available when working in parallel mode?).
First of all, great thanks for your providing this nice tool. Thanks to mu-repo, now I can better manage multiple git repositories in a more systematic way.
The git command 'gc', however, seems to have no effects when running it by "mu gc" as shown below:
Running 'gc' through git aliases throught the stackoverflow solution suggested by Jose Luis Blanco, however, result in the following:
Note that other git commands show the resulting messages unlike the 'gc'.