]> git.ipfire.org Git - thirdparty/git.git/blob - rerere.h
branch: die explicitly why when calling "git branch [-a|-r] branchname".
[thirdparty/git.git] / rerere.h
1 #ifndef RERERE_H
2 #define RERERE_H
3
4 #include "string-list.h"
5
6 extern int setup_rerere(struct string_list *);
7 extern int rerere(void);
8
9 #endif