enum

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_first_parent?

Returns true if this enum value contains GIT_BLAME_FIRST_PARENT

Source
git_blame_ignore_whitespace?

Returns true if this enum value contains GIT_BLAME_IGNORE_WHITESPACE

Source
git_blame_normal?

Returns true if this enum value contains GIT_BLAME_NORMAL

Source
git_blame_track_copies_any_commit_copies?

Returns true if this enum value contains GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES

Source
git_blame_track_copies_same_commit_copies?

Returns true if this enum value contains GIT_BLAME_TRACK_COPIES_SAME_COMMIT_COPIES

Source
git_blame_track_copies_same_commit_moves?

Returns true if this enum value contains GIT_BLAME_TRACK_COPIES_SAME_COMMIT_MOVES

Source
git_blame_track_copies_same_file?

Returns true if this enum value contains GIT_BLAME_TRACK_COPIES_SAME_FILE

Source
git_blame_use_mailmap?

Returns true if this enum value contains GIT_BLAME_USE_MAILMAP

Source
none?
Source