Class Blame

Index

Constructor methods

Properties

Constructor methods

constructor(repo: Repo, file: string, callback: (err: any, blame: "git".Blame) => void): Blame

Parameters

  • repo: Repo
  • file: string
  • callback: (err: any, blame: "git".Blame) => void

Returns

Blame

constructor(repo: Repo, file: string, commit: string, callback: (err: any, blame: "git".Blame) => void): Blame

Parameters

  • repo: Repo
  • file: string
  • commit: string
  • callback: (err: any, blame: "git".Blame) => void

Returns

Blame

Properties

public commit: string

public file: string

public lines: BlameLine[]

public repo: Repo