contrib / coccinelle / preincr.coccion commit Merge branch 'master' of https://github.com/prati0100/git-gui (7e1976e)
   1@ preincrement @
   2identifier i;
   3@@
   4- ++i > 1
   5+ i++