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