diff options
author | A Large Angry SCM <gitzilla@gmail.com> | 2005-09-07 17:19:48 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-07 14:24:41 -0700 |
commit | 8bfcd309907b1f612e82477739bbe2b98b5689a4 (patch) | |
tree | e42d8bf37c0d6b161095b34092b9b08206d9a2d5 | |
parent | f67545eade1913858346dba15ff613d3a5a6fbf5 (diff) | |
download | git-8bfcd309907b1f612e82477739bbe2b98b5689a4.tar.gz |
[PATCH] Docs for git-show-rev-cache.
Signed-off-by: A Large Angry SCM <gitzilla@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-show-rev-cache.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Documentation/git-show-rev-cache.txt b/Documentation/git-show-rev-cache.txt index 48f1ca3de2..104ecb7b0f 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 ] <args>... +'git-show-rev-cache' <rev-cache-file> DESCRIPTION ----------- -Does something not yet documented. +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. OPTIONS ------- ---option:: - Some option not yet documented. - -<args>...:: - Some argument not yet documented. - +<rev-cache-file>:: + Rev-cache file to display. Author ------ |