]> git.ipfire.org Git - thirdparty/git.git/commit - sh-i18n--envsubst.c
remove unnecessary check before QSORT
authorRené Scharfe <l.s.r@web.de>
Thu, 29 Sep 2016 15:29:29 +0000 (17:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 22:42:18 +0000 (15:42 -0700)
commit76dd98c13947bd811c1d11d0c63ccdc9a4fb3142
tree71fe0bb6d2dafa7df4986c3cdd742d8f081324ad
parent9ed0d8d6e6de7737fe9a658446318b86e57c6fad
remove unnecessary check before QSORT

Add a semantic patch for removing checks similar to the one that QSORT
already does internally and apply it to the code base.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fmt-merge-msg.c
contrib/coccinelle/qsort.cocci
sh-i18n--envsubst.c