Enumeration

GgitBlameFlags

Declaration

flags Ggit.BlameFlags

Description

No description available.

Members

GGIT_BLAME_NORMAL

Normal blame, the default.

  • Value: 0
  • Available since: 1.0
GGIT_BLAME_TRACK_COPIES_SAME_FILE

Track lines that have moved within a file (like git blame -M).

  • Value: 1
  • Available since: 1.0