Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: a48f5d7153761fabf0b04fdfd1667adf7eeeddbe authored by Junio C Hamano on 03 May 2009, 23:14:58 UTC
GIT 1.6.2.5
Tip revision: a48f5d7
rerere.h
#ifndef RERERE_H
#define RERERE_H

#include "string-list.h"

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

#endif
back to top