Sha256: ae048a4d6ef055ceeda0d9ea84f483463b1089cb29a3b54750e5bda060e88acd
Contents?: true
Size: 676 Bytes
Versions: 2
Compression:
Stored size: 676 Bytes
Contents
# These commits should be ignored by git-blame, making it much easier to step through the history # of a line without hitting formatting commits (esp. large, update-all-the-files sorts of commits). # # For git-blame to ignore these revisions, you'll need to tell it about this file. # # You can either pass it to the command each time: # git blame --ignore-rev-file=.git-blame-ignore-revs -L 12,14 lib/repeatable/conversions.rb # # Or you can set it as a config value, which will be used by all git-blame commands henceforth: # git config blame.ignoreRevsFile .git-blame-ignore-revs # Initial style fix after introducing Standard 16899ecbfea2c371ed1fafada52e6abe227b3b1d
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
boolean_timestamp-1.1.0 | .git-blame-ignore-revs |
boolean_timestamp-1.0.0 | .git-blame-ignore-revs |