Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rerere.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35b0fa86a3794027c5ccf898982b302849134921 (plain)
1
2
3
4
5
6
7
8
9
#ifndef RERERE_H
#define RERERE_H

#include "path-list.h"

extern int setup_rerere(struct path_list *);
extern int rerere(void);

#endif