[ https://issues.apache.org/jira/browse/SOLR-15454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357497#comment-17357497 ]
ASF subversion and git services commented on SOLR-15454: -------------------------------------------------------- Commit dc88b4a1698ba2e132149ed631a3f1d5fa8e5fb2 in solr's branch refs/heads/cpoerschke-patch-1 from Christine Poerschke [ https://gitbox.apache.org/repos/asf?p=solr.git;h=dc88b4a ] SOLR-15454, SOLR-14920: remove Lucene commits from .git-blame-ignore-revs and add Solr commits placeholder > 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 > > 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