summaryrefslogtreecommitdiff
path: root/Documentation/git-build-rev-cache.txt
blob: 1dbad7763f9ad34b534fc06ebd6fbc05a38061c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
git-build-rev-cache(1)
======================
 
NAME
----
git-build-rev-cache - Create or update a rev-cache file.
 
SYNOPSIS
--------
'git-build-rev-cache' [-v] <rev-cache-file> < list-of-heads
 
DESCRIPTION
-----------
Creates or updates a file that describes the commit ancestry reachable
from the list-of-head read from stdin. This file is in an append-only
binary format to make the server side friendly to rsync mirroring
scheme, and can be read by the git-show-rev-cache command.
 
OPTIONS
-------
-v::
	Verbose.
 
<rev-cache-file>::
	The rev-cache to operate on.
 
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