commit --all does all dirty repos
This commit is contained in:
parent
77da32b99a
commit
815585d343
|
@ -70,6 +70,7 @@ func doCommitRepo(repo *gitpb.Repo) error {
|
|||
log.Info("")
|
||||
return nil
|
||||
}
|
||||
os.Chdir(repo.GetFullPath())
|
||||
|
||||
os.Setenv("LESS", "-XR")
|
||||
if err := shell.Exec([]string{"git", "diff"}); err != nil {
|
||||
|
|
Loading…
Reference in New Issue