这是indexloc提供的服务,不要输入任何密码
Skip to content

command 'gc' has no effect in parallel mode #54

@kyeongsoo

Description

@kyeongsoo

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:

> mu gc

  Bin : git gc

  Learning : git gc

  Research : git gc

  dotFiles : git gc

  elisp : git gc 

Running 'gc' through git aliases throught the stackoverflow solution suggested by Jose Luis Blanco, however, result in the following:

> git all gc
Bin/.git
Counting objects: 65, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (47/47), done.
Writing objects: 100% (65/65), done.
Total 65 (delta 5), reused 65 (delta 5)

Learning/.git
Counting objects: 6, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), done.
Total 6 (delta 0), reused 6 (delta 0)
...

Note that other git commands show the resulting messages unlike the 'gc'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions