mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
git: Add .git-blame-ignore-revs file and add previous CMake cleanup commit to it
This file can be passed to git blame to ignore the listed revisions. With this large mechanistic reformats/cleanups can be done without influencing the blame-ability of the codebase. Sample usage: git blame --ignore-revs-file .git-blame-ignore-revs path/to/file Also one can make this permanent by using: git config blame.ignoreRevsFile .git-blame-ignore-revs
This commit is contained in:
2
.git-blame-ignore-revs
Normal file
2
.git-blame-ignore-revs
Normal file
@@ -0,0 +1,2 @@
|
||||
# Reindent CMakeLists
|
||||
6c9983155c65848a3e67976445cd20fb4fbfe108
|
||||
Reference in New Issue
Block a user