Code

git-commit.txt - mention that files listed on the command line must be known to git.
[git.git] / rerere.h
1 #ifndef RERERE_H
2 #define RERERE_H
4 #include "string-list.h"
6 extern int setup_rerere(struct string_list *);
7 extern int rerere(void);
9 #endif