Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: 9da6f0fff2d6ab4bfad36099b53c911bc498fc2e authored by SZEDER Gábor on 02 September 2008, 01:35:24 UTC
Documentation: fix disappeared lines in 'git stash' manpage
Tip revision: 9da6f0f
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