Thread (1 message) 1 message, 1 author, 2017-10-07

Re: [PATCH 2/2] tests: fix diff order arguments in test_cmp

From: Junio C Hamano <hidden>
Date: 2017-10-07 01:19:04

Stefan Beller [off-list ref] writes:
quoted
How did you find these?  E.g. is there a grep pattern that reviewers
can use to repeat your results?
The grunge work was done via scrolling through

git -C t grep test_cmp

However it occurred to me that checking for the completeness could be done
via

  git -C t grep test_cmp | \
    awk '{$1=""; print }  | \ # remove file name from output
    sort | uniq
Just like grep's GNUism, you can use -h to lose awk, i.e.

	git grep -h -e test_cmp t/ | sort -u
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help