dweiss commented on issue #14785: URL: https://github.com/apache/lucene/issues/14785#issuecomment-2979190779
Thanks, Uwe. > The "working copy clean" check was faster and better implemented with jgit It's not that bad, really - the format of the git tool's status may be a bit odd but it's ok once you read through the docs [1]. We just parse the output of native git [2]. Should work with all sorts of git extensions, respect local user settings, etc. [1] https://git-scm.com/docs/git-status#_porcelain_format_version_2 [2] https://github.com/apache/lucene/blob/main/build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/gitinfo/GitInfoValueSource.java#L63-L91 -- 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