]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-show-rev-cache.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-show-rev-cache.txt
CommitLineData
7fc9d69f
JH
1git-show-rev-cache(1)
2=====================
3
4NAME
5----
8bfcd309 6git-show-rev-cache - Show the contents of a rev-cache file.
7fc9d69f
JH
7
8SYNOPSIS
9--------
8bfcd309 10'git-show-rev-cache' <rev-cache-file>
7fc9d69f
JH
11
12DESCRIPTION
13-----------
8bfcd309 14Show the contents of <rev-cache-file>.
7fc9d69f 15
8bfcd309
LAS
16A rev-cache file describes the commit ancestry reachable from references
17supplied as input to get-build-rev-cache. This file is in an
18append-only binary format to make the server side friendly to rsync
19mirroring scheme.
7fc9d69f
JH
20
21OPTIONS
22-------
8bfcd309
LAS
23<rev-cache-file>::
24 Rev-cache file to display.
7fc9d69f
JH
25
26Author
27------
28Written by Junio C Hamano <junkio@cox.net>
29
30Documentation
31--------------
32Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
33
34GIT
35---
36Part of the link:git.html[git] suite
37