edf563fbaa
These messages are nice for new users, but experienced git users know how to manipulate the index, and these messages waste a lot of screen real estate. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
10 lines
197 B
C
10 lines
197 B
C
#ifndef ADVICE_H
|
|
#define ADVICE_H
|
|
|
|
extern int advice_push_nonfastforward;
|
|
extern int advice_status_hints;
|
|
|
|
int git_default_advice_config(const char *var, const char *value);
|
|
|
|
#endif /* ADVICE_H */
|