Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 6d3ef5b467eccd2769f1aa1c555d317d3c8dc707 authored by Junio C Hamano on 18 December 2020, 23:14:30 UTC
Git 2.30-rc1
Tip revision: 6d3ef5b
prune-packed.h
#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
back to top