Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: ea02eef096d4bfcbb83e76cfab0fcb42dbcad35e authored by Junio C Hamano on 17 August 2008, 18:42:10 UTC
GIT 1.6.0
Tip revision: ea02eef
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