mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
530e741c72
Most of them are still stubs, but the procedure to build the HTML documentation, maintaining the index and installing the end product are there. I placed names of people who are likely to know the most about the topic in the stub files, so that volunteers will know whom to ask questions as needed. Signed-off-by: Junio C Hamano <gitster@pobox.com>
9 lines
237 B
Text
9 lines
237 B
Text
revision walking API
|
|
====================
|
|
|
|
Talk about <revision.h>, things like:
|
|
|
|
* two diff_options, one for path limiting, another for output;
|
|
* calling sequence: init_revisions(), setup_revsions(), get_revision();
|
|
|
|
(Linus, JC, Dscho)
|