Thread (1 message) 1 message, 1 author, 2018-11-13

Re: [RFC PATCH] Using no- for options instead of duplication

From: Junio C Hamano <hidden>
Date: 2018-11-13 13:09:17

Ævar Arnfjörð Bjarmason [off-list ref] writes:
This doesn't spew out a histogram, but you can use the various "git
grep/blame" one-liners (https://www.google.nl/search?q=git+grep+blame)
plus shell one-liner to get something useful:

    git grep -e '^--no-' -e '^--\[no-' -n | perl -F':' -anpe '$_=`git blame -L$F[1],+1 $F[0]`' | perl -pe 's/^.* (\d{4})-.*\) /$1 /' | sort -n
Yikes.  I cannot easily unsee this X-<.

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help