Hi Duy,
On Thu, 17 Jan 2019, Nguyễn Thái Ngọc Duy wrote:
> +static int diff_opt_break_rewrites(const struct option *opt,
> +const char *arg, int unset)
> +{
> + int *break_opt = opt->value;
> + int opt1, opt2;
> +
> + BUG_ON_OPT_NEG(unset);
> + if (
Signed-off-by: Nguyễn Thái Ngọc Duy
---
diff.c | 63 ++
1 file changed, 37 insertions(+), 26 deletions(-)
diff --git a/diff.c b/diff.c
index c70de7f358..d4c378e836 100644
--- a/diff.c
+++ b/diff.c
@@ -4844,6 +4844,31 @@ static int parse_obj
2 matches
Mail list logo