X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=advice.h;h=3de5000d8cb35c1d2c31867b942a54b487bed836;hb=bf3c523c3fd641609adcef67dcec47a43a6abd60;hp=e9df8e026c301767b12217ba0374860a15742f2e;hpb=dc1b0c06ee9b3d2fb086a89e5b12da35bf360e4c;p=git.git diff --git a/advice.h b/advice.h index e9df8e026..3de5000d8 100644 --- a/advice.h +++ b/advice.h @@ -3,6 +3,7 @@ extern int advice_push_nonfastforward; extern int advice_status_hints; +extern int advice_commit_before_merge; int git_default_advice_config(const char *var, const char *value);