Re: [PATCHv8 5/5] pathspec: allow querying for attributes
From: Junio C Hamano <hidden> Date: 2016-06-16 02:19:31
Stefan Beller [off-list ref] writes:
$ grep -r "cat" |grep "<<-"|wc -l
915
$ grep -r "cat" |grep "<<"|grep -v "<<-"| wc -l
1329
I was undecided what the prevailing style is, some did indent,
others did not.