diff options
Diffstat (limited to 'Documentation/technical/api-path-walk.adoc')
| -rw-r--r-- | Documentation/technical/api-path-walk.adoc | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/technical/api-path-walk.adoc b/Documentation/technical/api-path-walk.adoc index 34c905eb9c..a67de1b143 100644 --- a/Documentation/technical/api-path-walk.adoc +++ b/Documentation/technical/api-path-walk.adoc @@ -39,7 +39,10 @@ It is also important that you do not specify the `--objects` flag for the  the objects will be walked in a separate way based on those starting  commits. -`commits`, `blobs`, `trees`, `tags`:: +`commits`:: +`blobs`:: +`trees`:: +`tags`::  	By default, these members are enabled and signal that the path-walk  	API should call the `path_fn` on objects of these types. Specialized  	applications could disable some options to make it simpler to walk  | 
