Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unpack_trees: group error messages by type | Matthieu Moy | 2010-08-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | When an error is encountered, it calls add_rejected_file() which either - directly displays the error message and stops if in plumbing mode (i.e. if show_all_errors is not initialized at 1) - or stores it so that it will be displayed at the end with display_error_msgs(), Storing the files by error type permits to have a list of files for which there is the same error instead of having a serie of almost identical errors. As each bind_overlap error combines a file and an old file, a list cannot be done, therefore, theses errors are not stored but directly displayed. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||||
* | technical-docs: document tree-walking API | Stephen Boyd | 2009-08-03 | 1 | -7/+140 |
| | | | | | Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||||
* | Start preparing the API documents. | Junio C Hamano | 2007-12-14 | 1 | -0/+12 |
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> |