This is v2 of my series [1] to simplify the setup and use of the `struct grep_opt grep_defaults`. The only difference compared to v1 is in the third patch which now drops more code in favor of copying the whole struct in one go. [1] https://lore.kernel.org/git/cover.1605972564.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 | 90 +++++++++-------------------- revision.c | 1 - 6 files changed, 28 insertions(+), 100 deletions(-) -- 2.29.2.454.gaff20da3a2