Git2::GitBlameFlagT
Inherits Enum < Comparable < Value < Object
Constants
GIT_BLAME_NORMAL = 1
GIT_BLAME_TRACK_COPIES_SAME_FILE = 2
GIT_BLAME_TRACK_COPIES_SAME_COMMIT_MOVES = 4
GIT_BLAME_TRACK_COPIES_SAME_COMMIT_COPIES = 8
GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES = 16
GIT_BLAME_FIRST_PARENT = 32
GIT_BLAME_USE_MAILMAP = 64
GIT_BLAME_IGNORE_WHITESPACE = 128
None = 0
All = 255
Instance methods
git_blame_ignore_whitespace?
Returns true if this enum value contains GIT_BLAME_IGNORE_WHITESPACE
git_blame_track_copies_any_commit_copies?
Returns true if this enum value contains GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES
git_blame_track_copies_same_commit_copies?
Returns true if this enum value contains GIT_BLAME_TRACK_COPIES_SAME_COMMIT_COPIES
git_blame_track_copies_same_commit_moves?
Returns true if this enum value contains GIT_BLAME_TRACK_COPIES_SAME_COMMIT_MOVES
git_blame_track_copies_same_file?
Returns true if this enum value contains GIT_BLAME_TRACK_COPIES_SAME_FILE
none?
Source