Class Blame


class Blame extends TextBuiltin
  • Field Details

    • comparator

      private RawTextComparator comparator
    • abbrev

      private int abbrev
    • showLongRevision

      private boolean showLongRevision
    • showRawTimestamp

      private boolean showRawTimestamp
    • showBlankBoundary

      private boolean showBlankBoundary
    • noAuthor

      private boolean noAuthor
    • showAuthorEmail

      private boolean showAuthorEmail
    • showSourcePath

      private boolean showSourcePath
    • showSourceLine

      private boolean showSourceLine
    • root

      private boolean root
    • rangeString

      private String rangeString
    • reverseRange

      private List<RevCommit> reverseRange
    • revision

      private String revision
    • file

      private String file
    • abbreviatedCommits

      private final Map<RevCommit,String> abbreviatedCommits
    • dateFmt

      private SimpleDateFormat dateFmt
    • begin

      private int begin
    • end

      private int end
    • blame

      private BlameResult blame
    • dummyDate

      private final PersonIdent dummyDate
      Used to get a current time stamp for lines without commit.
  • Constructor Details

    • Blame

      Blame()
  • Method Details