summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f67545e)
raw | patch | inline | side by side (parent: f67545e)
author | A Large Angry SCM <gitzilla@gmail.com> | |
Wed, 7 Sep 2005 21:19:48 +0000 (17:19 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 7 Sep 2005 21:24:41 +0000 (14:24 -0700) |
Signed-off-by: A Large Angry SCM <gitzilla@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-show-rev-cache.txt | patch | blob | history |
index 48f1ca3de2c1ad237a3959253c00edbd509e3149..104ecb7b0ff07834df7a834989dba6c04a252857 100644 (file)
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
------