6 git-build-rev-cache - Create or update a rev-cache file.
10 'git-build-rev-cache' [-v] <rev-cache-file> < list-of-heads
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.
25 The rev-cache to operate on.
29 Written by Junio C Hamano <junkio@cox.net>
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
37 Part of the link:git.html[git] suite