1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-24 04:56:09 +02:00
git/rerere.h

10 lines
141 B
C
Raw Normal View History

#ifndef RERERE_H
#define RERERE_H
#include "string-list.h"
extern int setup_rerere(struct string_list *);
extern int rerere(void);
#endif