Merge branch 'es/walken-tutorial-fix' into maint

Typofix.

* es/walken-tutorial-fix:
  doc: fix syntax error and the format of printf
maint
Junio C Hamano 2021-10-12 13:51:29 -07:00
commit fe77a458d1
1 changed files with 2 additions and 2 deletions

View File

@ -691,7 +691,7 @@ help understand. In our case, that means we omit trees and blobs not directly
referenced by `HEAD` or `HEAD`'s history, because we begin the walk with only referenced by `HEAD` or `HEAD`'s history, because we begin the walk with only
`HEAD` in the `pending` list.) `HEAD` in the `pending` list.)


First, we'll need to `#include "list-objects-filter-options.h`" and set up the First, we'll need to `#include "list-objects-filter-options.h"` and set up the
`struct list_objects_filter_options` at the top of the function. `struct list_objects_filter_options` at the top of the function.


---- ----