git-show-rev-cache - Show the contents of a rev-cache file.
git-show-rev-cache <rev-cache-file>
Show the contents of <rev-cache-file>.
A rev-cache file describes the commit ancestry reachable from references supplied as input to get-build-rev-cache. This file is in an append-only binary format to make the server side friendly to rsync mirroring scheme.
Rev-cache file to display.
Written by Junio C Hamano <junkio@cox.net>
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
Part of the git suite