https://github.com/git/git
Raw File
Tip revision: d3fa443f97e3a8d75b51341e2d5bac380b7422df authored by Junio C Hamano on 15 September 2022, 22:38:46 UTC
Git 2.38-rc0
Tip revision: d3fa443
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