]> git.ipfire.org Git - thirdparty/git.git/commit
fsck: drop unused parameter from traverse_one_object()
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Jan 2011 20:46:55 +0000 (12:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Jan 2011 20:58:10 +0000 (12:58 -0800)
commita1cdc251728b4a2553e38a5427851b14643c7649
tree04139b95f256dd34a9de01f6dbf3a569a04c582b
parentd2d434beeb03e4ee648ca7ca2a1ea1ed09077306
fsck: drop unused parameter from traverse_one_object()

Also add comments to seemingly unsafe pointer dereferences, that
are all safe.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fsck.c