dweiss commented on issue #13719:
URL: https://github.com/apache/lucene/issues/13719#issuecomment-2333762856

   > The check on a developers computer was not really wanted, so originally 
the task was only executed on CI runs.
   
   I don't know about that - I think it's one of the original reasons I added 
it to precommit... But it's been a while.
   
   Also, both modes you mention are actually very similar: nothing in the code 
ever calls "git add" so anything touched will be either untracked or modified 
by definition. I'm not sure I understand the difference. A notable exception is 
if something created a directory (empty or with something that is in 
.gitignore) - then this change would go unnoticed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to