Re: [PATCH 74/75] diff --no-index: use parse_options() instead of diff_opt_parse()
On Thu, Dec 27, 2018 at 11:26 AM Nguyễn Thái Ngọc Duy wrote: > While at there, move exit() back to the caller. It's easier to see the > flow that way then burying it in diff-no-index.c s/then/than/ > Signed-off-by: Nguyễn Thái Ngọc Duy
[PATCH 74/75] diff --no-index: use parse_options() instead of diff_opt_parse()
While at there, move exit() back to the caller. It's easier to see the flow that way then burying it in diff-no-index.c Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/diff.c | 21 +++-- diff-no-index.c | 49 diff.h