6 git-show-rev-cache - Show the contents of a rev-cache file.
10 'git-show-rev-cache' <rev-cache-file>
14 Show the contents of <rev-cache-file>.
16 A rev-cache file describes the commit ancestry reachable from references
17 supplied as input to get-build-rev-cache. This file is in an
18 append-only binary format to make the server side friendly to rsync
24 Rev-cache file to display.
28 Written by Junio C Hamano <junkio@cox.net>
32 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
36 Part of the link:git.html[git] suite