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("")
|
log.Info("")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
os.Chdir(repo.GetFullPath())
|
||||||
|
|
||||||
os.Setenv("LESS", "-XR")
|
os.Setenv("LESS", "-XR")
|
||||||
if err := shell.Exec([]string{"git", "diff"}); err != nil {
|
if err := shell.Exec([]string{"git", "diff"}); err != nil {
|
||||||
|
|
Loading…
Reference in New Issue