commit --all does all dirty repos

This commit is contained in:
Jeff Carr 2025-02-20 09:39:00 -06:00
parent 77da32b99a
commit 815585d343
1 changed files with 1 additions and 0 deletions

View File

@ -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 {