daemon: mark some strings as const
commit1055a890f04784d7ea7cdaca8d30479e685d8643
authorJeff King <peff@peff.net>
Wed, 18 Jun 2014 19:41:58 +0000 (18 15:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Jun 2014 21:56:24 +0000 (18 14:56 -0700)
tree11368abe1bb143d71871912598b4f5f49c01fcd2
parent9e1a5ebe52d84c35eee18a896ad1b8bab53cadbf
daemon: mark some strings as const

None of these strings is modified; marking them as const
will help later refactoring.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
daemon.c