UNPKG

code-story

Version:

Get your code activity log for standup from git

7 lines (6 loc) 270 B
import { BranchInfo } from './getBranchInfoFromNameRev'; import { GitlogOptions } from '..'; /** * Get breach info from stdout git nave-rev command */ export declare const getBranchInfoByCommitHash: (commitHash: string, options: GitlogOptions) => Promise<BranchInfo>;