repo.or.cz
/
git
/
git-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handle relative paths in submodule .git files
[git/git-svn.git]
/
advice.h
blob
3de5000d8cb35c1d2c31867b942a54b487bed836
1
#ifndef ADVICE_H
2
#define ADVICE_H
3
4
extern
int
advice_push_nonfastforward
;
5
extern
int
advice_status_hints
;
6
extern
int
advice_commit_before_merge
;
7
8
int
git_default_advice_config
(
const char
*
var
,
const char
*
value
);
9
10
#endif
/* ADVICE_H */