From: A Large Angry SCM Date: Wed, 7 Sep 2005 21:19:48 +0000 (-0400) Subject: [PATCH] Docs for git-show-rev-cache. X-Git-Tag: v0.99.6~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8bfcd309907b1f612e82477739bbe2b98b5689a4;p=git.git [PATCH] Docs for git-show-rev-cache. Signed-off-by: A Large Angry SCM Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-show-rev-cache.txt b/Documentation/git-show-rev-cache.txt index 48f1ca3de..104ecb7b0 100644 --- a/Documentation/git-show-rev-cache.txt +++ b/Documentation/git-show-rev-cache.txt @@ -3,26 +3,25 @@ git-show-rev-cache(1) NAME ---- -git-show-rev-cache - Some git command not yet documented. - +git-show-rev-cache - Show the contents of a rev-cache file. SYNOPSIS -------- -'git-show-rev-cache' [ --option ] ... +'git-show-rev-cache' DESCRIPTION ----------- -Does something not yet documented. +Show the contents of . +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. OPTIONS ------- ---option:: - Some option not yet documented. - -...:: - Some argument not yet documented. - +:: + Rev-cache file to display. Author ------