X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-tree-walking.txt;h=14af37c3f14854e87d9d28f60b5ff72eb189c37f;hb=a2c6726417db22bea7a878aeb88e18bcc95e5c0c;hp=55b728632cb7fa18de0d1dc070f5007acef053e0;hpb=92de348948d59f797dd4f15d6a4558c0563203b1;p=git.git diff --git a/Documentation/technical/api-tree-walking.txt b/Documentation/technical/api-tree-walking.txt index 55b728632..14af37c3f 100644 --- a/Documentation/technical/api-tree-walking.txt +++ b/Documentation/technical/api-tree-walking.txt @@ -42,6 +42,8 @@ information. * `data` can be anything the `fn` callback would want to use. +* `show_all_errors` tells whether to stop at the first error or not. + Initializing ------------