[PATCH] git-http-fetch: Allow caching of retrieved objects by proxy servers
[git/gitweb.git] / Documentation / git-build-rev-cache.txt
blob1dbad7763f9ad34b534fc06ebd6fbc05a38061c0
1 git-build-rev-cache(1)
2 ======================
4 NAME
5 ----
6 git-build-rev-cache - Create or update a rev-cache file.
8 SYNOPSIS
9 --------
10 'git-build-rev-cache' [-v] <rev-cache-file> < list-of-heads
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.
19 OPTIONS
20 -------
21 -v::
22         Verbose.
24 <rev-cache-file>::
25         The rev-cache to operate on.
27 Author
28 ------
29 Written by Junio C Hamano <junkio@cox.net>
31 Documentation
32 --------------
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
35 GIT
36 ---
37 Part of the link:git.html[git] suite