X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-rev-cache.txt;h=104ecb7b0ff07834df7a834989dba6c04a252857;hb=4d3fe0c5f342d0b00209916cf6951c2f8db414d2;hp=48f1ca3de2c1ad237a3959253c00edbd509e3149;hpb=51017101c7a308745ba3c04944457f1dc6a55780;p=git.git diff --git a/Documentation/git-show-rev-cache.txt b/Documentation/git-show-rev-cache.txt index 48f1ca3d..104ecb7b 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 ------