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