As you guessed, this is another updater test.
This commit is contained in:
parent
2573896523
commit
5687922514
|
@ -68,7 +68,6 @@ func updater(scanner *bufio.Scanner) bool {
|
||||||
return logError(err)
|
return logError(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// The unstaged files are particularly resistant, so blast them away at full force
|
|
||||||
err = workTree.Reset(&git.ResetOptions{Mode: git.MixedReset})
|
err = workTree.Reset(&git.ResetOptions{Mode: git.MixedReset})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return logError(err)
|
return logError(err)
|
||||||
|
|
Loading…
Reference in New Issue