Code

commit -c/-C/--amend: reset timestamp and authorship to committer with --reset-author
[git.git] / advice.h
1 #ifndef ADVICE_H
2 #define ADVICE_H
4 extern int advice_push_nonfastforward;
5 extern int advice_status_hints;
7 int git_default_advice_config(const char *var, const char *value);
9 #endif /* ADVICE_H */