Sorry, had a typo:

On 10/10/2014 03:13 PM, Assaf Gordon wrote:
     # For each file managed by git (with 'git ls'),
     # compare it to the corresponding file in the other directory:
     git ls -0 | xargs -0 -I% diff -q % ../dpdk-1.7.1/%


Should be:
 git ls -z | xargs -0 -I% diff -q % ../dpdk-1.7.1/%




Reply via email to