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