builtin-fetch.c (store_updated_refs): Honor update_local_ref() return value
[git] / Documentation / technical / api-revision-walking.txt
1 revision walking API
2 ====================
3
4 Talk about <revision.h>, things like:
5
6 * two diff_options, one for path limiting, another for output;
7 * calling sequence: init_revisions(), setup_revsions(), get_revision();
8
9 (Linus, JC, Dscho)