kind: parseGitFileChangeKind()

in src/dev-ops.ts [127:134]


        kind: parseGitFileChangeKind(line),
        path: line.substr(2),
      }))
  }

  const getJsonString = async (filePath: string, branch: string) => {
    // tslint:disable-next-line:no-try
    try {