]> git.ipfire.org Git - thirdparty/git.git/blame - diagnose.h
diagnose.c: add option to configure archive contents
[thirdparty/git.git] / diagnose.h
CommitLineData
bb2c3495
VD
1#ifndef DIAGNOSE_H
2#define DIAGNOSE_H
3
4#include "strbuf.h"
5
33cba726
VD
6enum diagnose_mode {
7 DIAGNOSE_NONE,
8 DIAGNOSE_STATS,
9 DIAGNOSE_ALL
10};
11
12int create_diagnostics_archive(struct strbuf *zip_path, enum diagnose_mode mode);
bb2c3495
VD
13
14#endif /* DIAGNOSE_H */