repo.or.cz
/
git
/
mjg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
[git/mjg.git]
/
rerere.h
blob
f9b03862fe78b560ee606637be3b1ce972a2cc14
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
9
#endif