Welcome to mirror list, hosted at ThFree Co, Russian Federation.

prune-packed.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 936fa9df23e8df81a3d7eba3b2614b9c2dfec3b3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PRUNE_PACKED_H
#define PRUNE_PACKED_H

#define PRUNE_PACKED_DRY_RUN 01
#define PRUNE_PACKED_VERBOSE 02

void prune_packed_objects(int);

#endif