okay
This commit is contained in:
parent
456de36547
commit
ffe615ef2a
|
@ -44,12 +44,11 @@ func doCommit() {
|
||||||
okExit("")
|
okExit("")
|
||||||
}
|
}
|
||||||
|
|
||||||
if ! repo.IsDirty() {
|
if !repo.IsDirty() {
|
||||||
okExit("this repo is not dirty")
|
okExit("this repo is not dirty")
|
||||||
} else {
|
} else {
|
||||||
log.Info("repo is dirty", repo.GetFullPath())
|
log.Info("repo is dirty", repo.GetFullPath())
|
||||||
}
|
}
|
||||||
okExit("hmm")
|
|
||||||
|
|
||||||
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
|
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
|
||||||
found := new(gitpb.Repos)
|
found := new(gitpb.Repos)
|
||||||
|
|
Loading…
Reference in New Issue