Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
environment: normalize use of prefixcmp() by removing " != 0"
author
Christian Couder
<chriscool@tuxfamily.org>
Sun, 1 Dec 2013 07:49:14 +0000
(08:49 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 5 Dec 2013 22:12:52 +0000
(14:12 -0800)
To be able to automatically convert prefixcmp() to starts_with()
we need first to make sure that prefixcmp() is always used in
the same way.
So let's remove " != 0" after prefixcmp().
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
a4552ce
)
No differences found