basic revision cache system, no integration or features
authorNick Edelen <sirnot@gmail.com>
Mon, 7 Sep 2009 14:10:47 +0000 (16:10 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 17:06:55 +0000 (10:06 -0700)
commit4d9b61470a4b902668cc2491697f4fcc6370b5ae
tree9aa9f8c87bbbfd8da836be4269f81547b11fd147
parent35e7e024dfffefe90773d96963257f4c4c05b8db
basic revision cache system, no integration or features

Second in the revision cache series, this particular patch provides:
 - minimal API: caching only commit topo data
 - minimal porcelain: add and walk cache slices
 - appropriate tests

Signed-off-by: Nick Edelen <sirnot@gmail.com>
Makefile
builtin-rev-cache.c [new file with mode: 0644]
builtin.h
commit.c
git.c
rev-cache.c [new file with mode: 0644]
rev-cache.h [new file with mode: 0644]
revision.c
revision.h
t/t6017-rev-cache-list.sh [new file with mode: 0755]