Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connect: use strcmp() for string comparison
Get rid of magic string length constants and simply compare the strings using strcmp(). This makes the intent of the code a bit clearer. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information