X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-tree-walking.txt;h=14af37c3f14854e87d9d28f60b5ff72eb189c37f;hb=7cc1e385a0b0caa27de714a6c7242b14bf023a65;hp=55b728632cb7fa18de0d1dc070f5007acef053e0;hpb=b0e67fffb42059cc5dca6f58c376a2ffc5fb4520;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 ------------