Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: 8fd2cfa7accd6b8f877014bf3e4bf8547b8e0d2a authored by Stephen Boyd on 07 October 2009, 08:48:51 UTC
completion: add dirstat and friends to diff options
Tip revision: 8fd2cfa
advice.h
#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 */
back to top