代码拉取完成,页面将自动刷新
# git-blame ignore list
#
# Since version 2.23 (released in August 2019), git-blame has a feature to
# ignore or bypass certain commits.
#
# This file contains a list of commits that are unlikely what you are looking
# for in a typical git-blame, such as mass reformatting or renaming. There are
# three ways to use this file:
#
# 1. Most typically, you would want to configure git to use this file as the
# default ignore file for git-blame:
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# This allows git-blame to act like git-hyper-blame, skipping specified
# commits and trying harder to attribute changes to "interesting" commits in
# the history. This also allows tools (most notably, IDE's and text editors)
# that lack options to adopt this behavior.
#
# 1. If you have configured Git as above, but occasionally needs the "real",
# unadulterated annotation, you can suppress this setting one-off by
# supplying an empty ignore-revs-file argument to blame like the following:
#
# $ git blame --ignore-revs-file '' -w CTranslatorExprToDXL.cpp
#
# 1. For those paranoids out there who'd like to keep the default behavior,
# they can always manually ignore commits in this file manually:
#
# $ git blame --ignore-revs-file .git-blame-ignore-revs -w -- src/backend/gpopt/gpdbwrappers.cpp
# Hungarian notation removal: GPOS and Naucrates libraries (GPORCA)
f3da624ccd796364bb8bb84496cd6bf5b2828c1e
# Format ORCA and GPOPT (GPORCA)
9fb3df2549731629b3df1b38b99087c9dcbccb90
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。