[ 
https://issues.apache.org/jira/browse/SOLR-15454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359049#comment-17359049
 ] 

Dawid Weiss commented on SOLR-15454:
------------------------------------

I did express my opinion that it's no harm to leave those commits in. They're 
part of the commit tree. It's fine either way though.

> remove Lucene commits from .git-blame-ignore-revs
> -------------------------------------------------
>
>                 Key: SOLR-15454
>                 URL: https://issues.apache.org/jira/browse/SOLR-15454
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Trivial
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Transferring the third part of [~dsmiley]'s 
> https://github.com/apache/solr/pull/162#issuecomment-854778916 comment here 
> for visibility and transparency:
> bq. ...  `/.git-blame-ignore-revs` The current contents of that file should 
> be wiped clean because they are all Lucene commits. We inherited it from the 
> split.
> ----
> I note that we also inherited 
> https://github.com/apache/solr/blob/a827aaac2bc1cc86bf182592203ea8fc749d3318/help/git.txt#L27
> {code}
> git config blame.ignoreRevsFile .git-blame-ignore-revs
> {code}
> content i.e. nothing to be done there. 
> https://www.git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
>  has info on what the file is about, in case you (like me) haven't come 
> across it before.
> Also I double-checked via
> {code}
> for commit in $(grep -v '#' .git-blame-ignore-revs)
> do
>   git show --name-only $commit
> done | grep -v ^"lucene/" | sort -u
> {code}
> result inspection that indeed the file contents can be wiped clean i.e. its 
> essentially all Lucene commits.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to