This is an automated email from the ASF dual-hosted git repository.

jincheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a7f96e  [IOTDB-1156] Add .git-blame-ignore-revs for ignore the 
commit(70fc76de8b) of  code format refactor (#2692)
8a7f96e is described below

commit 8a7f96e2ef45ccfc6d3f09d1643f04c0eb4dbf54
Author: Jincheng Sun <[email protected]>
AuthorDate: Thu Feb 18 19:38:44 2021 +0800

    [IOTDB-1156] Add .git-blame-ignore-revs for ignore the commit(70fc76de8b) 
of  code format refactor (#2692)
    
    This feature requires Git >= 2.24
    To use it by default in git blame:
    git config blame.ignoreRevsFile .git-blame-ignore-revs
---
 .git-blame-ignore-revs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000..fcb4059
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,4 @@
+# This feature requires Git >= 2.24
+# To use it by default in git blame:
+# git config blame.ignoreRevsFile .git-blame-ignore-revs
+70fc76de8b5a032269b2d4f10b956d045b0e95ec

Reply via email to