Const tightening.
authorJunio C Hamano <junkio@cox.net>
Sun, 5 Mar 2006 10:47:29 +0000 (02:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Mar 2006 10:47:29 +0000 (02:47 -0800)
commit9201c707426b3dc0c894775416f576c25c008d46
tree235727178999b09a9d26ff4c384199558761fe15
parent4a5d6939509f9aeef600ea17643caef4c898b12f
Const tightening.

Mark Wooding noticed there was a type mismatch warning in git.c; this
patch does things slightly differently (mostly tightening const) and
was what I was holding onto, waiting for the setup-revisions change
to be merged into the master branch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
blame.c
exec_cmd.c
exec_cmd.h
git.c
receive-pack.c
run-command.c
run-command.h
send-pack.c
shell.c
upload-pack.c