1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-06 01:03:02 +01:00
git/Documentation/git-show-rev-cache.txt
A Large Angry SCM 8bfcd30990 [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>
2005-09-07 14:24:41 -07:00

37 lines
728 B
Text

git-show-rev-cache(1)
=====================
NAME
----
git-show-rev-cache - Show the contents of a rev-cache file.
SYNOPSIS
--------
'git-show-rev-cache' <rev-cache-file>
DESCRIPTION
-----------
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
-------
<rev-cache-file>::
Rev-cache file to display.
Author
------
Written by Junio C Hamano <junkio@cox.net>
Documentation
--------------
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
GIT
---
Part of the link:git.html[git] suite