1git-show-rev-cache(1) 2===================== 3 4NAME 5---- 6git-show-rev-cache - Show the contents of a rev-cache file. 7 8SYNOPSIS 9-------- 10'git-show-rev-cache' <rev-cache-file> 11 12DESCRIPTION 13----------- 14Show the contents of <rev-cache-file>. 15 16A rev-cache file describes the commit ancestry reachable from references 17supplied as input to get-build-rev-cache. This file is in an 18append-only binary format to make the server side friendly to rsync 19mirroring scheme. 20 21OPTIONS 22------- 23<rev-cache-file>:: 24 Rev-cache file to display. 25 26Author 27------ 28Written by Junio C Hamano <junkio@cox.net> 29 30Documentation 31-------------- 32Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. 33 34GIT 35--- 36Part of the link:git.html[git] suite 37