repo.or.cz
/
git
/
mingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
builtin-fetch: add --dry-run option
[git/mingw.git]
/
advice.h
blob
e9df8e026c301767b12217ba0374860a15742f2e
1
#ifndef ADVICE_H
2
#define ADVICE_H
3
4
extern
int
advice_push_nonfastforward
;
5
extern
int
advice_status_hints
;
6
7
int
git_default_advice_config
(
const char
*
var
,
const char
*
value
);
8
9
#endif
/* ADVICE_H */