repo.or.cz
/
git
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-svn: refuse to dcommit non-UTF-8 messages
[git/haiku.git]
/
rerere.h
blob
13313f3f2b2cc6a8d895305b7ac92c12c1753682
1
#ifndef RERERE_H
2
#define RERERE_H
3
4
#include
"string-list.h"
5
6
extern
int
setup_rerere
(
struct
string_list
*);
7
extern
int
rerere
(
void
);
8
extern
const char
*
rerere_path
(
const char
*
hex
,
const char
*
file
);
9
extern
int
has_rerere_resolution
(
const char
*
hex
);
10
11
#endif