svn - How can I find commits with commit messages less than N characters? -


Is it possible to get a complete list of commitments, their amendment numbers and the user in any modern SCM when a specific Character is counted?

I have to find out that any of the developers - side down with useless commit is giving down.

Disclamer: I understand that less committed messages can sometimes be useful, but when you teach people to use version control for the first time Trying to

Is there anything like this? Change any modification category and 80 with HEAD which should also be your minenum message message character.

  git rev-list HEAD | Xargs -iX sh -c \ "if test \" \ $ (git show --quiet --pretty = format:% s% n% b x | wc -c) \ "-lt 80; then echo x; Fi " 

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -