X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fadd.c;h=e127d5a68b5c28497a3e640760e4c597fbaa59d5;hb=44a9cedb005b0b8be31dccd8e6ddf97074a01345;hp=f7a17e43f6816622ab4ff836a169221289756505;hpb=a35138af75070adb32cf281a56186c9343af36a4;p=git.git diff --git a/builtin/add.c b/builtin/add.c index f7a17e43f..e127d5a68 100644 --- a/builtin/add.c +++ b/builtin/add.c @@ -21,8 +21,7 @@ static const char * const builtin_add_usage[] = { static int patch_interactive, add_interactive, edit_interactive; static int take_worktree_changes; -struct update_callback_data -{ +struct update_callback_data { int flags; int add_errors; };