lhotari opened a new pull request #11:
URL: https://github.com/apache/pulsar-test-infra/pull/11


   Fixes #10
   
   The problem is that `git diff --dirstat=files,0 <commit>` doesn't
   show changes in the root directory.
   Replace with
   `git diff --name-only <commit> | awk -F "/*[^/]*/*$" '{ print ($1 == "" ? 
"." : $1); }' | sort | uniq`
   which will list changes in the root directory as "."


----------------------------------------------------------------
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.

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


Reply via email to