加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.git-blame-ignore-revs 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
Allison Vacanti 提交于 2020-11-24 14:31 . Add .git-blame-ignore-revs file.
# Exclude these commits from git-blame and similar tools.
#
# To use this file, run the following command from the repo root:
#
# ```
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
# ```
#
# Include a brief comment with each commit added, for example:
#
# ```
# d92d9f8baac5ec48a8f8718dd69f415a45efe372 # Initial clang-format
# ```
#
# Only add commits that are pure formatting changes (e.g.
# clang-format version changes, etc).
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化