Skip to content

Commit

Permalink
LUCENE-9570: add parial reformatting commit reference to .git-blame-i…
Browse files Browse the repository at this point in the history
…gnore-revs [thanks rmuir] and add a note to git.txt aiding in making this a persistent local option.
  • Loading branch information
dweiss committed Dec 18, 2020
1 parent 6faa4f9 commit a827aaa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# LUCENE-9570 [google java formatter applied]
6faa4f98e04
13 changes: 13 additions & 0 deletions help/git.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
git
===

A list of resources that may be helpful for those learning git:

- Dawid's task-oriented help:
Expand All @@ -12,3 +15,13 @@ A list of resources that may be helpful for those learning git:

- git workflows, their pros and cons:
https://help.github.com/articles/what-is-a-good-git-workflow/


git blame
=========

Git blame shows the last revision that touched a line in a given file. Certain
reformatting commits may stand in the way here. Please issue the following
command so that git ignores those irrelevant commits:

git config blame.ignoreRevsFile .git-blame-ignore-revs

0 comments on commit a827aaa

Please sign in to comment.