Staging
v0.8.1
Revision 4774780ab196ff4ace780445c06c8e5bfffffc49 authored by Junio C Hamano on 13 May 2009, 05:28:22 UTC, committed by Junio C Hamano on 13 May 2009, 05:30:29 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 235236c
Raw File
rerere.h
#ifndef RERERE_H
#define RERERE_H

#include "string-list.h"

extern int setup_rerere(struct string_list *);
extern int rerere(void);
extern const char *rerere_path(const char *hex, const char *file);
extern int has_rerere_resolution(const char *hex);

#endif
back to top