more small fixes
This commit is contained in:
parent
ef8240da56
commit
46c617a31a
|
@ -46,6 +46,8 @@ func doCommit() {
|
||||||
|
|
||||||
if ! repo.IsDirty() {
|
if ! repo.IsDirty() {
|
||||||
okExit("this repo is not dirty")
|
okExit("this repo is not dirty")
|
||||||
|
} else {
|
||||||
|
log.Info("repo is dirty", repo.GetFullPath())
|
||||||
}
|
}
|
||||||
|
|
||||||
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
|
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
|
||||||
|
|
Loading…
Reference in New Issue