[PATCH] Use '-d' as the first flag to 'install'
[git.git] / Documentation / git-build-rev-cache.txt
1 git-build-rev-cache(1)
2 ======================
3
4 NAME
5 ----
6 git-build-rev-cache - Create or update a rev-cache file.
7
8 SYNOPSIS
9 --------
10 'git-build-rev-cache' [-v] <rev-cache-file> < list-of-heads
11
12 DESCRIPTION
13 -----------
14 Creates or updates a file that describes the commit ancestry reachable
15 from the list-of-head read from stdin. This file is in an append-only
16 binary format to make the server side friendly to rsync mirroring
17 scheme, and can be read by the git-show-rev-cache command.
18
19 OPTIONS
20 -------
21 -v::
22         Verbose.
23
24 <rev-cache-file>::
25         The rev-cache to operate on.
26
27 Author
28 ------
29 Written by Junio C Hamano <junkio@cox.net>
30
31 Documentation
32 --------------
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
34
35 GIT
36 ---
37 Part of the link:git.html[git] suite
38