This is v3 of my series [1] [2] to simplify the setup and use of the `struct grep_opt grep_defaults`. The only difference compared to v2 is an added comment in the third patch. [1] https://lore.kernel.org/git/cover.1605972564.git.martin.agren@xxxxxxxxx/ [2] https://lore.kernel.org/git/cover.1606251357.git.martin.agren@xxxxxxxxx/ Martin Ågren (4): grep: don't set up a "default" repo for grep grep: use designated initializers for `grep_defaults` grep: copy struct in one fell swoop MyFirstObjectWalk: drop `init_walken_defaults()` Documentation/MyFirstObjectWalk.txt | 34 +--------- grep.h | 1 - builtin/grep.c | 1 - builtin/log.c | 1 - grep.c | 98 +++++++++++------------------ revision.c | 1 - 6 files changed, 36 insertions(+), 100 deletions(-) -- 2.29.2.454.gaff20da3a2