()
| 133 | } |
| 134 | |
| 135 | func resetCommitMsgFlags() { |
| 136 | commitMsgTaskID = "" |
| 137 | commitMsgType = "chore" |
| 138 | commitMsgBody = false |
| 139 | commitMsgShort = false |
| 140 | taskDir = "." |
| 141 | } |
| 142 | |
| 143 | // mockGitDiffAndRoot sets up gitDiffFunc and gitRootFunc for tests. |
| 144 | // diffOutput is the fake diff content. gitRoot is the fake git root directory. |
no outgoing calls
no test coverage detected