author | Dennis Stosberg <dennis@stosberg.net> | |
Tue, 11 Apr 2006 16:37:58 +0000 (18:37 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 11 Apr 2006 18:45:37 +0000 (11:45 -0700) | ||
commit | ef9e58c826a4fcaa13457cd8177518163f82972a | |
tree | 944a5b90525514d0942c01293679e137c0324c6f | tree | snapshot |
parent | 40d88d4fa3b13c0e7fe8eca23ff6d27e790bada2 | commit | diff |
Replace index() with strchr().
strchr() is more portable than index() and is used everywhere in
git already.
Signed-off-by: Junio C Hamano <junkio@cox.net>
strchr() is more portable than index() and is used everywhere in
git already.
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c | diff | blob | history | |
http-push.c | diff | blob | history |